Title: Remove Title
Last modified: August 21, 2016

---

# Remove Title

 *  Resolved [usaimages.net](https://wordpress.org/support/users/usaimagesnet/)
 * (@usaimagesnet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-title-18/)
 * I am using your plugin to display a Twitter feed and the title is basically the
   same thing as the description. So I want to turn the titles off which I can’t
   seem to do using your plugin.
 * [https://wordpress.org/plugins/wp-rss-retriever/](https://wordpress.org/plugins/wp-rss-retriever/)

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

 *  [Shinma](https://wordpress.org/support/users/shinma/)
 * (@shinma)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742049)
 * Not the dev, but I needed to remove the title as well.
 * In Edit Plugin I just added a class to the end of the HTML that is outputted 
   to generate the title:
 * Simply changed _“>’;_ to _” class=”yourcssclassname”>’;_
 *     ```
       foreach ( $rss_items as $item ) :
                           $output .= '<li>';
                               $output .= '<a ' . $newWindowOutput . 'href="' . esc_url( $item->get_permalink() ) . '"
                                   title="' . sprintf( __( 'Posted %s', 'wp-rss-retriever' ), $item->get_date('j F Y | g:i a') ) . '" class="yourcssclassname">';
       ```
   
 * Then just add _.yourcssclassname {display: none;} _ to your stylesheet.
 *  [elliottriley](https://wordpress.org/support/users/elliottriley/)
 * (@elliottriley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742160)
 * I’ve tried the above and it doesn’t seem to work – it gets overriden? Can anyone
   help please?
 *  [Shinma](https://wordpress.org/support/users/shinma/)
 * (@shinma)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742161)
 * Is the addition to the stylesheet working if you test it somewhere else on the
   page? CSS does all the work, the edit to the plugin output just adds a class 
   to the title.
 *  [elliottriley](https://wordpress.org/support/users/elliottriley/)
 * (@elliottriley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742162)
 * What I needed to do was just change the colour of the bullet point link, so I
   added in the class and then on the custom style of the theme I added on the CSS.
   When I looked at the feed that I added into a post, the CSS formatting was being
   overriden by “element style”, but I could see in the inspector that it was there,
   but cross through.
 *  [elliottriley](https://wordpress.org/support/users/elliottriley/)
 * (@elliottriley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742163)
 * I think I have just worked it out by using the “!important” attribute on the 
   CSS. Sorry and thanks for your help!
 *  Plugin Author [Travis](https://wordpress.org/support/users/tjtaylor/)
 * (@tjtaylor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742174)
 * Hello,
 * I apologize for the extreme delay.
 * I have just released version 1.1.1 which gives you ability to remove the title
   all together. Simply use title=”false” within the shortcode attributes
 * For example:
    `[wp_rss_retriever url="http://feeds.feedburner.com/TechCrunch/"
   items="10" title="false"]`
 * Thank you for your feedback!
    – Travis

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

The topic ‘Remove Title’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-retriever/assets/icon-256x256.jpg?rev=2144668)
 * [RSS Feed Retriever](https://wordpress.org/plugins/wp-rss-retriever/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-retriever/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-retriever/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-retriever/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-retriever/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-retriever/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Travis](https://wordpress.org/support/users/tjtaylor/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-title-18/#post-4742174)
 * Status: resolved