Site logo

Archived topic

Show wp posts

9 replies · Started by Sergei on December 13, 2018

Viewing posts 1–10 of 10

Hey! Start using show wp post in home static page. When i add shortcode in the main home page then not showing homepage background image which is enabled through featured image. So, i just wanna make standart home page with news from my blog page. And better can be if i can make it with sections. And any chance to remove Next/Previous names from pagination? Thanks!

Hi there,

Sorry what is the issue? That the featured image isn't showing?

Let me know :)

Step 1 and Step 2 i added my homepage featured image and when i start using wp show post it gone and dont showing.

And i need to remove nex/previous words from paginations.

Hmm it should have nothing to do with WP Show Posts.

I see that you are using Sections, it automatically removes the featured image by default.

You can add it manually to the first section though.

Try this CSS to remove next and previous:

.wpsp-load-more a.prev.page-numbers, 
.wpsp-load-more a.next.page-numbers {
    display: none;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

How to add that featured image in first section, i before add it, but on mobile device looks weird.

wp-show-posts a.prev.page-numbers, wp-show-posts a.next.page-numbers {
    display: none;
}

Doesn't work for me.

David, i try this method but unfortunately without resaults.

Done with featured image. And with next/previous css is possible to leave only arrows? Now i got only 1|2 pages. And one more small question about pages. When i use wp show post second page, then shows like that. How can i disable this option?

This archived topic is closed to new replies.