Advertisement:

Author Topic: Next Page (Pagination) in subcategory - Error 404  (Read 570 times)

ralfpalmeiras

  • Newbie
  • *
  • Posts: 2
Next Page (Pagination) in subcategory - Error 404
« on: September 25, 2016, 06:40:56 pm »
I created new categories, but the paging is generating 404 in Categories

Example:

http://site.com/category/subcategory/2

Page 2 - Error 404 only with urls friendly

Listing URL: {CATEGORIES}/{ITEM_ID}/{ITEM_TITLE}
Page URL: {PAGE_SLUG}
Category URL: {CATEGORIES}

Listing URL: (Error)
{CATEGORIES}/{ITEM_TITLE}/{ITEM_ID}

Listing URL: (Working)
{CATEGORIES}/{ITEM_TITLE}-{ITEM_ID}

How to use "/{ITEM_ID}" instead of "-{ITEM_ID}"
« Last Edit: September 25, 2016, 09:03:28 pm by ralfpalmeiras »

behzadpz

  • Newbie
  • *
  • Posts: 4
  • osclass 3.7.4
Re: Next Page (Pagination) in subcategory - Error 404
« Reply #1 on: July 21, 2019, 12:02:51 am »
HI there,

Just use this for category url in Settings/Permalinks

Category URL: {CATEGORY_NAME}

Good luck!