Home Forums WoodMart support forum Pagination for Project Categories not working

Pagination for Project Categories not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53752

    ike
    Participant

    I need help implementing pagination for portfolio category pages. Here’s an example of a portfolio category page – https://woodmart.xtemos.com/blog/portfolio/?project-cat=digitals .

    Currently, Load more and infinite scroll work but not pagination for the portfolio/project categories. Appreciate any help I can get. I created a taxonomy-project-cat.php page in a child theme folder with the following code:

    <?php
    /**
    * The template for displaying portfolio category Archive page
    *
    */

    get_header();

    $term_id = ”;

    $term_title = $wp_query->queried_object->name;
    $term_description = $wp_query->queried_object->description;

    #53759

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Sorry, but your question is not quite clear for us. The pagination is already implemented for our portfolio categories pages. What exactly do you want to change there? Could you please send us a link to your website and portfolio page there?

    Kind Regards
    XTemos Studio

Viewing 2 posts - 1 through 2 (of 2 total)