pauledward
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete post title from static page but not blogI know absolutely nothing about php code other than copy and paste. I found this code on the Thematic forum. Thematic is the theme I use. Look for the functions.php file and past the code in it. Go to the end of the file and paste the code right before the ?>.
If it works, great. If not, well…
This code may be theme-specific. If so, you may have to ask the author of the theme you’re using. If it’s twenty-ten, this seems the right place to ask the question. Maybe you’ll have to try again.
Paul
Forum: Fixing WordPress
In reply to: Delete post title from static page but not blogSorry about the way the code looks. I forgot to mark it up.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Delete post title from static page but not blogAnne, I’m with you on the frustration part. I finally found what I was looking for on the Themeshaper forum.
What I did may be specific to the theme I’m using, that is, Thematic.
I put the following code in my functions.php file. That did the trick. It kept the page titles off the static pages yet kept the post titles on the blog page.
It’s worth a try.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Delete post title from static page but not blogThanks for the assistance. I’m using Thematic theme and found the answer to my question on the Thematic forum. Once I found the right code to paste into my functions.php file, it works as I’d hoped it would.
Thanks again.
PaulForum: Fixing WordPress
In reply to: Delete post title from static page but not blogI have the same question. I have several static pages (Home, About, Blog, Contact, etc.) where I don’t want the page titles to appear. So I’ve used the display:none in my styles.css.
But I DO want my titles to appear on the Blog posts.
I’ve tried the above suggestions, but, like Anne, I’m not sure exactly to put the line of code in the page.php file.
Any further suggestions will be helpful.
Paul
Forum: Fixing WordPress
In reply to: Full text and images not showing up in feed readersI’ve gone through all of my FeedBurner settings and cannot find anything that helps. Any specific suggestions?
Forum: Fixing WordPress
In reply to: Need help with changing serversThank you kindly, Haochi. It worked.