eKasia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts showing up under wrong categorychristogeretz, it’s ceos-corner
I’ve tried the plug ins but that didn’t help. It. MAY be a theme thing but changing is not an easy thing, it was changed from Twenty Ten to Lotus and took four days to rebuild so would like to eliminate other things before even going there.
Thanks!
Forum: Fixing WordPress
In reply to: Posts showing up under wrong categoryThanks esmi, I will try that and let you know if it helped.
Forum: Themes and Templates
In reply to: Twenty Ten: Remove "posted on" Author/Date!!After playing around just a little more, I found that by simply editing the style.css for the Child theme I was able to hide the post date stamp.
In style.css (for the Child theme), I commented out all the formatting for .post-info, and added line display: none
This does not however affect the default sorting so new posts will still appear first, but that can be simply overcome by changing the date prior to posting.
Hope that helps others!
Forum: Themes and Templates
In reply to: Twenty Ten: Remove "posted on" Author/Date!!Hi, I am using the Twenty Ten theme with the Metric Child theme and am desperately trying to remove the post date/time from every post on my site. I tried commenting out the code for function twentyten_posted_on(), also commented out the <div class=”entry-meta”> code (except that for me it does not display in the single.php file, but rather in the loop-single.php file), but date stamp is still showing.
I also tried the Date Exclusion plug in, added get_the_date and get_the_time to its code, but that does not work either.
Using Word Press 3.1.3.
Any help is greatly appreciated.