Is there a way to add a "page" or "content" above the blog posts? I want to have the blog post there but also would like a page of content above them. If that is not possible is there a way to have a featured page instead of the posts? Thanks
Hello, mrmatt! Please follow the screenshot given below. PHP: <div class="clear"></div> <div class="grid_24"> <div class="my_custom_content"> <---- Enter your content here... ----> </div> </div> <div class="clear"></div> Now, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .my_custom_content { border-bottom: 1px dashed #dadada; padding-bottom: 30px; } .bottom_feature { padding-top: 30px; } Thanks, Praveen
Hi Praveen, That worked well, thank you. Is there a way to do that without pushing the sidebar down as well. I would like to keep the sidebar where it was at and add the content to the left of it and just push the blog posts down. Thanks matt
Hello, It requires some customization in the source code of the theme. So, send us your website WordPress login details at [email protected] along with the thread link. We will customize it for you Thanks, Praveen