Is it possible to display a full post in the home page while keeping the Front Page setting turned on?
Hello, Yes it is possible, But the page length will be too large if you will display full post. Thanks & Regards Pramod
My post is actually quite small. What I would like to do is display the post in full width, remove the "Posted on" text, and remove the link that takes the user to the post.
Hello, You have to follow 2 steps. Step 1: Go to front-page.php and make change as i have done in image. Step 2 : Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .recent-posts-container span { display: none; } Thanks & Regards Pramod