• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to user navigation

PopWP

WordPress and Genesis Tutorials

  • Get Started
  • About
  • Archive
  • Services
  • Membership
  • My Account

Magazine style featured posts design in Genesis Sample

Last Updated on January 24, 2020 Favorited: 1 times

This tutorial provides the steps to add multiple featured posts and design blog posts to look like magazine-style in Genesis.

Result:

Tested on Genesis Sample.

Prerequisite:

  1. Make the Required settings for Archive. Appearance > Customize > Theme Settings > Content Archives.

Idea:

We are using the default Featured Post widget for Featured post and You can use Display Post shortcode plugin to output post in widget columns.

Let's start the work by changing Site Inner with container background in Genesis Sample.

PART 1 </>

Create the Featured Posts section. It will include the First 3 posts and 3 sections for different categories.

STEP 1

Create some Widget areas for Post Page using this in child-theme/functions.php

//* Register widget areas
genesis_register_widget_area(
    array(
        'id'          => "featured-post-section",
        'name'        => __("Featured Post Section", 'genesis-sample'),
        'description' => __("This is the featured post section.", 'genesis-sample'),
    )
);

genesis_register_widget_area(
    array(
        'id'          => "blog-column-1",
        'name'        => __("Blog Column 1", 'genesis-sample'),
        'description' => __("This is the Blog Column 1 section.", 'genesis-sample'),
    )
);
genesis_register_widget_area(
    array(
        'id'          => "blog-column-2",
        'name'        => __("Blog Column 2", 'genesis-sample'),
        'description' => __("This is the Blog Column 2 section.", 'genesis-sample'),
    )
);
genesis_register_widget_area(
    array(
        'id'          => "blog-column-3",
        'name'        => __("Blog Column 3", 'genesis-sample'),
        'description' => __("This is the Blog Column 3 section.", 'genesis-sample'),
    )
);

STEP 2

Display the above-registered widgets on Post page excluding paging. Add the following code in child-theme/functions.php

To view the full content, please sign up for the membership.

Already a member? Log in below or here.

 
 
Forgot Password

Related Posts

  • Magazine style Singular Post Design in Genesis Sample
  • Isotope Masonry Blog Archive in Genesis
  • Post Page Blog Archive Template with Layouts in Genesis
  • Custom Widget area having Categories and search on Post Page in Startup Pro
  • Custom Widget area having Categories and search on Post Page in Genesis

Categories: Genesis Tutorials, Premium Content Tags: blog, featured posts, magazine layout, magazine style

Primary Sidebar

Search

WPEngine WordPress Hosting, Perfected.

Hosting You are looking for?.
Perfect solution for small business to global enterprise.

Learn more

StudioPress Genesis Theme Framework

The No.1 Theme Provider.
Creative, SEO rich Theme for all niche projects.

Learn more

Categories

  • Free Content
  • Genesis Tutorials
  • Premium Content
  • Snippets
  • What's New?
  • WordPress Tutorials

Tag Cloud

Archive Background Section blog canvas menu center logo columns conditional tags CSS CSS Grid custom Customizer custom post type Custom Post Types custom template Custom Widget effect eNews Extended Featured Image front-page Genesis Genesis Sample header right hero section Image Background js layout left menu Logo menu Navigation Menu newsletter post page related posts responsive menu search search widget Shrinking Logo site header slide in-out Stylesheet Template Utility Bar Video Background widgets WordPress

Built with Genesis Framework + WordPress by Aryan Raj

  • Contact
  • FAQ
  • Disclaimer
  • Privacy Policy
  • Copyright Policy
  • Terms of Service