Category: Tips and Tricks
-
Now using Github for WordPress template code
Version control of our code brings security of the code and a discipline to changes.
-
Dropping /YYYY/MM/DD from WordPress URL and successfully redirecting
How to get rid of your Day and Name Permalink structure in Wordpress and redirect old URLs successfully.
-
How to merge or change a WordPress Category to a Tag
Edit Category – Copy out text of Description / SEO fields in to a text editor (This can/will be lost in the conversion) _Setup redirect rule for old category eg to Forward http://onthewight.com/business/solent-lep/ to http://onthewight.com/about/solent-lep/ Use: Source as ^/business/solent-lep/$ Destination as /about/solent-lep/ _The conversion Enable Taxonomy Converter plugin Select ‘Convert’ and tick ‘Tags’ Pick the…