• Hello support team!
    Thank you very much for your awesome template.
    I was wondering if I could add the pagination to the “Latest from the blog” module in Homepage, and if I could show another date instead of the publishing date.
    Also, I would like not to show in the single post page the information about categories.
    Thank you very much,
    Francesca

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello Francesca,

    There is actually no way to accomplish the pagination of that section. One option would be to use your home page as the blog in Settings> reading and that would show all of your posts.

    In order to change the date of the post publication, you simply need to go into the post edit screen and you can change it manually through there.

    And to remove the category information from the post, try adding this CSS to Theme Options> Advanced Settings:

    .postedintop {
        display: none;
    }

    Let me know if this is helpful!

    -kevin

    Thread Starter persulla

    (@persulla)

    Hi Kevin,
    Thank you very much for your help.
    Actually I really need to find a way at least to show a button that may lead to the archive page with all the posts (I don’t want to show all of them in the homepage)
    Is that possible?

    Depending on how your site is setup, you could go into Theme Options> Home Layout, and set “Page Content” to be directly below the Home Blog in the Home Layout Manager.

    Then, go into the page edit screen and place a shortcode button at the top of your page content.

    You can add the shortcode button by clicking the “insert button” in the Visual Editor of WordPress. Set the text and other styling of the button, as well as the link to your blog.

    the shortcode will look something like this:
    [btn text="View Full Blog" tcolor=#FFF bcolor=#9b91e0 thovercolor=#936363 link="https://YOUR_BLOG_PAGE" target="_blank"]

    Does this work for you?

    -Kevin

    Here is how it ended up looking on my site:
    https://postimg.org/image/sufxipv1z/

    -Kevin

    Thread Starter persulla

    (@persulla)

    Hi Kevin,
    That really worked wonderfully, thank you very much!

    May I also ask you if I could add another “Page Content” block into my homepage layout?
    Because I would like to add divider between 2 blocks.

    Anyway, I also searched into the php files but I couldn’t quite get where to look for the homepage sourcecode. I had a look at home.php but that’s not really useful.

    Thank you very much.
    May I rate the Customer Service somewhere?

    Francesca

    Thread Starter persulla

    (@persulla)

    Hi Kevin,
    Sorry, I know that I am asking a lot of questions ??
    I have another one: why I can’t show my blog posts on another page, rather than on homepage?
    I mean, in my website settings I set up Homepage as a static page, while Eventi as the Blog Archive. However, when I click on Eventi it redirects me on the Homepage, probably because in the Homepage Layout I chose to show “Last posts”. My problem is that: I need to show the last few posts on the homepage, but I also need another page – Eventi – as the archive, in order for the user to be able to see all the events.

    Thank you for your help,

    Have a nice day,

    Francesca

    Hey sorry for the delay! There actually is not an option to have two different page content sections on your site with the theme.

    One solution would be to use the Page Builder plugin. using this, you can configure widgets to separate the different areas of page content and mimic what you may set up in the Home Layout area.
    https://www.ads-software.com/plugins/siteorigin-panels/

    Here is a tutorial that should help you get started with page builder:
    https://www.kadencethemes.com/using-page-builder/

    As for your second issue, go into Settings> Reading and set your home page to be a static page (whatever page you want as home) and leave the Posts Page in that area BLANK.

    Then, you can create a blog page. Title it blog or whatever you like, but be sure that in the Page Attributes section of the blog page edit screen is using the “Blog” template. The theme will then pull all of your posts to this new blog page, and you can add it to your menus via Appearance> menus.

    Does this work for you?

    -Kevin

    Thread Starter persulla

    (@persulla)

    Hi Kevin,
    Thank you very much,
    In the meanwhile I actually got to the solution of the second problem on my own, but no worries for the delay, it’s ok ??

    I know pagebuilder even if I am not a fan, but I will try it with your theme: maybe it work better as it is integrated.
    Anyway, may you tell me where is the homepage php sourcecode, just in case I need it? I really cannot find it ??

    Thank you again,
    May I leave a review for you?

    Francesca

    Are you referring to the front-page.php file, or something else?

    -Kevin

    And you can leave a review here:
    https://www.ads-software.com/themes/virtue/

    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Pagination in Homepage for posts’ is closed to new replies.