Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2379
    antonimicer
    Member

    Today is the second day of i have the wordpress,
    How to Remove Author, Date and Category from Posts from catch box?
     

    #2386
    ronmerk
    Participant

    Hi 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

    #2433
    chochonet
    Participant

    I 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

    #2439
    ronmerk
    Participant

    The 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

    #2443
    chochonet
    Participant

    Neither works. Any other ideas?

    No English language work in wordpress, this will cause any problems?

    #2449
    Sakin
    Keymaster

    @chochonet and @antonimicer: send me your site URL and also be more specific. If possible send screenshot of what you want to remove.

    #2498
    chochonet
    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

    #2508
    Sakin
    Keymaster

    @chochonet: Just add the following css in “Custom CSS” box in your Theme Options to hide it.

    .entry-meta, .nocomments { display: none; }

    #2527
    chochonet
    Participant

    @Sakin.

    Thank you very much

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to Remove Author, Date and Category from Posts’ is closed to new replies.