This PHP code enables you to re-position the in post SEO box in Genesis. Here's the new position the inpost SEO meta box displays which
WordPress Admin
You've landed on the archives page for posts filed under the WordPress administration category.
Here you'll find a range of content related to everything you need to know about the admin side of WordPress.
Most posts in this category relate to the different controls in your Dashboard or admin panel as some call it.
How To Fix Briefly Unavailable for Scheduled Maintenance Mode Timeout
I received this email from a client recently after uploading a modified theme i had completed work on: How do I get back into the admin
Custom Login Form HTML Code for WordPress
If you want to create your own custom login form, this code is a good starting point. When you paste the code into a text widget, here's
Change Comment Date Format Using get_comment_date Filter
The General Settings in WordPress enable you to change the format of the date which effects the comments. There's several formats to
2 Ways To No Follow WP Nav Menu Links
I recently added a link in my primary nav menu to a commercial product and wanted to make sure it was no follow which is why i'm writing
Remove Access To Install, Update, Delete, Edit or Switch Themes for Admins
Saw this interesting question on the forums today and wanted to share one solution you may find useful at some stage: This basically
Use SQL Query In phpMyAdmin To Change Custom Post Types in WordPress
This tutorial shows you how to run a sql query on a specific database in phpMyAdmin. This SQL Query changes the name of a custom post
How To Rename A Custom Post Type
To change the name of a custom post type, simply replace all instances of the custom post type name with the new name you want to use for
Change Menu Order Of Admin Links In WordPress
This PHP code enables you to customize the order of all menu links in the WordPress admin panel. Here's both the default menu order
Show Pingbacks & Trackbacks Before WP List Comments Template
This post includes code which works in any theme and displays pingbacks and trackbacks using both the short_pings parameter set to true and
Add Top Level Custom Admin Menu Link In Dashboard to Any URL
This PHP code enables you to add a main menu link in your Dashboard to any URL. Simply copy the PHP code from the view raw link in
Display Random Posts On All Category Archive Pages
The PHP code in this post changes the order of posts which are displayed on all category archive pages. Here's the question i'm answering
Remove Google Plus Contact Info Field From User Profile Page In Genesis
Genesis includes a custom field for Google Plus for each user profile located under the Contact Info section. The field is added
Add Personal Welcome Message For Logged In Members
This PHP code enables you to display a personal message to logged in members and a generic message to all non logged in
Customize Enter Title Here Placeholder Text On Admin Edit Screens
WordPress includes a filter named enter_title_here which enables you to modify the output of the default Enter title here placeholder text
Exclude Pages or Posts From Search Results For Logged In Users
This PHP code once added to the end of your child themes functions.php file excludes all pages from inclusion in the search results when
Remove Capabilities For Any User Role
WordPress enables you to remove any capabilities pre assigned to any user role. In this 1st example, the code removes specific
How To Add A Custom Meta Box For Text Area
This code creates a new custom meta box which looks like the scripts box Genesis includes on all edit posts and page screens. Here's
Display Posts In A Random Order
Simply copy this code from the view raw link in the Gist and paste it at the end of your child themes functions file to display posts in a
PHP Code For Adding Custom Meta Box With WP Editor
There's no real need to create meta boxes for use with custom fields because WordPress already includes a custom field meta box. You can