-
▼
2011
(334)
-
▼
November
(28)
- How to Upload a Wordpress in Webmin
- How to Get Into Admin on WordPress 2.9.2
- How to Change the Order of Your WordPress Posts
- How to Edit Columns in WordPress
- How to Write CSS for a Thumbnail Image in WordPress
- How to Add a Date Stamp in WordPress
- How to Get Rid of an Author Profile on a WordPress...
- How to Insert a Custom Header Into Wordpress
- How to Auto Export My WordPress Blog to the Wall o...
- How to Replace a WordPress Feed With FeedBurner
- How to Edit the Search Bar in WordPress
- How to Rename a Website With WordPress
- How to Use a Category Template in WordPress
- How to Hide Comments in WordPress
- How to Create a WordPress Splash Page
- How to Call a Footer in WordPress
- How to Block Spiders on the WordPress Install
- How to Insert a Space into a WordPress Post
- How to Import a WordPress Blog into Facebook
- How to Link to NextGen in Wordpress
- How to Get Logged into WordPress Email
- How to Use a Thematic WordPress
- How to Change the Domain Name in WordPress
- How to Make Changes in cPanel for My WordPress Blog
- How to Use WordPress With Go Daddy
- How to Remove an Image From a WordPress Photo Gallery
- How to Replace WordPress Header Images
- How to Import WordPress XML Duplicates
-
▼
November
(28)
adsense
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.
2:31 AM | Filed Under | 0 Comments
Post a Comment