• Resolved designeradam

    (@ajaxouch)


    I am using the code snippet provided on themesandco.com to show the image description on my attachment pages.

    I would like to be able to use html in my image descriptions.

    do I just change this:
    <?php echo strip_tags(apply_filters (‘the_excerpt’, $post->post_content)) ?>
    to this:
    <?php echo apply_filters (‘the_excerpt’, $post->post_content) ?>

    ?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Attachment Page Descriptions’ is closed to new replies.