My Post content is in "Default Template" but I would like to display it in " fullwidth" display. How do you remove all the other contents on a Post page like time and date it was posted, author, etc. Basically make your Post look like a regular page on display.
Hello, Firstly, go to the single.php file present in your theme directory and follow the instruction shown in the image given below This will make the post page fullwidth. Now Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .post .post_meta { display: none; } This will remove the post meta bar.