How to get shortcodes working in WP Categories?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maccsta
    Confirmed User
    • Jan 2007
    • 486

    #1

    How to get shortcodes working in WP Categories?

    I am using the Greyzed WP theme. I am using Hana player shortcodes to generate video.

    The videos show up fine on posts, but only the raw shortcode shows up in the category & tag pages.


    Any idea how to get them to show up?


    Thanks in advance


    NB. With this particular theme I have to add the whole post into the excerpt box for the whole post to show in the category page. I believe the error has something to do with shortcodes not working in excerpts.
    Last edited by maccsta; 06-30-2013, 01:04 AM.
  • spankalot
    Confirmed User
    • Nov 2012
    • 107

    #2
    Check out this plugin:
    wordpress.org/plugins/rich-text-tags/

    Hope it helps..
    To contact me use email: 4spankalot [at] gmail [dot] com

    Comment

    • maccsta
      Confirmed User
      • Jan 2007
      • 486

      #3
      Actuallly solved it by changing
      Code:
      <?php the_excerpt() ?> to 	<?php the_content() ?>
      in the archive.php

      Most annoying problems always have a simple solution!

      Comment

      Working...