Original request: Requirements WordPress 4.0+ Genesis 2.2.0+ Atmosphere Pro Theme Genesis Featured Posts Combo Plugin Step 1 Drag and drop the “Genesis Featured Posts Combo” widget into Front Page 3 widget area. Now configure the following options: Layouts: Full Width (layout no. 7) Post Type: Post. You can select CPT. Check Show Post Title checkbox… Continue Reading
genesis featured posts combo widget
Displaying 3 latest posts after entry widget area
How to display 3 latest posts after entry widget area using Genesis Featured Posts Combo plugin? In this article I am showing this. First enabling the after entry widget area using following script. Adding the code in functions.php file.
1 2 |
//* Add support for after entry widget add_theme_support( 'genesis-after-entry-widget-area' ); |
Now drag&drop the Genesis Featured Posts Combo widget at After Entry sidebar. Checkout the widget… Continue Reading
Embed video above the Featured Post Title
This tutorial is for above user. But it will be very helpful for other Genesis folks. Step 1: Creating a custom field “video_embed_code” using WP’s Native Custom Fields feature. Go to post’s add/edit screen page and scroll down. You will get “Custom Fields” box. if it is not coming then click on “Screen Options” tab… Continue Reading