
Similar Posts
Genesis main content codex ( hooks and filters )
Remove ” Edit ” page / post link when logged in add_filter( ‘genesis_edit_post_link’, function(){ return false; }); Default functions <?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child…
How to redirect WordPress login/logout to custom page?
Check the links below for references Use this https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect for login redirect. Use this https://codex.wordpress.org/Plugin_API/Filter_Reference/logout_url for logout redirect.
Genesis plugins
Genesis Layout Extras Genesis Simple Hooks Genesis Style Trump Genesis Visual Hook Guide

How to fix Avada themes WP Memory Limit using Godaddy cpanel.
If you encountered the same error just like the image above, just follow this instructions. Open your wp-config.php in cpanel and add this code. define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
How to track your password to be sent in your notification?
Using Gravity Form, before I having a hard time getting the `Password` value to be included in my notification email. I have read this post How to Include a Password Field in a User Notification with Gravity Forms but it seems not working perfectly to my end. I have created an alternative way of tracking…

Override InWave Jobs template to the current theme
Override InWave Jobs template to the current theme is little bit hard for the WordPress beginners so I want to write tutorials that can help them solving this issue. Before that, just a little background for InWave Jobs. InWave Jobs is created by inwavethemes which I beleive many WordPress users is now using this, easy and very powerful plugin….
Many thanks if you are so kind to fairly share this information.