[Plugin: Simple Taxonomies] Adding this to filters.php
-
Hi, I’m using this plugin to assign genres to reviews on my reviewblog. I’m currently running the Arras Theme and want to add it to the filters.php so it shows automatically (and deleting the tags from the filters.php).
I used this code:
if ( get_option(‘yoast_simpletax’) && !is_attachment() )
$postheader .= ‘<span class=”tags”>‘ . __(‘Genre(s):’, ‘arras’) . ‘‘ . yoast_term_title(‘ ‘, ‘, ‘, ‘ ‘) . ‘</span>’;But it only shows the word ‘Genre(s):’ but not the output. Any idea how to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Simple Taxonomies] Adding this to filters.php’ is closed to new replies.