Use the following code in functions.php to create an options page if( function_exists(‘acf_add_options_page’) ) { $option_page = acf_add_options_page(array( ‘page_title’ => ‘Theme Settings’, ‘menu_title’ => ‘Theme Settings’, ‘menu_slug’ => ‘theme-general-settings’, ‘capability’ => ‘edit_posts’, ‘redirect’ => false, ‘parent_slug’ => ‘options-general.php’ )); }
To avoid being asked about removing files, add the -f (“force”) option: rm -f /path/to/file
Ran into a very funny problem when creating a template, basically, when a tag was clicked and the template sourced the tag.php page it was not quering any posts in any of the custom post types on the website. By adding the following code it fixed the issue: function wpse28145_add_custom_types(…
Joomla 3.8.9 is now available. This is a security release which addresses 2 security vulnerabilities and contains over 50 bug fixes and improvements. Do not forget to update your site today.
This replaces a bit of text in a div with some font awesome icon.
In recent months I’ve started using iMovies as a faster way to put photos together into a simple slideshow and the ability to also move a project to an iPad is ultra handy, they have almost identical workflows. I, however, faced an unusual issue on a brand new MacBook Pro…
It has been a while coming and after working with a number of other project management tools we always seem to keep coming back to Taiga.io.
The following should only be used as a rough guide when creating your images. Facebook, Twitter, Google+ all do a great job at resizing and re-orientating images automatically from posts or pages on your website. So if you are stressed about creating a single image to fit on both, don’t,…
Using open graph is the easiest way to integrate images for social media cards on Twitter and Facebook.
Follow thee following steps to add sharpness to an affinity photo image. Open image and select the layer Go to Layer > New Live Filter Layer > Unsharp Mask Filter Adjust Radius and option to suit sharpness level.