Hi,
I have created a static page and called it "Articles." All my posts (articles) is added to this page but for some or other reason the headings (article names) don't show up although I add a heading for each article.
My site is:
http://www.getsamsungcellularphones.com/
Please view the problem by going to "Articles".
Thank you
Leon
It seems the heading "title" doesn't show up for any of your pages, so if you used your default page to create the template with, then the page heading won't show up on articles either.
I would suggest looking at the page file in the default theme to see how this is entered and copy that to your template.
Hi Figaro,
Thank you very much for the reply.
I forfot to say that I am a totally newbie to Wordpress. Can you maybe try and explain in simple step by step terms what I should do, please?
Thanks again
redrooster123
Member
Posted 4 months ago #
Hi,
the problem I have is similar - the title of my posts appears everywhere on the site, apart from the 'post detail' page as I call it...
http://west-ham-fans.com/
If you click the news cat it shows all of the posts under news, with titles. When you click a post title to read the full post (the 'post detail' page) the title is no longer there.
redrooster,
I have looked into your HTML/Css and there is a line of code in your style.css on line 115 that says:
h2
{
display:none;
}
get rid of that and you'll be happy again.
redrooster123
Member
Posted 4 months ago #
star turn - thank you very much. Quite obvious now looking at it. Thanks again