• Hi There, Love this plugin. I have quick question, I am trying to use this plugin with mobile plugin handheld by elegantthemes.com.

    Is there any way to display all posts under a taxonomy without using shortcode. What I mean is using the php code so I can integrate with the mobile plugin.

    If I use this shortcode in one of my pages its not displaying on the mobile version

    [catlist taxonomy=food_type tags=”appetizers”]

    Thanks and appreciate it

    http://ww.wp.xz.cn/plugins/list-category-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Fernando Briano

    (@fernandobt)

    Try this:
    <?php echo do_shortcode("[catlist taxonomy=food_type tags="appetizers"]"); ?>
    Let me know if this is what you need.
    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘How to display all posts by taxonomy without using shortcode’ is closed to new replies.