Hi, I researched this question maybe 50 times. In the list category, the page translates with continue ajax. I want it to change url like page 1 page 2 page 3 like normal category page. How can I do?
İmage Category Pagination https://hizliresim.com/znblQE
Example; example.com/listing-category/page1 – example.com/listing-category/page2
Tell me how to do this, please.
You can do this by adding show_pagination="true" to your [jobs] shortcode. See here: wpjobmanager.com/document/shortcode-reference
Hastibe thanks!. how do i add this? Do I need to change something?
-
This reply was modified 6 years, 1 month ago by
emrahbaser.
Hi,
As Hastibe mentioned, you add it to the [jobs] shortcode, like so: [jobs show_pagination="true"]
For more information on modifying shortcodes: https://wpjobmanager.com/document/shortcode-reference
Best,
hi, The shortcode does not work in the category. I add it and it looks like normal code.
Also, this code doesn’t do what I want. Please read my question again. I want pagination.
The plugin normally brings up with ajax. So page 1 does not change url as page 2.
Example ; example.com/listing-category/page1
Example : example.com/listing-coffee/page3
i understand?