Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Saturday, 24 May 2014

Remove Footer Links of theme provider website - website is not open?

Remove Footer Links from free templates, Site is not working Best Solution: Just in case, make a backup copy of your working theme files before editing. First, edit functions.php; find the line starting with: function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER["REQUEST_URI"]); Second, towards the end of this line, find: wp_initialize_the_theme_message(); die; remove this. Finally, sometimes there are two lines of wp_initialize_the_theme_message();...

Comments