Title: [Plugin: Rotating Posts] Editing Display
Last modified: August 19, 2016

---

# [Plugin: Rotating Posts] Editing Display

 *  [artguy13](https://wordpress.org/support/users/artguy13/)
 * (@artguy13)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-editing-display/)
 * Hello,
 * Thank you so much for this very easy and great plug in!!
 * I have a couple formating and styling questions that I think might be answered
   reasonably quick.
 * 1. I am this plug in to simply display the content of a quote, with its title
   as a permalink…this works great, but I want to completely get rid of the “navigation”
   functions. I m not sure if this will disrupt the JS?
    – Can you please help me
   to remove the numbers, and the navigation butons. Thanks!!
 * 2. Could you also help me to see were the content is being pulled. I would like
   to make the title come AFTER the rp_content value.
 * Thank you very much!!

Viewing 1 replies (of 1 total)

 *  [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * (@yukataninja)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-editing-display/#post-1235191)
 * 1. You could use custom css for all the related ID/classes that you want to be
   removed with `display:none`, I think just this might do it (untested):
 *     ```
       div#rp_nav
       {
           display: none;
       }
       ```
   
 * 2. In rotating-posts.php, move the if statement block `if ($rp_display_title)`
   to below the block with `$postContent` or wherever you want it. But note if there
   is a new version released, it will blast over any changes you make to source.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Rotating Posts] Editing Display’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [YukataNinja](https://wordpress.org/support/users/yukataninja/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-editing-display/#post-1235191)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
