adsense

How to Embed an MP3 Player in WordPress





1. Begin a new post within your WordPress dashboard. Above the main text box, you will see four small icons to the right of the words 'Upload/Import.' Click the icon that resembles a musical note to open the 'Add Audio' dialog.
2. Click 'Select Files' to upload an MP3 to your WordPress blog. If you choose this option, the size of the MP3 file must be smaller than 2 megabytes. Alternatively, if you are embedding an MP3 file hosted on another site or on your own website, click the 'URL' tab at the top of the dialog. Type or paste the URL into the 'Audio File URL' field. Click 'Insert into Post.'

3. Compose the remainder of your blog post. Click the 'Preview' button to see how your MP3 player will look within the post. Once you are satisfied with your post, click the blue 'Publish' button in the right sidebar.

How to Edit Php.Ini Files in Wordpress for File Sizes





1. Download the PHP.INI file from the host server. The way you download the PHP.INI file depends on your host company. Most host companies have an online, Web-based interface to assist with downloading files. Or you may use website software, such as Dreamweaver, to manage and edit your site. Download the file to a directory on your computer.
2. Right-click the saved PHP.INI file and select 'Open With.' Double-click 'Notepad' to open the PHP.INI code in your default text editor.

3. Type the following code in the file:memory_limit = 200Mupload_max_filesize = 180Mpost_max_size = 200Mfile_uploads = On
4. Click the 'File' menu item in Notepad and select 'Save.' The PHP.INI changes save to the file. Using the same method you used to download the file, upload it to your WordPress host.

How to Enable Thesis Avatars in WordPress





1. Open a Web browser. Go to your WordPress login page. Type your user name and password. Click the blue 'Log In' button to go to the WordPress dashboard.
2. Click the down arrow next to 'Settings' on the 'Dashboard' menu on the left side of the WordPress window. Click 'Discussion' from the 'Settings' drop-down menu.

3. Scroll down to the 'Avatars' section of the 'Discussion' page. Click the radio button next to 'Show Avatars.' Choose a 'Maximum Rating.'
4. Click a radio button next to the avatar style you want from the 'Default Avatar' options. Click the blue 'Save Changes' button.
5. Click the blog name to see the avatars.

How to Use Microsoft Expression With WordPress





1. Set up an account with WordPress or log in to your existing account. Install WordPress onto your computer by clicking 'Download' and following the instructions on your screen. Ensure you know where the WordPress files will be stored on your hard drive so you can locate the folder later.
2. Create four different pages called 'Home,' 'About,' 'Contact' and 'Blog' using the WordPress dashboard. You can do this by clicking on 'Pages,' then 'Add New.' On the 'Blog' page, you also will need to create five different posts and two different post categories. Create new posts by clicking on 'New Post' in the dashboard and assign each post a category by clicking on the ' ' sign under 'New Categories' when writing a new post.

3. Choose a customizable theme for your WordPress blog using the themes on the site. Under 'Appearance' on the dashboard, click 'Themes' and pick the design you want from the list. You will be able to tweak this theme using Microsoft Expression, but it should be close to the kind of design you envision for your blog.
4. Open Microsoft Expression and create a new blog using the software. The site your building should be saved in the root folder of the WordPress installation files. Remove any existing CSS code on the Expression page so that it is blank. Then, open your existing Wordpress blog in a normal Web browser and display the source code. In Firefox, you can do this by pressing 'Ctrl U' and in IE8, go to 'Page,' then 'View Source.' Copy the source code by highlighting it all and pressing 'Ctrl' plus 'C' (or 'Command' plus 'C' on a Mac).
5. Paste the source code from the Web page into the new HTML file in Expression. Save the file in the root folder of the WordPress installation files, calling it 'test' or a similar name. Within the first lines of the code, find the CSS call. This is the part of the code that refers to the CSS file currently on the Wordpress server. The code will contain directions to the WordPress server where the theme code is stored. Delete the website address and change the code so that the file destination is the theme file on your hard drive, such as href='wp-content/themes/[name of you chosen theme].' Changing the source of the theme code to the theme file on your hard drive means any changes you make to the code using Microsoft Expression will show up on your Wordpress website.
6. Save the page once you have changed the CSS call and change the view in Microsoft Expression to split view so you can see both the site and the code. You can now use the Microsoft Expression tools to modify the appearance of your site and check changes you have made using the test HTML page in the root folder.

How to Change the WordPress Prefix Post Installation





1. Log in to the Web hosting account where you have installed WordPress. Open your FTP program or your Web server's file manager.
2. Open 'wp-config.php' in the FTP or manager. Change '$table_prefix = 'wp_';' to '$table_prefix = 'newprefix';,' where newprefix is your updated WordPress table prefix. Save the changes to this file to make it live on your Web server.

3. Open your MySQL database in PHP My Admin or a similar software provided by your Web hosting company. Type 'Rename table,' a space and the table name. Follow this with another space, 'to,' another space and the table name with your new prefix appended to it. For example:Rename table wp_name to newprefix_nameClick 'Go' to execute this command.
4. Search for the 'options' table in your database. The options table should now be appended with your new prefix. Open this table and click 'Edit' next to 'wp_user_roles.' Change the 'wp' in this entry to your new prefix. Do the same thing with the usermeta field.

How to Share Music on Wordpress





WordPress Setup
1. Register a WordPress account. Go to WordPress.com and click the orange 'Sign Up Now' button on the right of the screen.
2. Enter your email address when prompted and select a name for the blog. Pick something related to your music, such as the name of your band.

3. Click 'Sign Up' to complete the registration. This takes you to your 'Dashboard' page.
4. Click 'Appearance' and select 'Themes' from the drop-down menu. Scroll through the list of themes and click 'Activate' when you see one you like. Each theme has a preview that lets you see how your blog will appear in that format.
5. Open a new tab in your browser. Press 'ctrl t' on your keyboard. This short cut opens a new browser tab. Using multiple tabs lets you keep multiple Web pages open at the same time, reducing the need for navigation.
Sound Cloud
6. Go to SoundCloud.com. Click the 'Sign Up' button.
7. Enter your information as prompted, including email address and band name.
8. Check the box to indicate that you accept the terms and conditions and finish by hitting 'Sign Up.'
9. Click 'Upload and Share.' Select 'Choose Files' and select the song file from your computer. When it has uploaded the interface will give you an embed code. Highlight this code and press 'ctrl c' to copy it to your clipboard.
Band Camp
10. Go to Bandcamp.com and click the green 'Sign Up Now' link.
11. Enter your information as prompted. Select an account name, use your own band name if it is available. If not, customize the name by adding a number to the end. For example if 'Gods of Thunder' is taken, try 'Gods of Thunder Online.'
12. Check to indicate acceptance of terms and conditions. Click 'Sign Up Now.'
13. Click 'Upload' and select the audio file from your computer. Once uploaded, highlight the code and copy it.
Sharing With WordPress
14. Click 'Dashboard' in WordPress, then click 'Posts.' Select 'Add New', click on the 'HTML' tab on the top right of the text box. Using the HTML editor rather than the text editor lets you embed links into the post.
15. Title the post. Type the name of the song into the title bar above the text editor.
16. Paste the embed code from the music-hosting platform into the HTML editor. Click the blue 'Publish' button on the right of the screen.

How to Use Redirects in WordPress





1. Open a Web browser and navigate to your blog's main homepage. At the bottom of the page, click 'Admin.' A username and login window displays. Type your administrator username and password for the blog to log into the dashboard.
2. Click the Appearance panel in the left section. In the list of options, click 'Editor' to open the PHP editor for the blog.

3. Click 'Header.php' in the right list of pages you can edit. The code for the main header file opens. This file is where you place the redirect code.
4. Type the following code in the editor:header('HTTP/1.1 301 Moved Permanently');header('Location: http://www.domain.com');exit();Replace 'domain.com' with your new blog location.
5. Click 'Save Changes' to save the changes to the file. Open a new browser tag and navigate to the blog again to test the redirect settings.

How to Create a Magazine Theme for WordPress





1. Think out what you want to put on your site. If your concept of a magazine style focuses on photo display, look for themes that allow posting of large images against dramatic backgrounds. If you want a more newsy approach, select themes with two or three columns, even four, that showcase multiple categories. A simple background that doesn’t get in the way of the news works best.
2. Use themes with dark backgrounds to make images standout in photo-style magazine layouts. It doesn’t have to be black. Using a deep blue or a subdued red with a main column of white for content and images works well. Avoid bright colors for backgrounds. Some themes let photos bleed off the light or white main column into dark frames, effective for creating a stark, minimalist theme. Avoid graphic elements with frills. You want the design kept simple to let the photos provide the graphic impact. Keep text to a minimum, and leave plenty of space around the photos, or white space as it’s called in print. One main column and a side bar for links are all you need.

3. Select themes with white or light backgrounds where text will appear when creating a news-style magazine theme. Reverse text – light text on dark backgrounds – is harder to read for anything but short items such as a quote box. No matter what you’re writing or collecting news items on, you want highlights from several categories on the theme’s home page, requiring several columns. The highlights for categories should allow you to place small photos for stories mentioned. On pages that hold the complete story, the theme should allow placement of larger photos.
4. Customize the themes as needed to fit your plan. Select themes with a custom header image if you want your banner to contain a logo or graphic image that brands your online magazine. Photo-style magazines, however, can do well with just a name and no image that conflicts with the content photos. Choose a theme that’s very flexible, letting you adjust as you go along. You may start out with a two-column news-style theme, but later find that switching to three columns better fits what you need to do.

How to Change the Avatar Gravatar in Wordpress





Through Gravatar
1. Log into your Gravatar account. If you don't have one, creating one only takes a few minutes and is free (see Resources).
2. Click 'Add a new image.'

3. Select whether you want to pick an image from your hard drive, the Internet or a webcam, or whether you want to use a previously uploaded image. Depending on your choice, you need to browse your computer for an image, enter the image's URL, take a picture using your webcam or choose one of your old images.
4. Click the 'Next' button after choosing your image.
5. Crop the image, then click the 'Crop and Finish!' button.
Through WordPress
6. Log into your WordPress account. If you don't have one, creating one only takes a few minutes and is free (link in Resources).
7. Click the 'My Account' tab and select 'Edit Profile.'
8. Click 'Change your Gravatar' on the right side of the screen under your current Gravatar.
9. Select whether you want to pick an image from your hard drive, the Internet or a webcam, or whether you want to use your last WordPress avatar. Depending on your choice, you need to browse your computer for an image, enter the image's URL, take a picture using your webcam or choose one of your old images. Click the 'Next' button after choosing your image.
10. Crop the image, then click the 'Crop and Finish!' button.

How to Format Yahoo! Pipes RSS for WordPress





1. Sign up for a free Yahoo! Pipes account and create an example RSS feed. Yahoo! provides a wealth of documentation and tutorials on the Pipes website to get you started.
2. Copy the URL for your Yahoo! Pipes RSS feed. After you've created a pipe, choose the 'Get as RSS' option at the top of your pipe's configuration screen and copy the link to your clipboard. You can also click the 'Get as RSS' link to open the feed in your default reader.

3. Log in to the WordPress administrative interface for your blog, and navigate to the Widgets configuration screen. You can find the Widgets administration link in the left column underneath the Appearance header.
4. Drag the RSS widget to one of the sidebars of your blog.
5. Enter the URL of your Yahoo! Pipes feed as a source for your WordPress feed widget and give it a title. A title is not absolutely necessary, but the RSS feed URL is.

How to Change H1, H2 H3 Header Tags in WordPress





1. Alter the style of each header in your Cascading Style Sheet (CSS) file, often labeled as 'style.css.' Open this file in your text editor to alter its contents. The header or subheader will appear as 'h1 {attributes}' or '#header h1{attributes}.' The '#' feature allows you to customize sub-headings within the same H1 tag. For instance, you may assign a font type for all H2 entries, but change the font color in specialized subheadings:h2 {font-family: Arial, sans-serif; font-size: 110%; color: green; font-weight: bold; }#sidebar h2 {font-size: 150%; color: blue; font-weight: bold; }
2. Assign attributes to your headers and subheaders. Some common attributes for headers include 'font-family,' 'font-size,' 'color' and 'font-weight.' Use these attributes to vary the display of your subheadings. For instance, you may design your headers to display identical font colors and weight, but change the size of the type displayed.h1 {font-family: Verdana, sans-serif; font-size: 150%; color: green; font-weight: bold; }h2 {font-family: Verdana, sans-serif; font-size: 130%; color: green; font-weight: bold; }#sidebar h2 {font-family: Helvetica, sans-serif; font-size: 130%; color: black; font-weight: bold; }h3 {font-family: Verdana, sans-serif; font-size: 110%; color: green; font-weight: bold; }

3. Upload your new 'style.css' file to your WordPress database.

How to Blog to WordPress via iPhone





1. Launch the App Store application on the iPhone by tapping its icon on the home screen. Tap the search button in the menu at the bottom of the screen and type 'WordPress' into the search box at the top.
2. Select the official WordPress app from the search results and tap the 'Install' button to download and install it on your iPhone. Launch the application when download has completed.

3. Tap the 'Add blog hosted at WordPress.com' button if your blog is hosted by WordPress, or tap the 'Add self-hosted WordPress blog' if your WordPress installation is located on your own Web-hosting service.
4. Enter the Web address of your WordPress blog in the 'URL' box, and type your username and password into the relevant boxes. These are the same credentials used when logging into your WordPress blog via a computer's Web browser. Tap the 'Save' button to continue.
5. Tap your blog's entry on the 'Blogs' page to display its details. Tap the 'Posts' button in the menu at the bottom of the screen, followed by the 'Write' button in the upper right corner. This button is identified by a square box with a pencil inside it.
6. Type a title for your new blog post at the top and enter the post's text in the large text box in the bottom half of the screen. Tap the 'Categories' button to assign your post to your blog's existing categories. Then tap the 'Publish' button to put the blog post live on your WordPress website.

How to Make a PSD WordPress Theme





1. Open Photoshop, then click the 'File' menu's 'New' command. Click 'OK' to create a new canvas, then click the top color swatch at the bottom of the 'Tools' panel. Click a color you'd like to paint your theme's header section with, then click 'OK' to close the color selection window.
2. Drag on the canvas to create an image you'd like to see in your theme's header. For example, draw ocean waves if your WordPress blog has a maritime theme. Click the 'T' icon on the 'Tools' panel to run the Text tool, then click on the canvas where you're like to add some text. Type your text, then click the checkmark button above the canvas to finalize the text.

3. Click the 'File' menu's 'Save' command, then click the 'JPEG' item from the 'Type' drop-down menu. Type a file name in the 'File name' text box, then click 'Save' to save the header image. Create an image for your theme's body content, and for the sidebar holding your blog's navigation links. Save each image with a new filename.
4. Open the Lubith home page in your Web browser, if you want to use a free online service for creating WordPress themes with Photoshop images. Commercial services for creating Photoshop WordPress themes include Pixel WP and PSD To WP. Follow the prompts to create a free account and open the Lubith page editor. Drag the orange and green buttons of the theme's header and other sections to create the layout you want.
5. Click the header section to select it, then click the 'Image' button from the toolbar at screen left. Click the 'Upload' command to display a dialog box for uploading images, then navigate to and double click the Photoshop image you created for the header block. Lubith will upload the image, then display it as the new image in your theme's header.
6. Use your knowledge of inserting a Photoshop image in your theme's header section to insert Photoshop images in the other sections.
7. Click the 'Theme' button at screen left, then click the 'Download' command to open a dialog box for saving your theme to disk.
8. Follow the instructions on WordPress to install your theme in your WordPress blog.

How to Use WordPress Database Multiple Places





1. Download the WordPress installation package from the WordPress.org website. Right-click on the downloaded file when the transfer is complete and click 'Extract' on the context menu. Alternately, you can use your preferred file extraction tool to unzip the file.
2. Locate the 'wp-config-sample.php' file from the unzipped contents of the installation package and open it in a text editor. Type your database information in the 'database name,' 'database username' and 'database password' sections. Save and close the file. Right-click on the file and choose 'Rename.' Rename the file to 'wp-config.php.'

3. Open your FTP software and upload the WordPress installation files to each blog site that will share a single database. Open the 'wp-config.php' file through your FTP software once the upload is complete on each site, one at a time.
4. Create a unique table prefix for the section labeled '$table_prefix = 'wp_';'. Replace 'wp_' with a different prefix for each blog site. Save the file. Each blog will now use a single database with different prefixes for its data.

How to Redirect a WordPress Tab





1. Log in to your WordPress admin area. Because this process involves installing a plugin, you will need administrator privileges to proceed. If you aren't a site admin, either contact the administrator and inquire about getting your account upgraded, or ask him to complete the task himself.
2. Click 'Plugins' from the left-side menu bar, and then click 'Add New.' Type 'Quick page post redirect plugin' into the text field, and click 'Search Plugins.'

3. Find 'Quick Page/Post Redirect Plugin' in the search results and click 'Install Now.' Wait for the plugin to install, and then click 'Activate Plugin' from the confirmation screen.
4. Click 'Pages' from the left-side menu bar. You now have a choice: you can either create a new page to redirect, or you can redirect an existing page. Note that if you do redirect an already existing page, your readers won't be able to view the content of that page. Either click 'Add New,' or find the page you want to redirect in the list, and click its title.
5. Scroll down to just below the main editing area in the middle of the screen. Under the 'Quick Page/Post Redirect Plugin' header, check the 'Make Redirect Active' box. You have three other options from this menu. By clicking the relevant check boxes, you can opt to have the destination URL open in a new browser window, add a 'nofollow' tag to the link which prevents search engines from using this link to determine the positioning of websites in web searches, and you can hide the original page's URL in favor of the one you're redirecting to. Select the options you desire.
6. Copy and paste the full URL into the 'Redirect URL' text field just below the check boxes. You must type in the full URL, including the 'http://' part of the link. Click 'Update' at the top-right of the screen. Any time someone attempts to access this page via your tabs, she'll now be redirected to the URL you specified.

How to Load My Logo to My WordPress Blog





1. Open a Web browser and load your WordPress blog's home page. Click the 'Admin' link and use your administrator user name and password to log in to the blog.
2. Click the 'Appearance' link in the left panel. Click 'Editor.' The main editor for the blog will open. On the right side, a list of pages for the blog will be displayed. Click the 'header.php' file to open the main, top file displayed in the blog.

3. Scroll down the page to the 'logo' section. If you replace a text title with a logo, locate the line of code labeled '
.'
4. Type the following code to include a logo image:
Replace 'mylogo.jpg' with your own logo file name.
5. Click 'Update File' to save the changes. The logo will display at the top of your blog. Click the blog link at the top of the dashboard to review the new blog settings.

How to Insert a PNG in WordPress





1. Connect to your server with your FTP client, and navigate to the folder '/wordpress/wp-content/YourTheme/images.'
2. Upload your image to this folder. Write down the name of the image -- for example, 'logo.png.'

3. Navigate back to '/wordpress/wp-content' and copy the file 'header.php' to your local hard drive with your FTP program. Rename the existing 'header.php' file to 'header.php-bak' on your server.
4. Open the file 'header.php' with a text editor, such as Notepad or TextEdit.
5. Replace the text '

/'>


' with this text: '
/images/logo.png'>'.
6. Save the file 'header.php'.
7. Upload the new 'header.php' to the server, replacing the original version.

How to Connect Pages to the Footer in Wordpress





1. Log in to your WordPress account.
2. Click 'Pages' under 'Pages' on the Dashboard's left-hand menu. Click the Page name to edit and write down the Permalink URL.

3. Click 'Appearance' on the left-hand menu. Click 'Editor' to go to the 'Edit Themes' page. Under the 'Templates' menu on the right-hand side of the screen, click 'Footer.php' to open the footer HTML editor.
4. Open Notepad or another text editor by clicking 'Start' and then click 'All Programs.' Click 'Accessories' and click 'Notepad' to open.
5. Highlight all of the coding in the footer.php file. Right-click and select 'Copy' from the menu. Click in the Notepad text editor and right-click. Click 'Paste' to paste the code into Notepad. Save the file.
6. Search until you find the footer link information under the footer tag. The WordPress URL link is in the footer. The coding looks similar to this:


WordPress



7. Type the name of the WordPress Page to add to the footer. Set it up as a URL link. It looks something like this:
Page Name

8. Click the blue 'Update File' button.
9. Click the WordPress website name to see the updated footer.

How to Make Your WordPress Blog More Google Friendly





1. Log in to the WordPress Dashboard and choose 'Add New' from the 'Plugins' pane, type 'SEO' into the 'Search' field and hit 'Enter.' Install and activate the plug-in whose description you feel best matches your blog's SEO needs. Examples include 'All In One SEO Pack' and 'WordPress by Yoast.'
2. Locate the SEO box that now appears within each post and add a title and description to be used by search engines. Don't use comma-separated keywords, as Google considers these spam as of the date of publication. Instead, incorporate keywords and phrases into titles and descriptions organically.

3. Return to the 'Add Plugins' screen and input 'XML Sitemap.' Install and activate the plug-in of your choice, such as 'BWP Google Sitemap' or 'Google XML Sitemap.' Click the name of either plug-in within the 'Settings' pane of the WordPress dashboard and choose 'Create New Sitemap' to create a structure directory listing of your blog as it currently exists. Choose the option that allows you to submit the site map to Google and resubmit often to keep Google updated as to the structure of your site.
4. Open each post individually, hover your mouse over each image and click the 'Image' icon. Add a brief title and description to each image in the 'Alt Title' and 'Alt Description' fields, respectively. Again, avoid using sequences of random keywords. Instead, use complete phrases that describe the post's content using keywords without sounding robotic.
5. Choose 'Permalinks' from the 'Settings' pane. Select any of the permalink options that include the name of your blog post. Placing blog titles in permalinks, which are the URLs that link directly to blog posts, giving search engines an additional means of identifying and categorizing content in your blog.

How to Insert Adsense Code Into a WordPress Blog Post





1. Log in to Google AdSense and click 'My ads' to go to your AdSense ads. Click 'Get code' under the name of the ad you want to put in WordPress. When the pop-up box opens, click the text, right-click and click 'Copy' to copy the code. Click 'Close.'
2. Log in to WordPress. Click 'Appearance' and 'Editor.' When the theme editor loads, click 'Single Post (single.php)' or similar name under 'Templates' on the right of the page.

3. Look for a line similar or identical to the following piece of code in the PHP file. Note that the 'the_content' line indicates where the blog post content is placed:
Read the rest of this entry
'); ?>
4. Click above that line of code if you want the AdSense ad to appear above the post content. Click below that line of code instead if you want the AdSense ad to be shown below or after the post content.
5. Type HTML code to create formatting for the code before you insert it. For instance, type '
' without the quotes to make sure that the ad will be in the center when you place it.
6. Right-click and click 'Paste,' or hit 'Control' and 'V' simultaneously to paste the AdSense code. Close the HTML tag or tags you added. For example, type '
' to close the
tag.
7. Click 'Update File.'
8. Type the Web address of your WordPress blog in the browser location bar to visit the blog, or click its name on the top left of the WordPress admin page. Click any post to see how the AdSense ad looks on it. A blank space may appear at first, because it takes some time for ads to be generated according to the keywords in the post.

How to Insert Bookmarks in WordPress





1. Open a Web browser. Go to the Social Bookmarks plug-in website or the AddToAny plug-in website.
2. Click the orange 'Download' button for either plug-in. Save the zipped folder to your computer desktop.

3. Open a new Web browser window. Go to your Web hosting log-in page. Type your domain name and password. Click 'Log In.'
4. Scroll down to the 'Files' section. Double-click 'File Manager' to open the FTP File Manager.
5. Double-click the 'wp-content' folder to open it, and double-click the 'Plugins' folder to open it. Click 'Upload.' Select the bookmark plug-in zipped folder. Click 'Upload.' The zipped folder uploads to File Manager.
6. Click the bookmarks plug-in to select it. Click 'Extract' and the zipped folder extracts to the plug-ins folder.
7. Open a Web browser. Go to your WordPress website log-in page. Type your username and password. Click the blue 'Log In' button to go to the dashboard.
8. Click 'Plugins' on the left-hand dashboard menu. Check the box next to the bookmarks plug-in. Click 'Activate' to activate the plug-in.

How to Send a Tumblr Feed to WordPress





1. Open the 'Plugins' section on the left side of the WordPress dashboard, and then click 'Add New.'
2. Type 'WP Tumblr' in the search field, and press 'Enter.'

3. Click 'Install Now' under 'WP Tumblr' on the result screen. Click 'OK' and 'Activate Plugin.' This creates a new menu called 'WP Tumblr' on the left side of the dashboard.
4. Click 'WP Tumblr' on the left side of the page.
5. Type your user name for Tumblr in the field at the top of the page. If you do not know your user name, you can find it by viewing your own Tumblr blog. The user name is displayed at the top of the browser window in the format '(user name).tumblr.com.'
6. Click 'Update Options.'
7. Open the 'Posts' menu on the left side of the dashboard, and then click 'Add New.' This starts a new post. Type a title for the post, and assign a category as normal.
8. Place the cursor in the main post editing field, and type '[wptumblr]' without quotation marks.
9. Save the post. This post displays the 10 most recent items from your Tumblr feed.

How to List Tags Without Links in WordPress





1. Log into the WordPress dashboard and navigate to 'Appearance.' Click the 'Editor' link under 'Appearance' to load the 'Edit Themes' screen. Locate the template file you want to edit under the 'Templates' heading.
2. Find the spot on the page where you want to display tags without links. If you want to replace the tags listed on the blog index, for example, edit 'index.php' and place your new code where '
' already exists.

3. Assign the value of 'get_the_tags()' to a new variable. Check to see if any tags exist using an 'if-then' statement.

Code goes in here.

4. Create a 'foreach' loop to loop through every value in the array that 'get_the_tags()' returns. The 'foreach' loop will look like this:
Code goes in here.
You must place the 'foreach' loop within the 'if-then' statement.
5. Output the name of each tag within the 'foreach' loop. Here is the code:
name; ?>This line of code finds the 'name' field for that tag's entry in the database and then outputs it to the screen.
6. Format the tag text however you like. For example, you can place a line break after each tag like this:
name . '
'; ?>The dot breaks from PHP code to something else -- in this case, a string between quotation marks. You can put HTML code or regular text between the quotation marks. The browser will execute the HTML as code instead of text.
7. Click the blue 'Save' button to save your changes to the template.

How to Change the Tagline of a Post in WordPress





1. Sign in to your WordPress site, and click 'Posts.' Click the WordPress post with the tagline you want to edit.
2. Scroll down beneath the text editor to find the custom field that generates the tagline. The field's wording will vary, depending on your theme's author, but it should say 'Subtitle' or 'Tagline.' If you don't see the custom field box, click 'Screen Options,' and then check the box next to 'Custom Field.'

3. Click the 'Value' field, where the tagline is displayed. Delete the value and type the new tagline in the field. Click 'Update.'

How to Convert a Compendium Blog to WordPress





1. Log into WordPress.
2. Log into Compendium in another browser tab or window and navigate to the first post you want to transfer to WordPress.

3. Highlight the text in the post body and then press 'Ctrl' and 'C' to copy the text to the Office Clipboard.
4. Click the 'Posts' tab in WordPress and then click 'Add New.' Click the the body text box and press 'Ctrl' and 'V' to paste the text into the box.
5. Type a title for your blog post into the 'Title' text box. Add any keywords you desire into the 'keywords' text box and then click 'Publish.'
6. Repeat Steps 3 through 5 for each blog post in Compendium that you want to copy.

How to Add a WordPress Blog to Your Zen Cart Store





1. Right-click inside your hosting folder and select “New Folder.”
2. Name the folder “Blog.”

3. Download and unzip WordPress to your computer.
4. Log in to the cPanel of your Web-hosting account and create a new database for your WordPress installation.
5. Open the WordPress folder on your computer.
6. Rename the 'wp-config-sample.php' file to 'wp-config.php.'
7. Open the 'wp-config.php' file using Notepad.
8. Type your database name and database username and password from Step 5. Save the file.
9. Copy the WordPress files located on your computer to the Blog folder on your Web server.
10. Log in to your Zen Cart Admin Dashboard at mydomain.com/zencart/admin. Replace “mydomain.com” with the URL of your website.
11. Click “Tools” and “EZ Pages.” Click the “New File” button.
12. Type “yoursite.com/blog,” replacing “yoursite.com” with the URL of your site in the “Link URL” box.
13. Click “Insert.”

How to Change Avatars for Users in WordPress





1. Open your computer's default Internet browser and visit your Wordpress website.
2. Login to your Wordpress website's administration panel using your administrator username and password. Once you login to your Wordpress administration dashboard, you will have full capability of editing and adding content.

3. Locate the tab labeled 'Users' on the left side of the Wordpress administration dashboard page. Select the username with the avatar you would like to change. Select 'Upload' to upload and replace the user's avatar. Alternatively, select 'Remove' to delete the image from you website's server.
4. Scroll to the bottom of the page once you remove or add a new avatar. Select 'Save Changes' to save the user and avatar preferences to your website.

How to Change a Wordpress URL





1. Open Wordpress and then select the phpMyadmin utility in Wordpress. If phpMyadmin is not available on the installed version of Wordpress please download and install the plug-in.
2. Select the link to the Wordpress database that contains the URL. With the phpmyadmin plug-in active, choose the Wordpress database from the list of available databases in phpmyadmin.

3. Locate the 'wp_options' table from the list of database tables. Choose the 'Browse' option button once the 'wp_options' is selected. A dialogue box will appear that contains the lists with the 'wp_options' table. Find the 'Siteurl' which is listed under the field 'option_name'.
4. Choose the 'Edit field' option located at the left side of the first row. In the 'Edit field' dialogue box, change the Wordpress URL to the correct Wordpress URL. After the URL is changed, Select 'Go' to save the changes.
5. Edit the 'Home' field in the 'wp_options' table. In the 'wp_options' table, locate the 'Home' field. Once located choose the 'Edit field' button. In the 'Option value' field, enter the new URL. Once the URL is confirmed click 'Go' to save the changes. Finally delete the folder entitled 'wp-content/cache' located in the Wordpress content folder.

How to Create a WordPress Template Page





1. Open up Notepad and type in the following code at the top:
This code specifies the name of your template. It's also the same name in the drop-down box of the 'Page Attributes' field when selecting a template for your WordPress page.
2. Add the following code to include the Header:
.

3. Type in the code to display content. This is the part where you can specify the layout for your page and what content to display. Use '
' tags to manipulate the layout using CSS code. For example, the standard one-page layout code for a WordPress page looks like this:






The PHP function 'get_template_part()' automatically displays content you enter for a particular page using the WordPress content editor.
4. Add the following code to include your footer:
.
5. Save the document as a PHP file.
6. Upload the file to your specific theme folder. For example, if you're using the Twenty-Ten theme, upload your template at 'wp-content/themes/Twenty-Ten.'

How to Remove a Byline in WordPress





Blank Byline
1. Log in to your WordPress account. On the menu bar, click 'Settings,' then click 'General.'
2. Look at the options that appear. Next to the option 'Tagline' will be the description of your site presently in use. Select all the text in the text box, and press delete.

3. Scroll to the bottom of the page and click 'Save Changes.' The byline will no longer appear on your site.
Completely Remove Byline From Code
4. Ensure that you want to completely remove the byline from your code. This has certain benefits such as making more space in the header -- the above solution will simply leave a blank area where the byline once was -- but the byline will be more difficult to replace should you change your mind. Try the above solution, and check your site -- if you are happy with its appearance, there is no need to delete the byline from the code.
5. Log in to your WordPress admin area and select 'Appearance' from the left-side menu bar. Then click 'Editor.'
6. Find 'header.php' from the list on the right side of the page. Click it, and the code for your website's header will appear in the middle of the screen.
7. Select all the code in the center, and copy it to a text editor on your computer. Then save it to your hard drive. This backup copy can be replaced if you make an error while editing the code.
8. Find the following piece of code on the page:
. This tells WordPress to display your site's tagline in this position. Delete this code, along with any tags that may be surrounding it. For example, you might see something like this:


. The
tags are there to give a particular style to the tagline, such as fonts, color. Since you are deleting the tagline itself, they can safely be deleted too. Click the 'Update File' button when done.

How to Upload a Wordpress in Webmin





1. Open your preferred SSH client and connect to your dedicated server running Webmin. You need your server's IP, username and password to connect with SSH. Each SSH client has its own configuration, so use the on-screen instructions for the log in field.
2. Type 'cd ~/public_html' and press 'Enter' to switch to your public_html folder. Type 'wget http://www.wordpress.org/latest.tar.gz' to download the latest version of WordPress to your Webmin server.

3. Type 'tar xfz latest.tar.gz' and press 'Enter' to extract the installation package. Type 'rm -f latest.tar.gz' and press 'Enter.' Type 'mv wordpress/*' and press 'Enter.' Type 'rm -Rf wordpress' and press 'Enter.' Type 'chmod 777' and press 'Enter.' Close your SSH client.
4. Open your Web browser and load the domain you installed WordPress on. Add '/wp-admin/install.php' to the end of this URL to load the installation script. Enter your database name, username, password, host and prefix in the provided fields. Click 'Submit.'
5. Create a site title for your WordPress blog. Type your username, password and email to finish the installation. Click 'Install WordPress' to finish the installation.

How to Get Into Admin on WordPress 2.9.2





1. Click on the meta widget, where it says 'Log In.' For the default WordPress theme this will be at the very top of the screen in the header area, although the location could be different if you are using a custom theme.
2. Enter your username and password in the meta widget login box to log in to the system. Wait for WordPress to log you in, then move your mouse back to the meta widget. Notice that it now says 'Site Admin' and 'Log Out' instead of simply 'Log In.'

3. Click the 'Site Admin' button to access your WordPress admin section for your website.

How to Change the Order of Your WordPress Posts





Manually Changing the Order
1. Log in to your WordPress administration panel and click 'Posts.' This brings up a list of your posted articles.
2. Click 'Quick Edit' next to the post you want to show first. Edit the date to today's date. This ensures the post is the most recent.

3. Click 'Update' to save your changes to the article. Click 'Quick Edit' on the next post.
4. Change the date to yesterday. This makes the post second in your WordPress loop.
5. Repeat the process as necessary until your posts are in the desired order.
Using a WordPress Plugin to Change Post Order
6. Log in to your WordPress administration panel. Click 'Plugins,' then click 'Add New.'
7. Type 'PostMash' into the search box. Click 'Search Plugins.'
8. Click 'Install Now' next to 'PostMash' in the search results. Click 'OK,' then click 'Activate.'
9. Click 'Posts,' then click'PostMash.' This brings you to the PostMash control panel.
10. Click on each post and drag it into the order you want. Continue for each post that you want to rearrange. Click 'Update' to save the changes to the post order.

How to Edit Columns in WordPress





Adding and Moving Widgets Around
1. Log into your Wordpress account by using your username and password. This will take you to your dashboard.
2. Click on the 'Appearance' tab in your dashboard menu to the left. Once the options drop down, click 'Widgets.' The widgets page will show you plug-ins you have installed, as well as one window for each sidebar where these widgets may be added.

3. Drag the widgets you'd like to use in your sidebars. You can rearrange them by moving them from one sidebar to the other, dragging them above another widget or removing a widget completely. Make any changes you'd like and save once you're finished.
Changing the Look and Feel of Your Sidebars
4. Log in to your Wordpress account. Before making any changes, back up your files. One misplaced string of code, and your blog will be unreadable. In the dashboard menu to the left, click on the 'Appearance' tab and then 'Editor' options. For this tutorial, we'll be focusing on your Style sheet, the file that basically tells your site how to look.
5. Click the file titled 'stylesheet.css' from the menu to your right if it isn't selected already. You should notice headers explaining what each string of code is for. The actual wording will depend on who the Wordpress theme was made by. Some themes leave direct instructions, while others leave you in the dark.
6. Press 'Ctrl' and the letter 'F' on your keyboard. Type in the word 'Sidebar' and then click the 'Next' button. This will highlight the word 'Sidebar' for you, so you don't have to skim lines of code.
7. Scroll below the 'Sidebars' heading, where you should see words mixed with code. These bits of code tell your website how it should look, from the font type, color and even your sidebar's background color.What these codes mean:Font-size: how big the font on your page is.Text-Decoration: how the font should look. You can type in 'underline,' 'Bold,' or 'Italic' to change the font's appearance.Color: #(six digit number): This tells your theme what color your font should be. The six-digit number is known as a Hex code. You can change the color by using sites such as Colorcombos.com (see Resources) to pick out colors, and then typing in the six-digit code into your style sheet.Background-color: #(six digit number): This will change the background color of your sidebars. So if your main content area where your post appears is white, you can make the sidebars stand out by making their background blue, purple, pink or whatever color you like.
8. Refresh your site each time you make a change to the style sheet. If anything looks out of place, check the code again. Save, once you're happy with how it looks, and back up your new files.

How to Write CSS for a Thumbnail Image in WordPress





1. Log on to your WordPress site and click on 'Appearance,' then 'Editor.'
2. Select 'Stylesheet' from the list on the right.

3. Add the CSS for your thumbnail using the online editor. For example, if you wish to align the thumbnail image to the left and display a solid black color for it, you can add this code:img.alignleft {float: left;border: 1px solid #000;}
4. Click on 'Update File.'
5. Select the template where you have 'the_post_thumbnail' code. If it is located within a WordPress page, select the 'Page' template from the list of templates on the right.
6. Edit the code to apply the style you specified for your thumbnail. The following code displays the thumbnail using your site's default thumbnail size, with the style you defined in your style template:
'alignleft')); ?>
7. Update your template file to apply the changes.

How to Add a Date Stamp in WordPress





1. Log in to your WordPress account and click the 'Add New' link under the 'Plugins' heading.
2. Type 'date' in the search field and then click the 'Search Plugins' button. A list of relevant options appear on the page.

3. Read through the plugin descriptions to find the one that you want to use. Some features display the date that you publish your blog entries, while others format your date stamps to Associated Press (AP) style. Click the 'Install Now' link next to your plugin choice.
4. Click the 'OK' button in the dialog window that appears to confirm the installation and then click the 'Activate Plugin' link that displays. Your date stamp is now on your WordPress site.

How to Get Rid of an Author Profile on a WordPress Post





1. Load your WordPress blog in a browser and navigate to the post where you want to remove the author profile. Right-click in the browser screen and select “View Source” to see the source code. Find the body of the post text in the code and then look for the post ID number in the div or section tags surrounding it:

Post content here...

In this example, the post ID is “post-25.”
2. Locate the author profile text in the source code and find the tags surrounding it:

Profile text, images, etc.

Get the class or ID name of the tags. In this case, you need “author-profile.”

3. Log in to WordPress and navigate to the Edit Themes screen under Appearance in the sidebar. Load the style sheet listed at the bottom of the screen and add this code to the end:.post-25 .author-profile {
display: none;
}This code will hide the author profile on that particular post. Even if you change the name of the post, it will retain the same ID.

How to Insert a Custom Header Into Wordpress





1. Log in to your WordPress dashboard, and click on 'Appearance' on the left-hand menu. Again in the left-hand menu, click on the 'Header' link. This brings you to the 'Custom Header' options page.
2. Upload an image by clicking on 'Choose File' and opening the image you want to use. Click on the 'Upload' button to complete the task. Depending on the width and height of the image, WordPress will either resize it or leave it as is. Note that themes offering custom headers often give instructions on what size image to use, and they place this information above the upload buttons.

3. Select a default image by clicking on one of the radio buttons next to a default image below the upload buttons. You can only select one for use.
4. Remove the current header image by clicking on the 'Remove Header Image' toward the bottom of the options page. This button removes the image from the header but not from your server. Removed default images remain in the list of defaults. Reset to the theme's original header image by clicking 'Restore Original Header Image' toward the page's bottom.
5. Click the blue 'Save Changes' button to save your changes. Visit your site or reload it in the browser to view the new or restored header.

How to Auto Export My WordPress Blog to the Wall of Facebook





1. Copy the RSS feed URL for your WordPress blog.
2. Navigate to Facebook and log in to your account.

3. Type the word “Notes” in the search bar at the top of your home page and then click “My Notes” in the drop-down search results.
4. Click the “Import a blog” link on the ride side of the page, just under your profile picture.
5. Paste your WordPress blog’s RSS feed URL into the 'Web URL' field. Click the box underneath to confirm you have the right to import content from this blog to Facebook.
6. 
Click the “Start Importing” button. The previous posts on your WordPress blog will appear as Notes on your Facebook profile and all subsequent posts will also publish to your wall as Notes.

How to Replace a WordPress Feed With FeedBurner





1. Navigate to FeedBurner and log in to your account.
2. Enter your WordPress feed address in the 'Burn a feed right this instant' text box, then click 'Next.' Your WordPress feed address is the full domain of your blog with '/feed/' at the end.

3. Configure the 'Feed Title' and 'Feed Address,' then click 'Next.'
4. Copy the FeedBurner address to your clipboard by highlighting the URL, right-clicking and selecting 'Copy.'
5. Log in to your WordPress blog.
6. Expand the 'Plugins' menu and click 'Add New.'
7. Type 'FD FeedBurner' in the search box, then click 'Search Plugins.'
8. Click the 'Install Now' button to download the extension to WordPress, then click 'Activate' to activate the plugin.
9. Click 'FeedBurner Configuration' in the 'Plugins' menu.
10. Paste your FeedBurner feed address in the top text box, then click 'Save Changes.' The feed address is now updated to the FeedBurner feed throughout your blog.

How to Edit the Search Bar in WordPress





1. Log into your WordPress dashboard and then navigate to 'Appearance' in the left-hand menu. Click the 'Editor' link under 'Appearance' to load the theme editing screen. Look for a file on the right-hand side called 'searchform.php' and click on its link. Create a file and name it 'searchform.php' and then upload it to your theme if it does not yet exist. The file goes in the following location:/public_html/wp-content/themes/theme-name/Replace 'theme-name' with the name of the theme you use. Sometimes 'public_html' is 'www'.
2. Edit or code the HTML for your 'searchform.php' to match your needs. This file can also include PHP code. Here is an example:




Use the
tag as shown above, including the ID, method and action to make it work correctly. You also must name your text field 's' so it can work with WordPress. Add whatever other HTML code you like, and add ID and class names to tags you need to reference in CSS code.

3. Edit the 'style.css' file using the theme editor screen or edit it on your computer and upload it onto the server under the same directory as 'searchform.php.' Use CSS code in 'style.css' to style the search form. Here is an example:#searchfield {border: 1px solid #ccc; font-style: italic;}The code puts a one-pixel wide, light gray border around the search field and makes its text italic. You can also edit the button or style other text in your 'searchform.php' file.

How to Rename a Website With WordPress





1. Load your WordPress administration panel in your Web browser.
2. Scroll to the bottom of the left-side menu, and click 'Settings.'

3. Click 'General' then change the text in the Site Title field to the new name for your site.
4. Click 'Save Changes' to publish the name change.

How to Use a Category Template in WordPress





1. Open your main WordPress directory in your Web hosting control panel or FTP program. Consult your WordPress hosting provider for directions on how to access this directory on your particular server.
2. Copy the existing template file on which you want to base your category template, such as 'archive.php' or 'index.php.' Name the new file 'category.php' if you want to use it for all categories. Name the file 'category-slug.php'--replacing 'slug' with a specific category's slug--or 'category-id.php'--replacing 'id' with the ID number of the category--to make a template for just that category.

3. Edit the new category template file as needed. For example, you may want to add the word 'Category' in the
tag in the header or add the category's slug as a header. Use the following code to refer to the current category name:

How to Hide Comments in WordPress





Hide Individual Comment
1. Enter your WordPress account by logging into your blog. Type in your user name into the WordPress page and then type in your password that you used when you created the blog. Press the button that says 'Log In.'
2. Click on the gray button labeled 'Comments' on the left side of the WordPress dashboard.

3. Click on the comment that you want to hide and a check mark will appear in the box beside it. Click on the drop down menu above the comments and select 'Unapprove comment.' The comment will not appear on your WordPress blog.
Hide All Comments
4. Locate the settings menu on the lower left hand side of the WordPress dashboard.
5. Click on the gray 'Discussion' button under the 'Settings' options.
6. Click on the small square box next to 'Allow people to post comments on new articles' to remove the check mark from the box.
7. Click on the save button at the bottom of the 'Discussion' setting screen. No comments will show up on future blog posts on your WordPress blog with this setting in place.

How to Create a WordPress Splash Page





1. Log into your WordPress account and click the 'Add New' link under the 'Pages' section.
2. Enter a heading such as 'Home' in the 'Enter title here' text field. Click inside the text box and type your content.

3. Click the 'Template' drop-down menu under the 'Page Attributes' section and select the 'Default Template' option. Otherwise, select another desired template for your splash page. The template ensures the look and feel of your site is reflected on this static page.
4. Click the 'Publish' button on the right to activate the new template. Click the 'Dashboard' link at the top to return to the main administration panel.
5. Click the 'Reading' link under the 'Settings' section. Click the button next to the 'A static page' option, then click the 'Front Page' drop-down menu to select your newly created page from the list that appears. Click the 'Save Changes' button at the bottom to publish your splash page.

How to Call a Footer in WordPress





1. Log in to your WordPress dashboard by opening your Web browser and typing your website domain name followed by '/wp-admin/' into the address bar, then press 'ENTER.' Type your username and password into the displayed text fields, then click the 'Log In' button.
2. Click the 'Editor' link under the 'Appearance' header on the left side of the WordPress dashboard. If the 'Editor' link is not displayed, click the down-arrow to the immediate right of the 'Appearance' header, then click 'Editor.'

3. Click the 'Footer (footer.php)' link on the right side of the 'Edit Themes' page.
4. Click to place your mouse cursor to the left of the '
' tag near the bottom of the footer.php page.
5. Type '
' to call the footer.
6. Click the 'Update File' button under the main text window to save the footer.php page.

How to Block Spiders on the WordPress Install





How To Block Spiders From the Entire Site
1. Log in to your WordPress admin area. This is located at yourblogurl.com/wp-admin.
2. Click 'Settings' on the large menu bar on the left of the screen, then click 'Privacy.'

3. Click the radio button next to the option labeled 'I would like to block search engines, but allow normal visitors.' Click 'Save Changes' when you are done. Spiders will now be blocked from your entire WordPress site.
How To Block Spiders From Specific Pages
4. Log in to your WordPress admin panel. Click 'Plugins' on the left-side menu bar, then click 'Add New.' From this area you are able to install a great number of free plugins to your WordPress blog, offering a wider range of functions. One of these plugins can help you block spiders from crawling any posts you choose.
5. Type 'WordPress Meta Robots' into the text field, then click the 'Search Plugins' button. Find 'WordPress Meta Robots' in the results list and click 'Install Now,' just beneath it. When the plugin has installed, click 'Activate Plugin.' (Note: 'Robot' is yet another name for spiders.)
6. Click 'Posts,' then go to the post you want to block from Web crawlers. Click its title to bring up the editing screen. On the right side of the screen a new option has appeared called 'Meta Robots.' Click the drop-down menu, then click the 'noindex, nofollow' option. Click 'Update' near the top right of the screen to save your changes. Spiders are now blocked from this post. Repeat for any other posts you wish.

How to Insert a Space into a WordPress Post





1. Navigate to the post where you want to insert a space.
2. Place the cursor in the position where you want the space. If you are in the HTML editor, type ''. If you are in the WYSIWYG editor, press the 'Return' key to insert a space (what you see on the screen will be the spacing that appears in your blog post).

3. Click 'Save Draft' to save the post or 'Publish' if you are ready to publish your post.

How to Import a WordPress Blog into Facebook





Using RSS Graffiti
1. Visit the RSS Graffiti page on Facebook and click the 'Go to App' button. You will need to allow RSS Graffiti access to your Facebook profile before you can configure the settings.
2. Select the profile or page that you want to import your blog feed to on the left sidebar of the RSS Graffiti settings page. Click the 'Add Feed' button.

3. Enter the feed URL, the name of your blog, the URL for your blog, and the format for your post when it's imported. To preview how your post will look, click the link in the preview window.
4. Change other import settings, such as how long a post must be live before it's imported, whether you want to include a message with your post and how often RSS Graffiti should check your feed, using the tabs below the preview window.
5. Click 'Save' in the upper right corner above the preview window to save your RSS import settings.
NetworkedBlogs
6. Click the 'Go to App' button on the NetworkedBlogs page and authorize access to your Facebook page by clicking 'Allow.'
7. Select five blogs to follow. NetworkedBlogs works by connecting users with other blogs that may interest them; in turn, other users can stumble across your blog when they sign up for NetworkedBlogs. Click 'Next.'
8. Click the link to the NetworkedBlogs home at the bottom of the next page, which shows what blogs your friends follow and gives you the opportunity to follow along as well.
9. Click 'Register a Blog' at the top of the NetworkedBlogs home.
10. Fill in the name, URL, and description of your blog. You can add a tagline if you want. You will also need to select three topics that classify your blog. Enter your email address and click 'Next.'
11. Click 'Yes' when asked if you're the author of your blog. You will be given two options for verifying your ownership: having Facebook friends verify the information, or adding a NetworkedBlogs widget to your blog. Using a widget is faster, and NetworkedBlogs offers installation instructions for installing the widget on your blog. Click 'Verify' once the widget is installed to confirm ownership.
12. Click 'Set up Syndication' to add the blog to your Facebook feed.
13. Click 'Add Facebook Target' and select the page or profile that you want to import your blog to. You can select multiple profiles and pages if you want. Click 'Customize Post' to change how your blog post looks on the news feed.
Social RSS
14. Click 'Go to App' at the top of the Social RSS Facebook page. You will be asked to allow Social RSS access to your feed; click 'Allow' to authorize it.
15. Choose the page or profile that you want to import your WordPress posts to; if you select a page you will be prompted to allow Social RSS access to your page as well.
16. Enter your feed URL under 'Feed Settings.'
17. Edit 'Tab Settings' to change how the RSS feed is added to your page's sidebar and posted to your wall. You can add an introduction to your RSS page, include a link back to your blog or set the feed to publish to your wall. Social RSS creates a page for your RSS feed in addition to updating your profile with your most recent posts.
18. Click 'Update' at the bottom of the page. It may take a moment for Social RSS to check your feed.

How to Link to NextGen in Wordpress





1. Navigate to your blog. Log in to your WordPress account on the blog.
2. Note the image, gallery or album IDs of the images you want to link to in the post. NextGen provides an ID number for each picture as well as the overall albums. You need these numbers to properly link NextGen.

3. Click 'Posts' and 'Add new post.' Type '[album id=x template=extend],' where 'x' is replaced by the ID number of the album, in to the main content area of the post. That particular album displays with the extended template.
4. Type '[singlepic id=x w=width h=height mode=web20|watermark float=left|right],' replacing 'x' with the picture ID, 'w' with the width, and 'h' with the height. This code displays the single indicated image in to the post.

How to Get Logged into WordPress Email





1. Create an email address that will be used only for posting to your WordPress account. Using your regular email address will result in all of your replies showing up on your blog.
2. Copy the mail server name and port number used by your Web host. If you do not know this information, contact your Web host.

3. Open the 'Settings' sidebar menu within your WordPress Dashboard. Open the 'Writing' submenu.
4. Enter the mail server name, the port number, your email username and your password into the fields provided within the Post Via Email section. You may choose a default post category for emailed posts if you want. Click 'Save Changes.'
5. Add the following code to your WordPress blog's footer.php file. Edit the
URL to reflect the location of the wp-mail.php file on your own domain.


How to Use a Thematic WordPress





1. Open a Web browser on your computer, and log in to your WordPress dashboard. The homepage of your blog has the 'Admin' link that navigates to the WordPress dashboard login page.
2. Click the 'Appearance' link on the left navigation panel. Click 'Themes' to see a list of installed and activated themes.

3. Click 'Install Themes' to see a list of new themes. Type 'Thematic' in the search text box to find the download for the specific theme. Click 'Search' to display the Thematic theme's link.
4. Click 'Install' next to the 'Thematic' download link. After the theme installs, click 'Activate' to activate the newly installed theme.
5. Click the blog name at the top of the dashboard. The blog's main homepage opens, and you can see the new theme changes. All pages and new posts use the new theme activated in the dashboard.

How to Change the Domain Name in WordPress





1. Log into your WordPress site using your administrator name and password.
2. Click the 'Settings' menu on the left side of the screen.

3. Click the 'General' sub-menu to open the general WordPress settings.
4. Type the full URL of your domain name in the 'WordPress address (URL)' and 'Site address (URL)' text boxes. Make sure you spell the domain correctly and include the 'http://' section of the URL.
5. Click 'Save Changes' to change the domain name in WordPress. The site will log you out and redirect you to the new login page using the new domain name.

How to Make Changes in cPanel for My WordPress Blog





Change WordPress Content Using phpMyAdmin
1. Log in to your site's cPanel, and click on phpMyAdmin.
2. Select the WordPress database from the list on the left.

3. Click on the 'Browse' icon next to the table you wish to edit content for.
4. Click on the 'Edit' icon, and change the content.
5. Click on 'Go' to apply the changes.
Upgrade WordPress Using Fantastico
6. Log in to your site's cPanel.
7. Click on 'Fantastico.'
8. Select WordPress for the list of programs on the left.
9. Click on the 'Upgrade' link to update your WordPress installation to the latest version.

How to Use WordPress With Go Daddy





Install WordPress
1. Navigate to the Go Daddy website (see Resources).
2. Enter your user name and password at the top of the page and click 'Log In.' This will take you to the account holder management main page.

3. Look under the 'Products' section and click 'Web Hosting.'
4. Choose the hosting account you want to install WordPress on and click 'Launch.' This opens the 'Hosting Control Center.'
5. Click on the 'Install Apps' link.
6. Select 'WordPress' in the list of apps to install.
7. Click the 'Install Now!' link. Choose the domain where you want WordPress site to point. Agree to the terms and agreements and click 'Next.'
8. Enter a database description and password and click 'Next.' Select the installation directory and click 'Next.' To install WordPress in your root directory, leave this field empty.
9. Input your 'Admin Name,' 'Admin Password,' 'Email' and 'Blog Title' for your WordPress installation.
10. Click Finish. WordPress is now installed.
Create a Post
11. Open your browser and navigate to your website's homepage. You should see the default WordPress blog theme.
12. Log into WordPress. Navigate your Web browser to your domain followed by '/wp-admin' to get to the admin log in page. Example: http://www.mydomain.com/wp-admin/
13. Create a new post. Once logged into the WordPress dashboard, look to the left of the screen under the 'Post' category and click 'Add New' to add a new post.
14. Give the post a title and write your post in the editor. Click the preview button to preview the post. Click on the 'Publish' button to submit the post to your website.

How to Remove an Image From a WordPress Photo Gallery





1. Log in to your WordPress dashboard, and click 'Posts' to see your posts. Find the post you want to edit, and hover over its name to reveal the 'Edit' link. Click 'Edit' to get into the post editing screen.
2. Click the square icon next to 'Upload/Insert' to load the media-uploading tool. Click its 'Gallery' tab at the top to see the images associated with that post. If you inserted a standard, nonplugin gallery into the post using this uploading tool, then any changes you make here will affect the gallery for that post.

3. Click 'Show' next to the image you want to remove. Scroll down until you see the 'Delete' link, and then click there. Click the 'Continue' button that appears to complete the deletion.
4. Click 'Media' on the left-hand menu in the dashboard, under 'Posts.' Click 'Add New' and follow the prompts to upload the file again if you still want it on your server. Now the image will be in your media library but not as part of a post's gallery.

How to Replace WordPress Header Images





1. Click the Windows 'Start' button, and open the Web browser you like to use to manage the WordPress blog. Navigate to the homepage of your blog. At the bottom of the page, click the 'Admin Dashboard' link, and log in to the main WordPress control panel.
2. Click the 'Appearance' section header in the left panel. Clicking the section header expands a list of options.

3. Click the 'Editor' link in the 'Appearance' section to open the PHP editor.
4. Click the 'Header' link in the right panel. This link opens the PHP code for the blog header page. Scroll down to the section of the code labeled 'id='logo-image'.' This tag property designates your header image.
5. Change the value of the logo image to the location of the image you want to set in the header file. For instance, the following changes use the 'myimage.jpg' file in the WordPress header:

6. Click the 'Update File' button at the bottom of the window. The changes to the code update, and the logo image takes effect immediately.

How to Import WordPress XML Duplicates





1. Open any Web browser and navigate to your WordPress Administrator Dashboard at yoursite.com/wp-admin. Replace “yoursite.com” with the URL of your WordPress website.
2. Click “Tools” in the left navigation panel.

3. Click “Import” under Tools.
4. Click “WordPress.”
5. Click the “Browse” button. Select the XML file and click “Open.”
6. Click “Upload File Import,” then click “Submit.”

How to Make a WordPress Theme in Dreamweaver





1. Use TAGStention, found at Solutoire.com. This add-on puts an actual extension bar within Dreamweaver that gives you easy access to any WordPress tags you might need to use while typing code. If you use a tag that requires certain parameters to be met, you will be able to use a wizard to fill them out. As of the date of publication, TAGStention is free to use.
2. Go to ThemeDreamer.com and get ThemeDreamer, a Dreamweaver extension designed to help you make WordPress themes. The extension allows you to see exactly what your WordPress theme will look like when it's finished, and provides access to more than 50 royalty free fonts.

3. Build a WordPress theme in Dreamweaver from scratch without any extensions. This is by far the most difficult option -- you will need to be knowledgeable in HTML and CSS programming. Instead of building your own from scratch, you may want to try editing a pre-existing WordPress theme.

How to Disable Footers in WordPress Themes





1. Open a browser window and type your WordPress domain name in the navigation text box. Press 'Enter' to open the blog in your browser. Click the 'Admin' link to open the login screen.
2. Type the administrator user name and password and click 'Login.' The WordPress dashboard opens. Click 'Appearance' on the left, then click 'Editor' in the list of appearance options.

3. Click 'footer.php' on the right side of the editor. The editor displays all of your footer code. Type '/*' at the very top of the file and type '*/' at the very bottom part of the file. This comments out all PHP code in the footer.php file.
4. Click 'Save Changes' to save the changes to the blog. Open a new browser window or tab and view the website in the new window. Notice that the footer links no longer display on your blog.

How to Enable URL Rewriting on WordPress





1. Click the Windows 'Start' button, and open your preferred Web browser. Use the Web browser to navigate to the blog's home page.
2. Click the 'Admin Dashboard' link in the WordPress blog footer, and log in to your WordPress dashboard.

3. Click the 'Settings' link in the left navigation panel. In the list of available options, click 'Permalinks.' A list of options display in the center detail panel.
4. Choose the type of URL rewrite you want to use on the blog. For instance, using 'Day and Name' rewrites the URL to display the day the post was written and the name of the post.
5. Click 'Update' to save the changes. Click the link to your blog at the top of the dashboard to view your URL changes.

How to Change a WordPress Template in Dreamweaver





1. Launch Dreamweaver on your computer, and click 'Dreamweaver Site' in the center column of the splash page.
2. Type the name of your WordPress site in the text field, and click the folder icon next to the 'Local Site Folder' text field. Navigate to the WordPress directory on your computer using the navigator dialog, click the root folder and click 'OK.'

3. Click 'Servers' in the left side bar, click the ' ' button and type your Web hosting information in the corresponding text fields and click 'Save.' If you do not know what to type in the text fields, contact your Web host -- most service providers maintain 24 hour customer service hot lines.
4. Click the 'Save' button in the 'Site Service' window. Dreamweaver displays your WordPress directory in the 'Files' panel.
5. Open the 'wp-content' folder located in your WordPress site's directory, open 'themes' and open the folder whose title corresponds to the template you want to change.
6. Double-click 'style.css' to open your template's style sheet. Change the code in whatever way you want to change the style of your WordPress template. Alternatively, double-click any of the PHP files to change the structure of certain aspects of your WordPress template. For instance, open 'footer.php' to change the PHP functions present in the page.
7. Click 'File' in the menu bar of the application window, and select 'Save.' Upload the changed WordPress template document by clicking the 'File Management' button adjacent to the 'Title' text field and selecting 'Put.' The file uploads to your remote directory.

How to Place a Search Box in a WordPress Theme





1. Visit the wp-admin sub-directory of your WordPress website and log into the Dashboard. Navigate to 'Appearance' and click the 'Editor' link to load the 'Edit Themes' screen.
2. Locate the template file you want to edit in the list under 'Templates' and click its link. Each template file controls a certain page type or a part of the overall theme, such as the sidebar or the header. File names for templates relate to their function within the theme, so editing footer.php, for example, will change the footer.

3. Place the following code into the file where you want the search box to appear:
Save the updated template file. The search box will now appear in your theme on the pages controlled by the template you edited.

How to Edit HTML in a Wordpress Blog





1. Create a new post if you haven't already done so by clicking the 'New Post' button in the navigation bar of WordPress.
2. Compose the main text of your post within the 'Visual' editor, which is the default view which appears when you create a new post. Click the 'HTML' tab once you've finished adding content -- which may also include videos or images -- to your post.

3. Edit any HTML you want to change, such as tags for image or videos, line spacing between paragraphs or font size or style. Switch back to 'Visual' after making any changes to make sure they've taken effect and, if they have, to see how they look.
4. Undo any changes with which you're not satisfied by clicking back to 'HTML' view and pressing 'Ctrl-Z.'

How to Hide a WordPress Blog From the Public





1. Log into your WordPress website.
2. Click 'Add New' under Plugins.

3. Click 'Maintenance' into the search box. A list of plugins will appear.
4. Read the description of each plug in and then click 'Install Now' on one plugin.
5. Click 'Activate plugin.'
6. Click 'Plugins' from your Dashboard and then click 'Settings' under the plugin you just installed. Change the value and units to hide your blog for a certain period of time. For example, change the value to '30' and the unit to 'days' to hide your blog for 30 days. The specifics of how to choose options, and which options are available, vary among plugins.

How to Update Twitter From WordPress





1. Log into WordPress as the 'admin' user. Download and install a plugin that allows you to update your Twitter status with each new blog post (see Resources).
2. Click 'Plugins' from the menu. Locate the plugin you installed and click 'Activate' underneath its name.

3. Navigate to the settings for the plugin. For example, click 'Tools' and 'Twitter Updater' for the Twitter Updater plugin.
4. Set the options in the plugin based on how you want Twitter updated when you create a new WordPress post. Save your changes, for example by clicking the 'save options' button.
5. Click 'Add New' under 'Posts.' Type a title for the post, the body for the post and an optional excerpt for the post. Click 'Publish' to publish the post.
6. Sign into Twitter to check that a new tweet was entered for the post you published.

How to Add Products to a WordPress eShop





1. Log on to your WordPress dashboard.
2. Click 'Add page' to create a brand-new page for shopping, or click 'eEdit page' if you want to add a product to an existing WordPress page. You may only add one product per page in WordPress, so you'll need several pages if you sell multiple online items.

3. Enter the product name in the 'Page Title' field.
4. Type a product description in the text field below the title, or click on the image icon to insert a product image.
5. Scroll to the bottom of the page to find the 'Product Entry' section. With the eShop plug-in installed, a Product Entry section appears on all pages, but you can leave it blank to hide the option on any published Web pages that do not contain products.
6. Enter a SKU number into the 'Product ID' box. This number can be random, but the eShop plug-in requires that you number all products.
7. Enter a price for the product and any shipping charges into the field provided.
8. Click on the check box labeled 'Stock is Available.' You can uncheck this box later if the product sells out but you still want to keep the page online.
9. Click 'Publish' to upload the product page. Unless you used custom payment settings while installing the plug-in, customers who click on a product will send you money via PayPal. You will receive a notice at your default WordPress email account whenever a sale is made.

How to Edit WordPress Gallery Spacing





1. Log in to WordPress.
2. Go to 'Posts' and select the post where your gallery is located.

3. Switch to the 'HTML' tab.
4. Edit the gallery shortcode to include the thumbnail size and number of columns:[gallery link='file' columns='2' size='thumbnail']
5. Adjust the number of columns and thumbnail size to control the gallery spacing. If you wish to space the images closer, you can change the thumbnail to a bigger size or adjust the number of columns. For example:[gallery link='file' columns='3' size='medium']
6. Save your post.

How to Embed YouTube Into WordPress Sidebar





YouTube Plugins
1. Select a YouTube widget that meets your needs. 'Smart YouTube' not only allows you to display videos on your sidebar but also helps to properly insert YouTube videos into your blog posts and pages. The plugin 'YouTube' displays the current videos you've watched and uploaded in a list on a sidebar widget. 'YouTube Embed' allows you to embed videos in the sidebar using the video ID and type (either video or playlist).
2. Log in to your WordPress dashboard, and go to 'Plugins' > 'Add New.' Search for the plugin you want to install. If you want to browse alternative YouTube plugins, you can enter 'YouTube' in the search bar to find all plugins that use the phrase 'YouTube.'

3. Click 'Details' below the plugin title if you want to know more about the features. Click 'Install Now' to install the plugin. Your site will prompt you to make sure you want to install the plugin. Click 'OK' to start the installation.
4. Follow plugins instructions for adding YouTube videos to your sidebar. How this is done depends on the plugin that you use.
Embedding a Video
5. Log in to your WordPress dashboard and select 'Appearance' from the left sidebar. From the appearance options, click the 'Widgets' link. This will open the widgets options, including a widget representation of your sidebar on the farthest right side of the screen.
6. Select the 'Text' widget from under 'Available Widgets' and drag it to where you want the video to appear on your sidebar.
7. Go to the YouTube video that you wish to share, and click the 'Embed' button underneath the video. Set a custom video size that will fit on your sidebar. The exact numbers will depend on the width of your sidebar, but the minimum width is 200 pixels. YouTube will select a height based on your width so that the video will remain in scale.
8. Copy the embed code and paste it into blank text area for your 'Text' widget. You can add a header for this widget if you want, such as the name of the video.
9. Click 'Save' in the lower-right corner of your widget, and check your website to make sure the video is properly embedded and fits with your website's layout.

How to Create a Full Width Page Template for WordPress





1. Create a new, blank file in the plain-text or code editor of your choice. Open up your 'page.php' file from the following location:/yoursite/wp-content/themes/name-of-theme/'Yoursite' is the directory where you installed WordPress, and 'name-of-theme' is the name of the theme you want to edit. Copy the contents of 'page.php,' and paste it into the blank file. Save the blank file as 'your-template-name.php,' where 'your-template-name' is whatever name you want to give the file.
2. Add the following line of code to the very top of your new template file:
WordPress reads this code, and when it sees 'Template Name,' it knows that 'Your Name Here' is a template it should offer when you create pages in the dashboard. Give it a descriptive name, such as 'Full-Width Page.' Save your file.

3. Read through the PHP file you just created, and look for this code entry:
In the case of multiple sidebars, you might see code for the other sidebars similar to the following:
Remove codes for sidebars wherever you see them. Save your file again.
4. Open up your 'header.php' file, and check that the
tag includes the following line of code:
If you do not see it there, add that tag within the
tag. Save the 'header.php' file. Now go back to your full-width template file, and make sure the
or
tag that wraps around your page content has its class set to
like so:
'>
5. Open up your 'style.css' file, and add the following:.page-template-layout-full-width-php .page {width: 100%;}Change '.page-template-layout-full-width-php' to reflect the name you gave your template's file. A file named 'my-new-page.php' will be '.page-template-my-new-page-php'. This CSS code ensures that any page set to use the full-width template will display its contents across the full width of the screen.
6. Log in to the WordPress dashboard, and create a new page. After adding your content to the editor, find the drop-down under Template in the Page Attributes box on the right of the screen. Click the drop-down and select your new template. Click the blue Update button in the box above to publish the page.

How to Log in to WordPress With GoDaddy





1. Locate the installation email sent to you during the WordPress installation process. The installation email was sent to the email address you specified during installation. It contains your WordPress password.
2. Navigate to your domain's WordPress log in panel. The address to log in is http://yourdomain/wp-admin where 'yourdomain' is the actual name of your domain. For example, if your website is named 'mywebsite.com' then navigate to 'http://www.mywebsite.com/wp-admin.'

3. Type 'admin' as the user name and then type the password sent to you in the email.
4. Click the 'Log In' button.

How to Turn off Widgets in a Wordpress Theme





1. Open your computer's default Internet browser, such as Internet Explorer, Mozilla Firefox, or Google Chrome, and browse to your website.
2. Access the administration area of your Wordpress website and log in using your admin username and password (for the WordPress blog). The default administration URL for Wordpress is accessible by entering '/wp-admin' after your WordPress website's URL (only if you have not changed the administration directory yourself in your Web host).

3. Scroll on the left side bar until you view 'Appearance' as one of the tab headers within the navigation. Click the arrow icon to the right of 'Appearance' to view the drop-down menu of options you have in WordPress, including Widgets.
4. Select 'Widgets' from below the 'Appearance' tab and allow all of your current widgets and the sidebar to load within the WordPress administration area. From this page 'Available Widgets', 'Inactive Widgets', and 'Full Width Sidebar' will be your options with the widgets in their said place.
5. Drag any widgets under 'Available Widgets' to deactivate and turn off their use entirely from your website. This will deactivate any scripts or codes that also come with the widget. Dragging an 'Inactive Widget' to the 'Available Widgets' section will activate the widget, making it available for use and placement on your website. Place an 'Available Widget' on to your website by dragging one to the 'Full Width Sidebar.' This will activate the widget for users to view on your website. Dragging a widget to a new section will cause your website to save instantly and automatically, with no need to save final changes.
6. Remove a widget from your website that is active and placed within the 'Full Width Sidebar' by clicking the arrow icon directly to the right of the widget title. Within the dropped down content, select 'Delete' to remove the widget from being actively displayed on your WordPress website.

How to Delete Avatars in Wordpress





1. Login to your WordPress account. Make sure you use the account that has the unwanted avatar, not a secondary accounts.
2. Click the 'Settings' link in the left control panel of the WordPress dashboard. When the list of options opens, click the 'General' link.

3. Scroll down to the 'Blog Picture' area. You see your current avatar. Underneath the avatar is a button labeled 'Remove Image.' Click it and click 'Yes' at the confirmation window.

How to Reinstall WordPress to Root





1. Log in to your Web host administration panel. This will vary depending on your host, but cPanel is the most common.
2. Open the 'MySQL Databases' configuration page. Highlight your WordPress root database and delete it.

3. Click to create a new database. Use the same database settings as with your initial database. Log out of the administration panel after you are done.
4. Go to the WordPress page on your website to open the installation page. For example, if your WordPress is installed to 'server.com' in the default folder, go to 'www.server.com/wordpress.' Enter your database details in the configuration setup to reinstall WordPress.

How to Edit a Footer in a WordPress File





1. Log into the WordPress site with your administrator account.
2. Click 'Appearance' in the left menu, then click 'Editor.' You will see a page that displays the PHP coding for the sections of your WordPress template.

3. Click 'Footer' from the list of PHP sections. The footer area code will appear in the text box in the middle of the screen.
4. Edit the code for the footer, then click the 'Update File' button. When you view your WordPress site, you will see the changes you made appear in the site footer.

How to Change the Header Size in WordPress 3.0





1. Log into the WordPress.org website.
2. Open the Presentation Administration Screen. Locate the 'Appearance' tab in the left navigation bar. Click the down arrow to open a drop down a list. Click 'Editor' from the drop down list.

3. Locate the link on the right side of the dashboard titled 'Stylesheet,' under the section title called 'Styles.' Click the link to open the CSS file for your website.
4. Replace the header tag #header with a larger number of pixels for the 'height.' For example, the CSS string may read: #header { height: 100px; width: 100%; }.
5. Click the 'Update file' button at the bottom left of the file editing box. Refresh your website to see the new header change.

How to Delete WordPress From cPanel





Hosting Providers That Use QuickInstall
1. Click the 'QuickInstall' icon in the 'Software/Services' section of the cPanel interface.
2. Click the 'Manage Installations' button at the top of the window.

3. Click the 'X' icon next to the WordPress installation that you want to remove.
4. Click 'OK.' The selected WordPress installation is removed from the server and from the list of applications displayed on the page.
Hosting Providers That Use Site Software
5. Click the 'Site Software' icon in the 'Software/Services' section of the cPanel interface.
6. Scroll down the list of installed applications until you locate the WordPress installation that you want to remove.
7. Click the 'Uninstall' button to remove WordPress.
Hosting Providers That Use Fantastico
8. Click the 'Fantastico' icon in the cPanel interface.
9. Click 'WordPress' under 'Blogs' on the left side of the page.
10. Locate the WordPress installation that you want to remove in the 'Current Installations' section at the bottom of the page.
11. Click the 'Remove' link next to the WordPress installation that you want to remove.
12. Click 'OK.'

How to Change WordPress Gallery Spacing





1. Visit the 'wp-admin' directory of your website and log in to the WordPress dashboard. Navigate to 'Appearance' and click the 'Editor' link to load the 'Edit Themes' screen. Find the 'style.css' link at the bottom of the list under 'Templates' and click to load it in the editor box.
2. Add the following code to the bottom of style.css:.gallery-item {margin-top: XXpx !important;margin-left: XXpx !important;margin-bottom: XXpx !important;margin-right: XXpx !important;}The class name 'gallery-item' matches the code WordPress generates for the gallery. WordPress automatically adds CSS code to any page containing an image gallery. In CSS, code between style tags on a Web page takes priority over code in an external CSS file, so you must use '!important' to override those on-page styles.

3. Click the blue 'Update File' button to save your changes. Visit your website and take a look at your gallery. If the new spacing creates a conflict with the rest of the site's design, go back and make tweaks to style.css until the gallery looks good.

How to Use Template Tags in WordPress in Widgets





1. Log in to the WordPress admin area.
2. Go through the left-hand navigation pane and locate 'Plugins.' Click on 'Add New' under plugins so the plugin search page will load.

3. Insert 'PHP code widget' in the search box and click the 'Search Plugins' button to the right. Click the 'Install' link for the 'PHP code widget' plugin which will be the first search result. Click on 'Activate Plugin' link when prompted.
4. Click 'Widgets' under 'Appearance' in the left-hand navigation menu. Notice that there will be a new widget named 'PHP Code.' Drag this widget to the chosen sidebar in the right.
5. Insert the desired template tag within the body of 'PHP Code' widget. Enter an appropriate title for the widget or leave it blank.You may even test the widget with a simple template tag such as '


'. The only condition to insert PHP codes into the widget is that the code must be contained within regular HTML tags.

How to Access WordPress Page Files in BlueHost cPanel





1. Sign in to your cPanel at login.bluehost.com. Click on 'Files.'
2. Click on 'File Manager' to open the server file manager.

3. Open the directory on your server where WordPress is installed. Open the 'WP-Content' folder.
4. Open the 'Themes' folder, then open the folder for the specific theme you are using.
5. Open the 'Page.php' file to open the page template. The other page templates, such as the 'Archive.php' and 'Index.php' templates will also be visible.

How to Rotate the Header Image in WordPress





1. Install the Rotating Header plugin in your WordPress theme. The Rotating Header plugin is a simple plugin that allows you to enter a set of image files to use in your header and to rotate among them.
2. Download the WP Random Header plugin to your WordPress blog. The WP Random Header plugin chooses image files from the wp-content/header-images folder to use as your header. Because the plugin chooses any file in the folder, be sure you include only image files.

3. Use the Dynamic Headers plugin. The Dynamic Headers plugin allows you to choose different headers for your posts from image files or flash files, as well as rotating through random file headers on each post.

How to Connect Tumblr WordPress





1. Create an RSS feed of your WordPress site using a feed creator service, such as those at feedburner.com or reinventedsoftware.com. Copy the URL address of your WordPress site and paste it within the appropriate boxes once you've signed up for an account with the RSS feed-burning service. The instructions will vary based on the service you choose, but the process is designed for users of all computer skill levels. Once you've entered your information the service will create a new extended URL address that represents your RSS feed. An RSS feed allows you to syndicate content from any site and this feed will automatically send updates of new content to any site containing your RSS feed.
2. Copy and paste your new RSS feed into a text document for use in your Tumblr theme. You can also grab your RSS feed at any time by logging into your user account with the service you selected.

3. Access your Tumblr dashboard with your email address and password. Once inside your dashboard, click the 'Customize' link on the right-hand side of the screen located underneath the 'Queue' link for scheduled postings.
4. Select the 'Services' tab from the top navigation bar once your theme customization screen loads.
5. Scroll to the bottom of the drop-down menu and locate the 'Automatically import my' option. Select 'RSS feed' and 'Links with Summaries' from the drop-down menus just above the feed entry bar. You can select a variety of import and preference options from these menus.
6. Paste your RSS feed address into the box below these menu options, labeled 'Feed URL,' and click the 'Start importing this feed' button below.

How to Migrate a Hosted WordPress to Your Own Domain





1. Export your WordPress database. In your current installation of WordPress, log in to the admin area and click on 'Tools-Export.' Select 'All Contents' and click 'Download Export File.' This will download an XML file to your computer containing your articles, comments, pages and registered users.
2. Install WordPress on your new domain if you haven't already done so. Almost all Web hosts offer tools such as Simple Scripts or Fantastico that allow you to install WordPress automatically with a push of a button. If you do not have access to these tools, download and unzip the current WordPress package manually and save it to a folder on your computer. Be sure to name the folder the same as the directory you will create on your Web host.

3. Access the control panel on your new domain host and create a new database. Open MySQL. There should be a box to add databases. Write in the name of your new database and click the button that reads 'Submit,' 'OK' or 'Create Database.'
4. Access the file manager on your domain and create a new directory where you will install WordPress.
5. Open the folder on your computer where you saved the WordPress package. Rename the 'wp-config-sample.php' file to 'wp-config.php.' Open 'wp-config.php' in your favorite text editor and fill in your database details including the database name, user name, password and host name.
6. Upload the WordPress package into the directory you just created. Install WordPress by accessing 'http://yoursite.com/wp-admin/install.php' in your browser (replace 'yoursite' with the actual domain name). You new WordPress should now be installed.
7. Log in to the WordPress administration area and access 'Tools-Import.' Select 'WordPress' from the list. Upload this file using the submission form. You will be asked to map the authors in the export file to users on the blog. You have the option choose to map to an existing user on the blog or to create a new user. WordPress will import all of the content in the export file and your blog will be fully migrated to the new domain.

How to Install Bulk Plugins in WordPress





1. Download the plugins you want to install from the WordPress 'Download and Extend' section. Open each .ZIP file and extract the contents to a folder on your computer.
2. Access your server's files using an FTP program or your host's file manager. If using an FTP program, contact your Web host to find the IP address, FTP username, password and port. Type these values into the connection box inside your FTP program and connect to your server.

3. Open the 'WP Content' folder inside your server, and then navigation to 'Plugins.'
4. Upload each WordPress plugin you downloaded and extracted. Make sure they all go in the 'Plugins' folder.
5. Sign in to your WordPress panel, and click 'Plugins.' Click on 'Inactive.' Here, you will see the list of each plugin you uploaded.
6. Check the box next to each plugin you want to activate. Click the 'Bulk Actions' selector and choose 'Activate.' Click 'Apply' to activate each plugin.

How to Make Changes on Multiple WordPress Posts





1. Log in to your WordPress site. Click 'Posts' on the sidebar to display a list of your blog posts.
2. Browse through the post list. Place a check mark next to each post you want to edit. To select all the posts on the display page, click on the check box above the top article to highlight them all.

3. Click on the arrow next to 'Bulk Actions.' Select 'Edit' and then click 'Apply.' This opens the bulk post editor.
4. Click on a category box to transfer the selected posts to a specific category.
5. Make changes to the post author or the comment status (enabled or disabled) by clicking on the arrow next to the respective entry.
6. Click on the 'Status' arrow to change the display status of the posts (published, draft, etc.). Click on the 'Ping' arrow to choose whether to allow pingbacks for the specific posts. Click on the 'Sticky' arrow if you want to keep the posts at the top of the blog.
7. Click on 'Update' when you have finished making changes to the posts.

How to Include a Graph in My WordPress Blog





1. Open a Web browser and navigate to a free image-hosting site such as imgur.com. Each image site works differently, but you can upload the graph image using the hosting site's interface. For imgur.com, click the 'Computer' button and choose the graph image on your computer. Click 'Upload' to upload the image to the site. After you upload the image, a direct link is displayed for the image. You need this link to insert it into your WordPress post.
2. Click the 'New Tab' button on your browser. Type your WordPress blog's domain name in the navigation text box. After your blog loads, click the 'Admin Dashboard' link and log in to your WordPress dashboard.

3. Click the 'Posts' link in the left navigation panel. Click 'Add New.' You'll add the image and post content in the WordPress editor that opens.
4. Click the 'Image' icon at the top of the editor. An 'Insert Image' window opens. Click the 'From URL' tab. Paste the image URL from the image-hosting website into the 'Image URL' text box.
5. Type a title for the graph image in the 'Image Title' text box. Click 'Insert into Post' to add the image. Note that a preview of the graph image is shown in the editor.

How to Embed WMV Video in WordPress





1. Upload the WMV video you wish to embed into your WordPress post to your server using your preferred FTP program. Record the exact URL of the uploaded video.
2. Open your browser and log into your WordPress dashboard.

3. Create a new post or edit a current post where you want to embed the WMV video. Click the 'HTML' tab to view and edit the HTML coding of the post. Scroll through the post and find the location where you want to embed the WMV video into your WordPress post.
4. Insert the following HTML code into the post:









5. Replace 'URL.com/VideoFile.wmv' in the above code with the exact URL of the video on your server.
6. Change the 'WIDTH' and 'HEIGHT' values to the size in pixels you want to set for the embedded video player in your post.
7. Click 'Publish' to save and publish the post.

Popular Posts

About