Remove Edit Link
To remove the edit when using the Genesis Framework, add this to your functions.php:
add_filter( 'edit_post_link', '__return_false' );
Related Posts
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Always Show the "Read More" Link When Using the Astra Theme
- Install Sentry on Ubuntu 18.04 Using Nginx and Let's Encrypt Certificates
- Change Keyboard Layout When Using Ubuntu
- Increase memory_limit and max_execution_time in Laravel Valet
- Laravel Form Model Binding Generates Empty Input Fields
- Add New Project To Laravel Homestead