Before you ask please READ THIS

Album with HTML Code in Picture Description

Hi,

is there any way to include HTML in the picture description of an album picture? I need to include a few simle line breaks...
When i enter < br > or try to use a < span > the HTML is seen as plain text.

Thank you very much and with kind regards

Uwe

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Please show me link where you want to use it exactly.

    With kind regards.
  • Hi!

    Here is an album, where i tried using HTML in the description:

    http://www.urbexery.com/album/elfi-test/

    With kind regards

    Uwe
  • AirAir
    Posts: 10,970
    Hello :-)

    It seems it is a bug, I will fix it for next version.

    Meanwhile go to fatmoon\advance\utilities\cpt.php line ~573 and change:
    <div id="item-desc-<?php echo esc_attr($id); ?>" class="item-desc"><?php echo esc_attr( $collector[ 'description' ] ); ?></div>
    to:
    <div id="item-desc-<?php echo esc_attr($id); ?>" class="item-desc"><?php echo  $collector[ 'description' ] ; ?></div>
    With kind regards.
  • Hi!

    Thank you very much. It works like a charm ;)

    With kind regards

    Uwe
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!