Osclass forums

Support forums => Themes => Repurpose => Topic started by: rashidjaved on August 03, 2014, 09:21:22 am

Title: Pagination problem, please help me
Post by: rashidjaved on August 03, 2014, 09:21:22 am
Hi all,

I have a problem with user end category pagination. The problem is that when i select a category from top horizontal menu of my site, it displays a list of posts on that category page. But when I press the next page button (pagination) it shows listing from other categories and also bread crumbs change from their proper sequence to Home >> search. I am using repurpose theme and breadcrumbs plugin for breadcrumbs. You can see the following examples category of my site:

http://www.postad.com.pk/mobiles-computers/mobiles (http://www.postad.com.pk/mobiles-computers/mobiles)

http://www.postad.com.pk/vehicles/cars (http://www.postad.com.pk/vehicles/cars)

Please visit all pages of above category by selecting pagination buttons from the bottom of the post list to correctly understand my problem.

Please help me resolve it.
Thanks in advance!
Title: Re: Pagination problem, please help me
Post by: teseo on August 03, 2014, 01:27:32 pm
Hi,

Maybe you have set Category URL: {CATEGORY_NAME} in your Permalinks rules? ??? If so try {CATEGORIES}

Regards
Title: Re: Pagination problem, please help me
Post by: rashidjaved on August 03, 2014, 04:33:41 pm
Thank you! teseo, it was {CATEGORIES} I changed it to {CATEGORY_NAME} and it resolved my problem. Thanks once again for the guidance.