Articles

Create an options page

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'
Read More

How to avoid the need to issue “y” several times when removing protected file

To avoid being asked about removing files, add the -f (“force”) option: rm -f
Read More

tag.php not including tags from custom post types

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
Read More

Joomla 3.8.9 Release is out!

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
Read More

Replacing text with Font awesome

This replaces a bit of text in a div with some font awesome
Read More

Setting up a task in Taiga.io

Follow these steps to create a task in Taiga.io.
Read More