• Resolved C4talyst

    (@c4talyst)


    How can CCS generate pretty/SEO urls for pages using pagination? I have a large website and need to rewrite this part of the url:

    ?lpage=2

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’d like to do the same

    instead of this

    mydomain/blog/?lpage=2

    to this

    mydomain/blog/page/2

    Plugin Author Eliot Akira

    (@miyarakira)

    I’m looking into this, but I’m afraid there’s no easy way to provide permalinks for the pages, instead of query variable. This is partly due to how permalinks work together with post types, and also to ensure compatibility with any existing permalink structure.

    I’ll post on this thread if I find a good solution.

    Thanks for checking into it…

    The 3 main blogs I administer all have this permalink structure

    mydomain/blog/page/2

    That is especially why I’d like the CCS created archives to match.

    any possible solution for this? thanks!

    Thread Starter C4talyst

    (@c4talyst)

    No way to use wp_rewrite within the plugin?

    Plugin Author Eliot Akira

    (@miyarakira)

    In the newest plugin update, I added experimental support for custom pagination permalinks.

    As I wrote above, this feature is limited by existing permalink structure and how these are rewritten. I’m open to any suggestions or feedback, so please try it out and let me know in a new topic.

    Thread Starter C4talyst

    (@c4talyst)

    Wow, thanks! I will check this out.

    Hi Eliot,

    Thanks for working on this. I have tried one use case and it is working so far!

    Much appreciated and I will report if I find any issues.

    Cheers…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pretty/SEO URLs for Pagination’ is closed to new replies.