• Resolved justinbeckett

    (@justinbeckett)


    Hi guys,

    Basically I am trying something very simple that won’t work for me. I have a blog on my website – https://www.conception-studio.com and when I post, the posts just keep scrolling all the way down on my blog….I want the posts to have X amount, on one page, then have a next button at the bottom to go to the next X amount of posts…

    Right now I have my reading settings, set to this:

    Front Page Display – Static Page > Front Page: Home > Posts Page: Blog

    Blog pages show at most: 14

    Syndication feeds show the most recent: 14
    For each article in a feed, show: Full text

    Encoding for pages and feeds: UTF-8

    I tried contacting my theme provider, he told me after we tried some stuff, to post on these forums. As it seems like a problem with WordPress. Any help would be truly appreciated, I am very stuck on this problem.

    Thank you,

    Justin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Assuming each set of sharing links is a post, I count 14 of them, which is what you set the number of posts per blog page to.

    Have you tried changing that number?

    Thread Starter justinbeckett

    (@justinbeckett)

    Hey fonglh thanks for the reply. Well, yes, I tried that, what happens is, if I choose lets say 6 instead of 14 posts, it cuts them off on the main blog page….down to 6, which is good, but, no next button is created to go to another page to see the remainder posts… ??

    Thanks,

    Justin

    the next/prev posts nav seems to be missing in your template (index.php ?)

    in the latest version of your theme, there is this code:

    <div class="prevnext">
    				<div class="prev"><?php previous_posts_link('Previous') ?></div>
    				<div class="next"><?php next_posts_link('Next') ?></div>
    			</div><!--.prevnext -->

    before these lines:

    </div><!-- .notable -->
    
    	<div id="sidebar">

    try and edit index.php and add the code.

    @justinbeckett – you are using WPFolio 1.5 and its now on 1.7. The latest was just approved for the www.ads-software.com themes repository, so you can download it there. That should fix your problem.

    Thread Starter justinbeckett

    (@justinbeckett)

    Thank you all, those were all wonderful tips.

    notlaura Thank you, I upgraded to the latest version of WPFolio and my problem is fixed!!!! ?? ?? Yes! Thank you so much!

    Justin

    Glad to be of help! Good luck with your site ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog posts wont change pages’ is closed to new replies.