Breaking up content into smaller-sized pages to be viewed individually
2
votes
0answers
119 views
Paginate wordpress gallery
I am using wordpress gallery shortcode [gallery] I was wondering if there is anyway to paginate them without using a plugin.
1
vote
0answers
52 views
Pagination customization
I am working to develop this type of pagination:
I am taking values and displaying them on same page and my code snippet is below and couldn't make it why it is not working.
<?php
if ...
1
vote
0answers
45 views
Pagination w/Static Front Page
I'm trying to add pagination to my frontpage.
It's currently set to Settings --> Reading --> Static Page --> Frontpage: home
I'm using a custom template for the homepage.
I have my ...
1
vote
0answers
54 views
How to make the link to the category for a post go to corresponding page number in archive?
For instance, I am at http://url.com/single-post and in the post there is a link to the category that navigates to http://url.com/category/page/3/ which is the corresponding archive page that contains ...
1
vote
0answers
112 views
Category archives with monthly pagination
How would I go about doing the following:
I need to setup a prev/next type pagination where posts within a category archive are split into months.
For example, if I navigate to the News category, I ...
1
vote
0answers
84 views
Adding range to wp_link_pages();
I have some very long posts, some have more than 50 pages() and when using wp_link_pages it give me 50 internal post links, clearly this isn't usable.
How can I add a range to the wp_link_pages ...
1
vote
0answers
49 views
can these 3 queries be re-written as 1 query?
I am creating a Dentist directory site, and I have a taxonomy archive page which requires particular grouping and sorting (see below). So far I have only been able to achieve this using 3 WP_Querys ...
1
vote
0answers
159 views
How to add pagination to buddyPress activity stream
How to add pagination with page numbers rather than load move links for buddyPress activity stream?
<div class="pagination">
<div class="pag-count"><?php ...
1
vote
0answers
153 views
Custom post type pagination - always return first page
I have custom post template archive-product.php for custom post type "product".
In this template paging does not work:
numbers are displayed
all numbers links redirect to first page
...
1
vote
0answers
62 views
wordpress pagination, links appear but go nowhere when clicked
First let me say that, ive been digging for the past 2 hrs and the problem is that, although
the links do appear on the bottom of the page where i place the function that calls the pagination.
when ...
1
vote
0answers
70 views
category pagination got broken suddenly
i need some help here please!
The pagination just stopped working suddenly with the default post type and default wp query, with plugin "wp-paginate" or even with next/prev arrows!
It echo 404 error ...
1
vote
0answers
271 views
Pagination in a Shortcode. Get_next_posts_link not working but get_previous_posts_link works fine right next to it
I'm trying to output a custom post type archive using a shortcode. Everything works fine except for the get_next_posts_link part. The weird part is that it's right next to a get_previous_posts_link ...
0
votes
0answers
15 views
Pagination is not working on custom query
I have custom query with different conditions so that's why my pagination is not working with it. When i click on next button it show me the same posts. The query i am using are
<?php $paged = ...
0
votes
0answers
40 views
Loop not appending through infinite-scroll ajax call
I'm having trouble debugging why the InfiniteScroll jQeury plugin isn't loading more of my .boxy class items. So far I've placed the div containing the selectors in different levels of heirarchy, but ...
0
votes
0answers
18 views
Pagination work! But title still says “Page Not Found”
I'm using the following code:
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('posts_per_page=3&&paged='.$paged);
and then
global $wp_query;
$big = 999999999; ...
0
votes
0answers
21 views
Infinite Scroll Plugin: How to first show 6 posts and then 2 posts thereafter with Infinite Scroll Plugin?
I am using the Infinite Scroll Plugin and initially load 6 posts onto the page. After the user hits "Show More" which is the pagination buttons on the page, I would like for 2 posts to be displayed ...
0
votes
0answers
28 views
Archive Page Pagination not working
I am using the following template for a custom post type. The pagination does not work as you can see at http://www.xava.ie/testimonials
Any hints as to why it is not working for me?
<?php
...
0
votes
0answers
24 views
Search pagination not working
I have a search box in my header, which shows the results in a page called search.php.
The search itself is working, but pagination is not. So when I click to go to the next page, the front-page.php ...
0
votes
0answers
22 views
Amend page title for Paginated pages, using All In One SEO
Our site has a large list of paginated pages for older blog posts, and we wish to modify the page title.
Currently, it seems all we can do is append a string onto the end of the existing homepage ...
0
votes
0answers
33 views
Pagination not working on Posts page when Category base is set
My urls are like:
/news (shows all posts)
/news/category-name
/news/category-name/some-post
the rest of the site are pages like /about, /contact, etc.
To make it work this way I've set Posts page ...
0
votes
0answers
45 views
get_query_var('paged') giving same result
I have a custom page, in that page i am using a custom select query for my search functionality.
The problem is pagination not working. I used $on_page= get_query_var('paged'); for pagination. When ...
0
votes
0answers
41 views
Wordpress - ABC filter/Pagination
I would like to list out the alphabet on a custom post type archive page, and by clicking on a letter in the alphabet it would link to a url that only displays posts that begin with that particular ...
0
votes
0answers
27 views
The offset option breaks the pagination
I have a problem with a website of mine, I was hoping you can help me.
I added the offset option to ignore the first couple of posts in the main loop. It does its job, but the navigation got broken. ...
0
votes
0answers
29 views
wordpress category page url permalink structure
My sites post permalink structure is "/%category%/%postname%". As default structure, permalink for categories are in this format "/category/%category%" . But, for some reason "{site_root}/%category%" ...
0
votes
0answers
39 views
Post page shows another post type
I use http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin for my blog pagination until I get a bug when I go through pages.
On the 4th page when I output the ...
0
votes
0answers
31 views
Pagination not working on page
Edit :
Toscho said this was a duplicated question and gave me a link
Pagination not working with custom loop
I checked it out and followed the steps but this is not working for me.
Right now. when i ...
0
votes
0answers
145 views
Woocommerce products per page dropdown
I'm using the following code taken from here-
http://designloud.com/how-to-add-products-per-page-dropdown-to-woocommerce/?showmodaldialog=1#comment-1554
to display a drop down selector so the user ...
0
votes
0answers
61 views
Classic Custom Post Types and WP-PageNavi
Has anyone made this work?
I am searching for a solution for 2 days now, and it won`t work.
I have...
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$updates = new WP_Query(array( ...
0
votes
0answers
37 views
WP-PageNavi for Pages as well as posts
I have installed wp_pagenavi to the latest version of WP using the Skirmish theme. I can get WP Pagenavi to work for posts, but I do not seem to be able to get it to work for pages. Pages show this ...
0
votes
0answers
25 views
Pages half/not working.
If someone could please look at our website and have a look it'd be really appreciated. On one of our catergoires (rentals>sconces) page one works fine, but the remaining 3 dont. ive read in a couple ...
0
votes
0answers
29 views
next_post_link() not working properly
I am using next_post_link() and previous_post_link() in single-custom.php to
browse through post-type "custom".
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div ...
0
votes
0answers
29 views
Adjusting Pagination
I am currently try to fix some issues in the pagination on one of my client's sites. The code that was in place is:
if (!function_exists('prime_pagination')) {
function prime_pagination($args = ...
0
votes
0answers
27 views
I can't go to page 2 of my blog
This is the first time i'm working with WordPress i'm totally new and i apologize if dont understand some things at first time.
The problem: this is my blog: http://www.nucleusmarket.com i have 2 ...
0
votes
0answers
30 views
Display all page numbers at the same time
WordPress only shows a few page numbers at a time and I have to keep clicking on the "right" arrow to advance one page at a time. I have 31 product pages, each with many products so it takes "forever" ...
0
votes
0answers
15 views
Exclude category in next_post_link function
My post is in multiple category sponsored and other. With the next button I want the video to be appeared only from sponsored category not from other category.
I have tried excluding the other ...
0
votes
0answers
19 views
In pagination, list “page of pages” instead of listing all pages
I've used the hack that allows having both <> and the page numbers using wp_link_pages();.
My question is: does anyone know how I can replace the list of pages (1 2 3 4 5 6 etc.) with page of ...
0
votes
0answers
38 views
Custom Taxonomy Terms Pagination Not working
I am trying to create a pagination for terms and not for the pages. Earlier I was successful in it but when I added new terms then the links started giving me 404 error. Here is the code to of the ...
0
votes
0answers
237 views
How to create load more button without a plugin?
I'm using Jobroller Apptheme, it will show the first 10 jobs list in the home page with pagination which allows to go next page.
But I would like to create a load more button instead of normal ...
0
votes
0answers
29 views
Pagination for blocks with custom post_queries
I tried many of pagination functions but no one is working good. They all display page count and link to page but when I click on the link no result. Nothing is changed except browser's adress link.
...
0
votes
0answers
23 views
Create Pagination in Term list
I need to create numeric pagination in term list.
Is there some options I can do this, i need to create a numeric pagination like the one we have for posts using wp-page-navi.
Here is the code I am ...
0
votes
0answers
85 views
custom Wp_Query / permalink + wp_pagenavi = not working
Testing it in my WAMP environment (with default permalinks), next/previous/page number(s) (links) pulls up the appropriate information - pushing it to live with a custom permalink structure results in ...
0
votes
0answers
85 views
previous_posts_link works, but next_posts_link doesn't
I have a template with a custom wp_query. I need to add navigation links to the query. No matter what page I'm on, I can't get the next_posts_link to appear. The previous_posts_link works just ...
0
votes
0answers
71 views
get_posts() with pagination problem
<ul class="list">
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$args = array(
'category' => '8',
'orderby' => 'post_date',
...
0
votes
0answers
19 views
Infinity Scrolling: How to query a fixed number days worth of posts instead of a fixed number of posts?
How would I go about querying a days worth of posts in one category rather than a fixed number of posts for use with Infinity Scrolling plugin? Each day I don't post a consistent amount of posts so ...
0
votes
0answers
48 views
Blog page nav not working with default permalink structure
I have a piece of php code that creates nice looking page navigation, however when the permalinks are set to default rather than something like post name the pagination buttons don't work and just ...
0
votes
0answers
36 views
pagenavi gives the same page for page 2 etc
I have pagenavi working correctly in custom templates for other posts, but for this custom template the results do not page.
Here is my output page: ...
0
votes
0answers
39 views
Change default pagination style in wordpress
I am beginner in WordPress and started to learn it. I am designing a new child theme from an existing parent theme. The Pagination of Home page in parent
« Previous 1 2 3 Next »
But I ...
0
votes
0answers
66 views
Change pagination numbers to letter ranges
I have a page (technically an archive) that lists a number of posts in alphabetical order, and is paginated.
This all works fine, but I would like to make on small change if possible: instead of ...
0
votes
0answers
230 views
how to paginate get_categories?
I have been working on this code for about a week now. I have tried many things. My recent attempts today resulted in infinite loops that just made the browser keep posting the posts.
This is what I ...
0
votes
0answers
376 views
How do i paginate a get_posts() request inside another page loop (Paginating childpages)
The heading says allot, so ill repeat it here "How do i paginate a get_posts() request inside another page loop?" I'm using a page to display child-pages and i need to paginate them.
Edit: Should i ...


