-
▼
2012
(336)
-
▼
December
(35)
- How to Hide Blog Titles on WordPress
- How to Upload a Squeeze Page Template Into a WordP...
- How to Hide Your WordPress Version
- How to Upload a WordPress Template to My Domain
- How to Publish WordPress to Twitter
- How to Add Tracking Code To Wordpress
- How to Install WordPress in cPanel With Network Se...
- How to Use WordPress Drupal
- How to Rebuild Thumbnails in WordPress
- How to Customize the WordPress Layout in Photoshop
- How to Integrate WordPress Blog Content Into a Web...
- How to Remove Fluid CSS in WordPress
- How to Transfer WordPress to a New Owner's Username
- How to Create Static URLs in Wordpress
- How to Use Photo Gallery with WordPress
- How to Embed MOV Files in WordPress
- How to Import WordPress Posts From CSV Files
- How to Use WordPress to Create a Website
- How to Add a Sidebar to a Wordpress Template
- How to Move Meta Boxes With WordPress
- How to Insert a PDF in Wordpress
- How to Create Home Pages in WordPress
- How to Embed Quicktime With Shortcode on Wordpress
- How to Edit WordPress Themes in Dreamweaver CS5
- How to Merge a TypePad Post to WordPress
- How to Put a Code Box in a WordPress Blog Post
- How to Install a WordPress Blog to an Amazon S3 Cloud
- How to Edit Style Sheet Links in WordPress Headers
- How to Change a Blog Default Home Page in WordPress
- How to Fix a WordPress Backend
- How to Add a ZIP File to WordPress
- How to Place an Ad on a WordPress Blog
- How to Remove WordPress Thesis Attributes
- How to Add Twitter Facebook to WordPress
- How to Add Blank Space to a WordPress Blog
-
▼
December
(35)
adsense
How to Move Meta Boxes With WordPress
Move Meta Boxes in the Dashboard
1. Log in to the WordPress dashboard by navigating to the 'wp-admin' directory of your website. If you installed WordPress in a directory called 'blog,' then you would find the 'wp-admin' directory at 'http://yoursite.com/blog/wp-admin/.'
2. Navigate to 'Posts' from the left-hand menu in the WordPress dashboard. Click on the title of a post you wish to edit or click the 'Add New' button at the top of the screen to create a new post.
3. Click on the gray heading bar at the top of any module on the 'Edit Post' screen. In WordPress, a module is any box like 'Publish,' 'Featured Image' or 'Post Tags.' Modules and meta boxes are the same thing, since meta boxes save extra information about the post.
4. Drag the module while your mouse pointer is still holding the gray title bar. Move it to wherever you like on the screen. The only box you cannot move is the main editor box, and you cannot place anything above the editor, either. The menu is also not moveable as it is not a module.
Move Meta Boxes Programmatically
5. Log in to the WordPress dashboard by navigating to the 'wp-admin' directory of your website.
6. Navigate to the 'Edit Themes' screen by clicking 'Appearance' in the left-hand menu and then clicking the 'Editor' link that appears below 'Appearance.' Locate your 'functions.php' file under the 'Templates' heading on the right side of the 'Edit Themes' screen and click its link.
7. Locate the following line of code, which you may find in multiple places in your file:add_meta_box('mymeta', 'My Meta Box', 'my_meta_box', 'post', 'normal', 'default');The last two parameters -- parameters match with predefined variables and pass their values in to functions in computer programming -- in the above example specify the position of the meta box. Change 'normal' -- the 'context' or placement for this particular meta box -- to 'side' or 'advanced' to move the box to the side of the text editor or allow users to drag and drop the meta box to any position.
8. Change 'default' -- the 'priority' parameter for 'add_meta_box()' -- to 'high,' 'core' or 'low.' Both 'high' and 'core' place the meta box at the top of all others in their portion of the screen, such as right below the editor box for a 'normal' context or above the 'Publish' box for the 'side' context.
3:27 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment