Post Titles Missing on the Homepage

Posted in: Newspaper
Post count: 3

I have modified the Politics demo theme, but now the titles for my posts do not show on the home page. The problem occurs in any block or side bar as well.
Here’s a link to my site: http://thebastion.co.in
Please could you help me!

Post count: 20688

Hi,

That probably happens due to the modifications. All the modules and blocks display the post title. I have inspected your homepage and there seems to be a code that hides all the titles on the homepage
https://www.screencast.com/t/Rc9ESxsopoM
If that is not what you meant to achieve, you could remove that code and the titles will be displayed on all the blocks from the homepage.

Thanks

Post count: 3

Hey,

Thank you so much for your response, could you also help me with finding this piece of code because I cannot seem to locate it anywhere. Alternatively, is there another piece of code that I could add to the custom code section of my theme to fix this?
thank you!

Post count: 20688

Hi,

It seems to be coming from a plugin maybe, like Simple Custom CSS and JS
https://www.screencast.com/t/NeFly3JE2
The code might be entered in the plugins custom code fields. The theme already has the options to use custom code, in the theme panel
https://www.screencast.com/t/50nJkSwGR
I could give you another code to make the titles display on the homepage, if you cannot find the source of the one that hides them
https://www.screencast.com/t/QheNUvrlp09

.home .entry-title {
display: block;
}

You must enter this code in Theme panel->Custom CSS section
https://www.screencast.com/t/xtr71DskYx

Thanks

Post count: 3

I’ve found it. Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.