Title: Modify posts/articles appearance
Last modified: August 20, 2016

---

# Modify posts/articles appearance

 *  Resolved [MrSlartibartfast](https://wordpress.org/support/users/mrslartibartfast/)
 * (@mrslartibartfast)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/)
 * Hi!
 * I want to make 2 changes on the posts in the raindrops theme.
 * **1)** I have some problem with the date display. This is displayed under the
   headline:
 * >  Posted on F j, Y H:i by admin
 * Anyway, I don’t need the date to be displayed since the page will not be updated
   very often.
    I want to **remove** that the date is displayed! How can I do that?
 * **2)** I want to remove the last line under a post:
 * > This entry was posted in Uncategorized. Bookmark the permalink.
 * I don’t use categories, so it’s not useful to see under every entry that it was
   posted in “Uncategorized”.
 * Sorry for these simple questions. I am pretty sure that it should not be to hard
   to accomplish, but somehow I didn’t find the right code that needs to be taken
   out or modified.
    Thanks in advance for any help.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291481)
 * Hi MrSlartibartfast
 * > 1) I have some problem with the date display. This is displayed under the headline:
 * Please Open Settigs / General
 * Date Format
    set radio button Custom and textfield value set none
 * Time Format
    set radio button Custom and textfield value set none
 * Submit Save Changes
 * Above settings will be disappear the date.
 * > I don’t use categories, so it’s not useful to see under every entry that it
   > was posted in “Uncategorized”.
 * Please open the style.css
    Add below code last line.
 *     ```
       .entry-meta a[href$='cat=1']{
       	display:none;
       }
       ```
   
 * Thank you
 *  [KyleKessler](https://wordpress.org/support/users/kylekessler/)
 * (@kylekessler)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291511)
 * I followed the directions above, and it did remove the date and un-catagorized,
   but it left this:
 * > Posted on by admin
 *  (at the top of the posts)
 * AND
 * > This entry was posted in . Bookmark the permalink. Edit
 *  (at the bottom of the posts)
 * How do I turn off the
 * >  Posted by admin
 *  AND
 * > This entry was posted in . Bookmark the permalink. Edit
 * [http://www.riverregionradio.net](http://www.riverregionradio.net)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291514)
 * Hi KyleKessler
    Next, when you ask a question, please ask a question newly.
 * Reason This question for MrSlartibartfast.
 * Please open the style.css
    Add below code last line.
 *     ```
       /* Remove posted-on*/
       article .posted-on,
       /*Remove This entry was posted in . Bookmark the permalink. Edit*/
       article .entry-meta{
       	display:none;
       }
       ```
   
 * Thank you.
 *  [KyleKessler](https://wordpress.org/support/users/kylekessler/)
 * (@kylekessler)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291515)
 * I understand. Thank you for all you help.
 *  Thread Starter [MrSlartibartfast](https://wordpress.org/support/users/mrslartibartfast/)
 * (@mrslartibartfast)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291519)
 * Hi!
 * Thank you again for the quick help! Sorry that my response took so long, there
   have been a lot of holidays and I was on a trip as well.
 * Removing date and time worked without any problems.
 * I also had the same follow up question like KyleKessler. So thank you also for
   this solution.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Modify posts/articles appearance’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [MrSlartibartfast](https://wordpress.org/support/users/mrslartibartfast/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/modify-postsarticles-appearance/#post-3291519)
 * Status: resolved