Hello friends,
If you want remove the footer from admin then please follow these steps :
- Go to your theme folder
- Open function.php file in editor
- add this code in your function
://create custom seio friendly url using page slug "product" function add_profile_rewrite() { add_rewrite_tag("%mode%", '([^/]*)'); add_rewrite_tag("%det%", '([^/]*)'); /*add_rewrite_tag("%video_src%", '([^/]*)'); add_rewrite_tag("%video_title%", '([^/]*)');*/ // Before And After add_rewrite_rule('product/([^/]*)/?$', 'index.php?pagename=product&mode=$matches[1]', 'top'); } add_action( 'init', 'add_profile_rewrite' );
Save file
Enjoy Code!
<
Howdy! This post could not be written any better!
Looking through this article reminds me of my previous
roommate! He always kept preaching about this. I most certainly will forward this post to him.
Fairly certain he will have a very good read. Thank you for sharing!
Your Most welcome!