-
▼
2011
(334)
-
▼
June
(28)
- How to Place JavaScript Into WordPress Pages
- How to Choose a WordPress Business Theme
- How to Use Google's AdSense With WordPress
- How to Change WordPress From Strict to Transitional
- How to Automatically Link WordPress Articles
- How to Find a WordPress Post ID
- How to Insert a Map Into WordPress
- How to Install FeedBurner for WordPress
- How to Add Clickable Logos in WordPress
- How to Add a Wordpress Blog to a Static Site
- How to Remove Phoenix Exploit From Your WordPress ...
- How to Access WordPress on HostGator
- How to Get Vietnamese in WordPress
- How to Add AdSense to a WordPress Theme
- How to Use PHP in WordPress Editor
- How to Do a Complete Uninstall of Wordpress From H...
- How to Use WordPress Mobile Edition
- How to Make a WordPress for Facebook
- How to Access Login to WordPress on your Web Server
- How to Embed Tweet Box With WordPress Plug
- How to Insert an Image Into a WordPress Blog Witho...
- How to Stop the Alphabetical Sorting of WordPress ...
- How to Upload Word Documents to Wordpress
- How to Center Headers in CSS on WordPress
- How to Use Images in a WordPress Template
- How to Create a Sitemap in WordPress
- How to Convert a WordPress Template to Fluid Width
- How to Make a WordPress Thumbnail Redirect to an E...
-
▼
June
(28)
adsense
How to Add Clickable Logos in WordPress
1. Sign in to your website's WordPress admin panel and click on 'Appearance.'
2. Click on 'Editor' then 'Header.php.' Right-click on the contents of the header file. Click 'Select All.' Right-click and click 'Copy.'
3. Open Notepad or another word processing program. Paste the clipboard contents from the 'Header.php' file into the document. Save it as a backup.
4. Examine the 'Header.php' file in your admin panel closely. Look for a line of code that begins with '
.' Between the tags you'll see the script to deliver the clickable site title. It reads '
' followed by 'Name,' although the exact function code depends on your theme.
5. Replace the entire line of code with the following line of code:
'>
. Replace 'yourimage' with the URL of your site logo; leave the quotation marks around the URL. If you haven't uploaded the logo yet, click on 'Media' then 'Add New.' Once uploaded, you'll see the image URL path.
6. Click on 'Update' to save the changes to the 'Header.php' file. Visit your website and make sure the logo is visible and clickable.
1:14 AM | Filed Under | 0 Comments
Post a Comment