This is regarding the Frontpage segment of the template (Roadfighter theme): 1) At first I couldn't get my blog post to appear on the frontpage 'Latest Post" section. But after setting "featured image" on the blog post, the post did appear on the frontpage. However, I do not want any image on the frontpage "Latest Posts" segment. I want just text. 2) Also, the width of the "Latest Posts" segment is to narrow, I'd like to make it the whole width of the page (as wide as the slider image). I have already set the number of posts to be shown to be 1 only, but it seems to have white space on the right, as though it's saving space for other posts. 3) I'd like to delete the section which says "Any important notice with a call to action button can come here" just before the footer. Pls assist. Thank you!
Hello, 1, 3) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox .thumbnail img { display: none; }.bottom_tagline { display: none;} 2) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
Can I just know whether there's a way I can display full blog post on the frontpage, instead of partial? Right now, it's showing partial blog post and to read the full post, you have to click on the link.
Go to front-page.php present in your theme directory and follow the instruction as shown in image given below This will solve your issue.