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 !!