WordPress Category-Template.php Line 1158 Error Replace with this code snippet … [Read more...] about WordPress Category-Template.php Line 1158 Error Fix
WordPress Core
Customize WordPress Login Page Logo with CSS
The IDs and Classes needed to customize the WordPress Login Page Logo … [Read more...] about Customize WordPress Login Page Logo with CSS
WordPress 4.5 “Coleman” Released
WordPress 4.5 “Coleman” Released, Introduces Custom Logos, Responsive Previews, Improved Editing Experience – WordPress Tavern WordPress 4.5 was released today, named in honor of Coleman Hawkins, an American jazz tenor saxophonist. Hawkins was one of the first musicians to establish the tenor saxophone as a jazz horn. Comp… Source: WordPress 4.5 “Coleman” Released, … [Read more...] about WordPress 4.5 “Coleman” Released
Change the WordPress Dashboard Footer Text
Add the following code to your WordPress theme's function.php file, or a functionality plugin to replace the WordPress Dashboard footer message with your own. Replace "Your own text" with your message. … [Read more...] about Change the WordPress Dashboard Footer Text
Remove WordPress Posts Columns
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WP Posts Columns. … [Read more...] about Remove WordPress Posts Columns
WordPress Admin Menu a Mess in Chrome
*Update - This issue has been resolved, simply update Chrome and/or WordPress. I'm not certain when this issue with the WordPress admin menu actually arose, but I just started to see it over the past few days; it may be specific to Chrome on Windows 10 as I have yet to see the problem occur on a previous version of Windows. Details about this issue with WordPress on … [Read more...] about WordPress Admin Menu a Mess in Chrome
Generate Path to WordPress Root
Use the following codes to generate a path to the WordPress root URL in theme and template files. … [Read more...] about Generate Path to WordPress Root