WordPress – Moving wordpress installation to subfolder
After installing wordpress into home directory (ie public_html ) I realised it is not as clean as one would want
Read MoreEverything is open for discussion…
PHP
After installing wordpress into home directory (ie public_html ) I realised it is not as clean as one would want
Read MoreUseful links:
Read MoreFor wordpress sites I build, I insert the google analytics (ga) tracking code into the html head section via a plugin. I prefer this ‘cleaner’ approach of separating the code into a separate file. I also use the Wordpress function ‘is_user_logged_in’ to remove most of my visits to the site as I am typically signed in to my WP admin account. This post describes the steps I use…
Read MoreSummarizing the steps explained in the WP Codex for creating a child theme.
Source:https://developer.wordpress.org/themes/advanced-topics/child-themes/
Read MoreSteps I use to import data (ie posts, settings info etc) from my online hosting account to the MySQL database
Read MoreDocumentation covers this in detail: https://en.support.wordpress.com/code/posting-source-code/ Notes: Use ‘Text’ tab in post editor to avoid unnecessary formatting tags being added
Read MoreSelecting a theme is sooo easy and don’t they look great? Being a more functionally focused kind of guy, having
Read MoreWordPress: initial thoughts… There is no shortage of content I would like to add to the net and thus the
Read More