WordPress Category-Template.php Line 1158 Error Replace with this code snippet … [Read more...] about WordPress Category-Template.php Line 1158 Error Fix
Code
Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WordPress Meta-Boxes from Post & Page Editor Pages. … [Read more...] about Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
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
Add or Remove Links From the WordPress Admin Bar
Use This Snippet to Add Links to Admin Toolbar Add the following code to your WordPress theme's function.php file, or a functionality plugin. Modify the example for your link. diww where diww is the ID of your menu item.my-blogs where my-blogs is the parent ID of your menu item.Title of the link you want to add where Title of the link you want to add is the title you want … [Read more...] about Add or Remove Links From the WordPress Admin Bar
CSS Gradients Reduce Load Times and Look Cool!
In the past, you had to use images to create gradient effects in website designs. However, by using CSS gradients you can reduce load time and bandwidth usage. As an added bonus, CSS gradients look better when zoomed than images because the gradient is generated by the browser, not a graphic file. There are two types of Gradients in CSS Both types of gradients, … [Read more...] about CSS Gradients Reduce Load Times and Look Cool!
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
Add Personalized WordPress Dashboard Widgets
Add the following code to your WordPress theme's function.php file, or a functionality plugin and then modify it with your message. … [Read more...] about Add Personalized WordPress Dashboard Widgets
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
Create Custom Field to Remove Authorbox in Genesis Child Theme.
Add the following code to single.php in a Genesis Child Theme to create a Custom Field to Remove the Authorbox. … [Read more...] about Create Custom Field to Remove Authorbox in Genesis Child Theme.