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.

Comments

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

Post a Comment

Popular Posts

About