[Resolved] Show wp posts

Home Forums Support [Resolved] Show wp posts

Home Forums Support Show wp posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #755341
    Sergei

    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!

    #755680
    Leo
    Staff
    Customer Support

    Hi there,

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

    Let me know 🙂

    #755724
    Sergei

    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.

    #755989
    Leo
    Staff
    Customer Support

    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/

    #758749
    Sergei

    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.

    #758971
    David
    Staff
    Customer Support

    Hi there,

    have you tried creating a header element, and set the Display Rules to Front Page:

    https://docs.generatepress.com/article/header-element-overview/

    #759470
    Sergei

    David, i try this method but unfortunately without resaults.

    #759549
    Leo
    Staff
    Customer Support

    You can just add the featured image using <img> in the first section.

    Also edited the CSS above:
    https://generatepress.com/forums/topic/show-wp-posts/#post-755989

    #759837
    Sergei

    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?

    #760407
    Leo
    Staff
    Customer Support

    Not possible to keep the error I don’t think.

    Can you use WP Show Posts forum for its questions as it’s a separate plugin?
    https://wordpress.org/support/plugin/wp-show-posts

    Thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.