The code snippets in this tutorial enables you to adds tags to single pages. On top of this, the code adds a meta box to Edit Page screens
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.
Add Back Genesis SEO Custom Redirect URL Field When Yoast SEO Plugin is Active
The code in this tutorial enables you to add back the Custom Redirect URL meta box which is included in the inpost SEO Settings. The input
3 Ways To Load Scripts Within the Opening & Closing Body Tags
Many scripts, including Googles, suggest loading the scripts within the opening and closing body tags. 1. Genesis includes a global meta
How To Change The Date Format in Genesis
There's 2 ways to change the date format in Genesis which uses the WordPress date format to display the date the post was published. To
How to Link to External Links from the Post Title in Genesis
This code enables you to link any single post entry title to any URL. The URL you add doesn't need to be an external URL. It can be another
Replace Comment Date With Text When Comments Older Than Specific Date
This PHP code enables you to display text in replace of the comment date if the comment is older than a specific date. In this example, all
3 Ways to Disable The Visual Editor
There's at least 2 ways to remove the visual ( TinyMce Rich ) Editor from WordPress. Firstly, here's the before and after shots showing
Add Genesis Meta Box for Checkbox
This code creates a new meta box you can enable from the Screen Options on any Edit Post screen. No need to install a plugin to create
Display Headline & Intro Text on 1st Page of Archive Only
The 1st code snippet in this tutorial removes both the archive headline & archive intro text from all paginated archive pages so the
Display Intro Text on 1st Page of Archive Only
This code removes the intro text from all paginated archive pages so the description only displays on the first page. Here's the code
Link Genesis Featured Posts Title To Category Page
This code enables you to modify the link for each featured post which is displayed using the Genesis featured post widget. 1. You can use
Add Lost Password Link
This code enables you to add a link to create a new password via email. Once you submit the form, you'll be redirected back to the
Add Unique Alt Text To Each Featured Image
This solution enables you to add your own custom alt text to each featured image on single posts in Genesis. You can add the alt text
Add or Remove Author Box Only When Custom Field Has Value
These code snippets enable you to add the author box only when a custom field has been added as well. The author box is added in the
Remove Author Bio Description Meta Box Field for User Profiles Conditionally
This code enables you to remove/hide the Biographical Info meta box field for users/authors, conditionally. To view the box, from your
Code To Filter Genesis Blog Page Template Settings
This code enables you to change the number of posts displayed on any page using the Blog Page template. If you go to Genesis > Theme
PHP Code To Add New User in WordPress
This solution enables you to add a new user via your functions file. The code enables you to set the following: The username The
add_rewrite_rule For Multiple Custom Taxonomy Types in CPT Permalink Structure
This solution enables you to create your own custom permalink structure for any custom post type ( CPT ). Note: The entire code for
Add Exactly The Same Taxonomies To Multiple Custom Post Types
WordPress doesn't allow you to use register_taxonomy multiple times to add the same taxonomy type to more than 1 custom post type. If you
Custom Permalink Structure for Taxonomies Added to Custom Post Types
This tutorial provides the PHP code you can use if you want to create your own custom permalink structure for custom taxonomy types you add
You must be logged in to post a comment.