Change default Joomla 404 behaviour or style
To show custom 404 page or redirect user on some error to home page or somewhere else copy file error.php…
To show custom 404 page or redirect user on some error to home page or somewhere else copy file error.php…
To find out possibilities for naming template files add following line to related template hook in your template.php eg THEME_preprocess_HOOK(): print_r($variables[‘theme_hook_suggestions’]);…
Ever had a situation where you have given admin right to the client? What usally happens is that client will…
Standard solution for developing WordPress header. SEO friendly and can be copied every time new template is created. <!DOCTYPE html…