• Hi Ethan,
    This is a great great plugin, thanks!
    I notice a bug with the pagination. First i couldn’t jump to the next page (using next bouton or page number) so i try to fix it in post-tiles.php:

    // if the last character is or isn't a / configure the pagination formating accordingly
    		   	if ( $lastchar != '/' ){
    		   	   $format = "&page=%#%";
    		   	} else {
    		   	   $format = "page=%#%";
    		   	}

    And it worked. But i’m facing now a new problem: i can’t get back on the first page. It’s blocking on the second page:
    https://www.mysite.com/?page_id=501&page=2
    Any idea to fix this?
    Thanks
    Mardoch

    https://www.ads-software.com/plugins/post-tiles/

Viewing 1 replies (of 1 total)
  • I have exactly the same problem, but this is a tricky one. I have almost 20 blog posts and I want to paginate everything after 15 posts. I used the short code [post-tiles categories=’4′ posts=’15’], but when I try and go to page 2 it just sticks on page 1.

    Is there a resolve for this issue? I really love the plugin it looks fantastic, but I don’t want to start messing with the php until I know exactly what to do.

    andrewemery.org/blog

    For the time being, I’m going to switch the posts back display up to 30 on one page. Its the only way to get them all to display, I don’t want to have this issue running for an extended period.

    Thanks so much in advance!!

Viewing 1 replies (of 1 total)
  • The topic ‘pagination problem (first page)’ is closed to new replies.