Support » Plugins » [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?

    http://wordpress.org/extend/plugins/simple-taxonomies/

Viewing 1 replies (of 1 total)
  • Thread Starter extatix

    (@extatix)

    I’ve found a workaround for this with the help of a plugin. I’ll use tags for assigning genres and Mircrokid’s Related Posts plugin to manually assign related posts (which was the problem because the related posts plugin I used until now looked at the tags only).

    But I still like to know how to fix this piece of code so I might (in a future far far away) assign things like studio’s and directors to the posts.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Taxonomies] Adding this to filters.php’ is closed to new replies.