Home>Support>Optimizing the post loop in main page.

Optimizing the post loop in main page.

I’m usign the Focus theme and I have a few questions some the main loop in home page of my web site.

1. I need to change the amount of posts that displayed in the home page. They are only display 10 posts and I would need to change to 30 posts.

2. The title of the posts are superimposed on the thumb of the post. I wish I could change this by having the shares would be shown below the thumb.

3. At the bottom of the loop, to access the old pages, I would like to show the list of the page, such as (1, 2, 3, … last); (First, …., 23,24,25, …. last).

Thanks!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 11 months ago Alex S
    Hi, I Work Here

    Hi Mariana,

    1. Please navigate to WP AdminSettingsReading and change the Blog pages show at most setting to 30.

    2. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    .loop-container article.post .entry-title {
    	bottom: -42px;
    	z-index: 9999;
    }
    
    .loop-container article.post {
    	overflow: visible;
    	margin-bottom: 57px;
    }
    

    How’s that?

    You might also need to install the SiteOrigin CSS Editor.

    3. Unfortunately, this isn’t possible without some custom coding. I’ve marked this thread as a feature request. We often look through these threads to get ideas for what to add in our future updates. Hopefully, we’ll be able to add this in a future update. If you need this urgently, you could always post a job on Codeable.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More