• Enen

    (@nnagarajan7)


    Hi,

    I would like to remove the date appearing on the front page.
    I would also like to restrict the number of posts appearing on the front page.

    Can the above be achieved? Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @nnagarajan7

    We apologize that we could not understand your issue.

    Please make us clear in which section you want to hide the date and limit the no of post.

    So post your site URL so we could inspect and provide you precise fix.

    Hope you understand.

    Best Regards!!

    Thread Starter Enen

    (@nnagarajan7)

    Hi,

    Thanks.

    1. I want to remove date on the front page where latest posts are displayed.

    2. I want to limit the number of posts appearing on the front page where latest posts are displayed.

    Regards,

    Hello @nnagarajan7,

    Please find below the breakdown of your query and responses accordingly listed down :

    1. I want to remove date on the front page where latest posts are displayed. As we do not currently have access to your website URL,

    • if you are using the “latest posts” under customizer > Static Front Page > front Page Displays, use the CSS below in your Admin Dashboard > Appearance > Customize > Additional CSS :
    • body.blog span.posted-on {
          display: none;
      }
    • If you have set the Front page Displays option to static front page and using MP : Latest News widget to display the blog posts use the CSS below :
    • .latest-news-meta {
          display: none;
      }

    2. I want to limit the number of posts appearing on the front page where latest posts are displayed.

    • If you are using the “latest posts” for the front page you can control the no. of posts displayed on front from Admin Dashboard > Settings > Reading > Blog pages show at most. Enter the no. of posts you want to display on front and save your changes.
    • If you are using static front page and the widget, the widget itself has an option to enter no. of posts to display from the chosen category in widget settings.

    For future reference, you can also post your queries to the theme’s official support forum for dedicated and swift support here : https://themepalace.com/forum/magazine-plus/

    Hope this Helps,

    Best Regards !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date and Number of posts on the front page’ is closed to new replies.