• Resolved francissimisim

    (@francissimisim)


    Hi everyone, I’m currently using the theme Simple Grid Responsive theme (http://www.dessign.net/simple-grid-theme-responsive/) for my website IronMuffin.com. I do have some problems and I’d like to ask your help on two things:

    1. If you click on one of the categories, for example, “new”, it should load up 12 posts in the category but instead it loads up only 10 and so the user doesn’t know that there’s more posts. How can I make it load 12 posts?

    2. How can I make it to infinite scroll? Right now, the user needs to click on the arrow button to load the next posts.

    I’ve contacted the theme designer about this but he seems to be too busy with other paid themes as I’m only using a free theme.

    I appreciate all the help in advance, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • These options are under Settings > Reading

    🙂

    Thread Starter francissimisim

    (@francissimisim)

    Hi Johnfotios, thank you for your response but that’s not what I was looking for. My question is to do with my category page, for example: http://ironmuffin.com/category/new-gifts/.

    Notice how it loads 10 posts (supposedly 12 posts) which makes stops people from continuing thinking that that’s the end page.

    [No bumping. If it’s that urgent, consider hiring someone.]

    I don’t know if this answers your question, but have you looked at the index.php file in Appearance > Editor?

    $args = array(
    ‘post_type’ => ‘post’,
    ‘posts_per_page’ => 12,
    ‘cat’ => ‘-‘ . $category_ID,
    ‘paged’ => ( get_query_var(‘paged’) ? get_query_var(‘paged’) : 1)
    );

    Maybe if your ‘posts_per_page’ reads 10 you could try changing it to 12 or more and see if that works for you?

    Thread Starter francissimisim

    (@francissimisim)

    Hi kdraw, sorry I wasn’t able to update this thread. I’ve already resolved my problem. Thank you so much guys for the help.

    OwlsOnFoot

    (@owlsonfoot)

    Hey, francissimisim. It seems I am having the same problem that you had. Do you remember how you fixed the infinite scroll with the Simple Grid Responsive theme ?

    WPyogi

    (@wpyogi)

    @owlsonfoot – this thread is already marked resolved, so it’s not likely to be a good place to get help.

    You may have better luck contacting the developer of your theme for help – http://www.dessign.net/simple-grid-theme-responsive/ as these forums only support themes from the repository on this site.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Help with my Site’ is closed to new replies.