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. //* Add support for after entry widget add_theme_support( ‘genesis-after-entry-widget-area’ ); Now drag&drop the Genesis Featured Posts… Continue Reading
Archives for November 2015
Full Width Featured News Section on Flex Pro Theme
One of my GFPC plugin customer is wanting the above design at Home Middle widget area on Flex Pro theme. First I assigned the “featured news” tag in 7 posts. Then I put the Combo widget at Home Middle widget area and setup the widget in this way. See the screenshot: For professional look I… Continue Reading
How to change the listings slug in AgentPress Listing Plugin?
One customer asked this: I’m also looking to change the name of the “listings” slug. Is this possible with this plugin? Currently my listing slug is site.com/listings and I’d like it to be site.com/properties-for-sale. Very easy way you can change the slug for your listings. AgentPress Listings Plugin has a filter agentpress_listings_post_type_args. Using this you… Continue Reading