- This topic has 8 replies, 4 voices, and was last updated 10 years, 11 months ago by
chochonet.
-
AuthorPosts
-
December 14, 2012 at 11:24 pm #2379
antonimicer
MemberToday is the second day of i have the wordpress,
How to Remove Author, Date and Category from Posts from catch box?
December 15, 2012 at 2:47 am #2386ronmerk
ParticipantHi Anton:
Wow!! … I’m trying to think back to when I was a 2nd Day WP user 🙂 ..The wonder of it all! Welcome to the WP community and to “Catch Box”
You can check out this previous post in the Simple Catch Box theme on doing exactly what you’ve asked here: http://catchthemes.com/support-forum/topic/how-to-remove-date-and-author-name/
It may be slightly different in the CSS coding in Catch Box, but I’m betting it very close. Read the entire thread as it explains where this is done in the Theme options and how.
Pretty ambitious for someone on their 2nd day with WordPress, but not impossible. Good Luck!
Ron
December 18, 2012 at 7:35 pm #2433chochonet
ParticipantI also wanted to do the same, but with what is stated in the post does not work, what will be the problem?
My theme is catch box
December 19, 2012 at 6:21 am #2439ronmerk
ParticipantThe CSS code that Sakin gives in his post is correct. Sometimes the Custom CSS field in the theme options can be a little finicky, especially if your version is “public”
Try putting the CSS code all in one line like this:
#main #content ul.post-by {display: none;}
I’ve found on my “free” themes CSS code for each specific instruction all on one line seems to work where is the “proper” syntax code doesn’t.
Ron
December 19, 2012 at 7:09 pm #2443chochonet
ParticipantNeither works. Any other ideas?
No English language work in wordpress, this will cause any problems?
December 20, 2012 at 12:34 am #2449Sakin
Keymaster@chochonet and @antonimicer: send me your site URL and also be more specific. If possible send screenshot of what you want to remove.
December 21, 2012 at 6:53 pm #2498chochonet
Participant@sakin
I would like to delete the following text:
http://i50.tinypic.com/28089cl.jpg
http://i46.tinypic.com/2lbgs2p.jpg
http://i49.tinypic.com/2lddgyx.jpg
Spanish language use in the theme and my site de is: http://www.linuxeando.org/wo/wordpress/?p=39
December 22, 2012 at 8:37 am #2508Sakin
Keymaster@chochonet: Just add the following css in “Custom CSS” box in your Theme Options to hide it.
.entry-meta, .nocomments { display: none; }
December 24, 2012 at 7:02 pm #2527chochonet
Participant@Sakin.
Thank you very much
-
AuthorPosts
- The topic ‘How to Remove Author, Date and Category from Posts’ is closed to new replies.