Lot of users are asking this question: How to modify the “View Listing” text?. Very simple way you can change the text. Just drop the following code in your functions.php file and see the magic. add_filter( ‘gettext’, ‘agentpress_change_view_listings_text’, 20, 3 ); /** * Change view listings text. * * @link http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext * @see switch http://php.net/manual/en/control-structures.switch.php… Continue Reading
Add the Ad at above and below the entry content
I am using Genesis Widget Areas Generator plugin. After activating this plugin you will get a new menu “Widget Generator” at left side panel. I am creating the two new widget areas for single post. One is “Before Entry Content”. Another one is “After Entry Content”. Now navigate to Appearance -> Widgets page and you… Continue Reading