Paginate Custom Post Type Page
I created a page for my custom post types. The code can be viewed on Snippi: http://snippi.com/s/e8852rx
I created a page for my custom post types. The code can be viewed on Snippi: http://snippi.com/s/e8852rx
I am working on a website where I have a blog but I also have a custom post type to allow me to drop in some videos.
How can I add a CSS Class to the previous_post_link output or just get the URL and create the HTML markup myself
I’m using the following code to generate some pagination:
Finally got pagination to work with the below code, but now the pagination links to /videos/page/2/, which doesn’t exist. How do I get page 2 to work?
Does anyone know if it’s possible to change wp_link_pages, so that the title of each nextpage quicktag is used rather than numbers? I can’t seem to find anything on this.
Well I’m here again with almost the same problem as I had in this post three weeks ago, but let me explain what has happened since then: