Adding Jquery Code to WordPress
For this example we are going to use a script from a sticky menu First, add your script to a .js file located in your theme and make sure you…
For this example we are going to use a script from a sticky menu First, add your script to a .js file located in your theme and make sure you…
I was trying to find a way to delete the media files attached to all Wordpress posts when deleting a bunch of posts at once. I did not want to…
Add the following to functions.php file //Brings back the link manager in Wordpress add_filter( 'pre_option_link_manager_enabled', '__return_true' ); To get the links to show up on your page add this to…