Number of blog posts on landing page

  • Author
    Posts
  • #105649

    Hi there;

    My Verbosa theme is configured with a landing page with Featured Content as Posts.

    The text areas are configured as; Text Area 1: Disabled. Text Area 2: Page (In the dropdown list, it shows as blank, because even though I’ve selected ‘Hide post and page titles’, the title still displays so I simply saved the page without a title (can you help with that too?) Text Area 3: Page.

    Posts display between the pages selected in Text Areas 2 and 3.

    I want to know if I can limit the number of posts that appear between the selected pages. There seems to be nowhere in the customizer to be able to do this, so I’ll have to use code somewhere. I only want a few posts to display, and then a link to the blog (such as Read All Posts or similar).

    Anyone know how to do this? TIA

    #106278
    Zed
    Cryout Creations mastermind

    The ‘hide post and page’ titles only refers to single post and single page sections. It has no effect anywhere else on the site. To hide titles for sections in the landing page custom CSS can be used:

    #lp-text-two h2.lp-text-title {
        display: none;
    }

    The number of posts displayed in posts lists (on the homepage, in search results, in categories, so on) is controlled by WordPress’ general reading options: https://wordpress.com/support/settings/reading-settings/


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Number of blog posts on landing page’ is closed to new replies.