by Garth | Sep 17, 2018 | Plugins, Wordpress
WP Go Maps (formerly WP Google...
by Garth | Sep 10, 2018 | Themes, Wordpress
Allegiant...
by Garth | Sep 3, 2018 | PHP, Wordpress
<?php edit_post_link(‘Button Text’); // Always handy to have Edit Post Links available ?>
by Garth | Sep 3, 2018 | PHP, Wordpress
Firstly you have your while loop to run through all your posts. And above your while loop you have your args. You need to add this arg $args[‘paged’] = $paged; Below is a template to start your while loop $args[‘post_type’] =...
by Garth | Aug 19, 2018 | Themes, Wordpress
Materialis...
by Garth | Aug 6, 2018 | Debugging, Wordpress
Define(‘WP_SITEURL’,’https://your-site-url’); Define(‘WP_HOME’,’https://your-site-url’); The above code must get added to your wp-config.php File It should fix the redirecting login issue. I left in inside my file after...
by Garth | Aug 2, 2018 | Javascript, Jquery
document.getElementById(‘id_goes_here’).style.display = ‘none’;
by Garth | Jul 30, 2018 | PHP, Snippets, Woocommerce, Wordpress
Click link below WPBeginner
by Garth | Jul 26, 2018 | Javascript, Snippets, Tools
print();
by Garth | Jul 26, 2018 | Javascript, Jquery, Snippets
let timer = setInterval(function() { // The dispatch date is just the variable name. You can change it wo whatever. As long as you change it where ever else it is been used as well. // the format for dispatch_date is (‘2018-10-17 17:00:00′) which is been...