• i am using <?php wp_list_categories('orderby=name&title_li='); ?> to show my categories. By using your theme, when i click any of the category i can’t get the particular posts related to that particular category.
    I was using this code before

    <?php while (have_posts()) : the_post(); ?>
      <h3>
         <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
      </h3>
      <p><?php the_excerpt(); ?></p>
      <p class="text-muted">Posted by: <?php the_author(); ?> on <?php the_time('F jS, Y'); ?></p>
    <?php endwhile; wp_reset_query(); ?>

    which i changed to <?php echo do_shortcode('[pt_view id="235314dfab"]'); ?>

    Please help me resolve this issue. thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi,
    Thank you so much for your review.

    In next time you need support, please post here https://wordpress.org/support/plugin/content-views-query-and-display-post-page 🙂 (scroll down the page, you will see a form with Topic title, Message…and a submit button)

    About your problem, as I understand you need somethings like this:
    when click on a Category link, it goes to Category page. You want it shows grid layout (of a View by Content Views plugin) in this page.
    don’t you?

    If that, I’m sorry to say that feature is only available in Pro version, which will provide you a new weapon to do this, instead of
    <?php echo do_shortcode('[pt_view id="235314dfab"]'); ?>

    Thank you,

    Thread Starter imransilvake

    (@imransilvake)

    okay next time i will post there.

    you mean if I want to show posts of a music (for e.g) category only, then i need to purchase the pro version?

    Plugin Author Content Views

    (@pt-guy)

    Hi,
    No, I don’t imply that.

    If you want to show posts of Music category (or any other category/tag) in a page, you can simply using Free version.

    In previous message, I said:

    when click on a Category link, it goes to Category page. You want it shows grid layout (of a View by Content Views plugin) in this page.

    If you need somethings like that, it is only available in Pro version, and you need to modify some lines of code (I had documentation for this, also I can help you to implement).

    Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Awesome Plugin – having little issue – show posts categories wise’ is closed to new replies.