Title: [Plugin: WP Posts Filter] exactly what I needed!
Last modified: August 20, 2016

---

# [Plugin: WP Posts Filter] exactly what I needed!

 *  [lostearstudio](https://wordpress.org/support/users/lostearstudio/)
 * (@lostearstudio)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-posts-filter-exactly-what-i-needed/)
 * I had been struggling with “WP Filter Post Category” for the last month but just
   now noticed your plugin. This was exactly what I needed!
 * The only one issue I have with this plugin is the spacing between the posts because
   there is no space between the excerpts of one post and the title of the next 
   posts. Is it possible for me to fix this? Not sure how to go about this.
 * Thank you so much!
 * [http://wordpress.org/extend/plugins/wp-posts-filter/](http://wordpress.org/extend/plugins/wp-posts-filter/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Oleg](https://wordpress.org/support/users/olezheknet/)
 * (@olezheknet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-posts-filter-exactly-what-i-needed/#post-2906230)
 * You can adjust your settings either using shortcode parameters or heading/content
   class settings in the plugin settings page. Just give a different name to a style
   you wan to adjust. In your case, you can set different style for the **post heading**.
   Just give it a name that differs from `entry-title`, e.g. `antother-entry-title`.
   Then set it up in the `style.css` file of your theme by adding something like
   this:
 *     ```
       .another-entry-style {
           margin-top:<a number of>px;
       }
       ```
   
 * You can also set more than one css-style to an element. This way, it would look
   like this: `entry-title adjusted-padding` in plugin settings page or a shortcode
   on a page. After that, you need to change `style.css` of your theme. This way,
   it would look like this:
 *     ```
       .adjusted-padding {
           padding-top:<a number of>px;
       }
       ```
   
 * Oh, and the last case I forgot to mention is you don’t even need to change style
   names in plugin settings page or a shortcode, just edit an entry for `.entry-
   title` style in style.css of your theme. Obviously, you’ll get changes applied
   to ALL tags with `.entry-title` style on your website then.
 * Hope it helps.
    P.S.:Sorry for late reply. Seems like notification mail fell 
   in to the spam folder.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Posts Filter] exactly what I needed!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-posts-filter.svg)
 * [WP Posts Filter](https://wordpress.org/plugins/wp-posts-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-posts-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-posts-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-posts-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-posts-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-posts-filter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Oleg](https://wordpress.org/support/users/olezheknet/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-posts-filter-exactly-what-i-needed/#post-2906230)
 * Status: not resolved