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