Title: Featured post
Last modified: November 6, 2018

---

# Featured post

 *  [marcussatherstrom](https://wordpress.org/support/users/marcussatherstrom/)
 * (@marcussatherstrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/)
 * Hi,
 * I want to create more blog feeds that looks like this page blogg.mammasanningar.
   se/marcus , but when i create a new one it does not look the same (with the big
   featured post first)
 * How can I make this work?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-post-24%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/#post-10854953)
 * Hi there,
 * The featured post option is inside our Pro version.
 * Without the Pro version, you could do something like this:
 *     ```
       #wpsp-13918 > article:first-child {
           width: 75%;
       }
   
       #wpsp-13918 > article:nth-child(2) {
           width: 25%;
       }
       ```
   
 *  Thread Starter [marcussatherstrom](https://wordpress.org/support/users/marcussatherstrom/)
 * (@marcussatherstrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/#post-10855369)
 * Thanks! Works great!
 * Another questions I asked over at GP support but they told me to ask it here.
 * How do I get like a box around all “WP show post” posts? Possible with CSS?
 * /Marcus
    -  This reply was modified 7 years, 7 months ago by [marcussatherstrom](https://wordpress.org/support/users/marcussatherstrom/).
 *  Thread Starter [marcussatherstrom](https://wordpress.org/support/users/marcussatherstrom/)
 * (@marcussatherstrom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/#post-10855386)
 * It does not look good with the code in mobile… Maybe just this code for desktop?
   Can I do this?
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/#post-10856543)
 * This should make it so it’s desktop only:
 *     ```
       @media (min-width: 769px) {
           #wpsp-13918 > article:first-child {
               width: 75%;
           }
           #wpsp-13918 > article:nth-child(2) {
               width: 25%;
           }
       }
       ```
   
 * More info here: [https://docs.generatepress.com/article/responsive-display/](https://docs.generatepress.com/article/responsive-display/)
 * As for the border, any chance you can open a new topic so others can find the
   solution using the title of the topic as well?
 * Thanks!

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

The topic ‘Featured post’ is closed to new replies.

 * ![](https://ps.w.org/wp-show-posts/assets/icon-256x256.png?rev=2846296)
 * [WP Show Posts](https://wordpress.org/plugins/wp-show-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-posts/reviews/)

## Tags

 * [blogposts](https://wordpress.org/support/topic-tag/blogposts/)

 * 4 replies
 * 3 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/featured-post-24/#post-10856543)
 * Status: not resolved