please refer to the codex:
http://codex.wordpress.org/Template_Hierarchy#Author_display
however, your problem is caused by a conflict of the .author
class output by the body_class()
and this existing style in custom.css:
.author {
float: left;
margin-top: -3px;
width: 219px;
background: #E7ECEF;
border-right: 1px solid #D6DFDC;
height: 41px;
cursor: pointer;
}
check why this style is added there in the first place;
if there is no reason, remove it;
if there is a good reason, try to change it to:
#content .author { ......
Related Posts:
- Template Hierarchy: confused with index.php, front-page.php, home.php
- How to use a specific category archive index as the site front page?
- Overriding default template if page slug and post type are same
- Change Page Template Based on Category
- Load custom template for specific GET parameter
- where is the code that executes the template hierarchy?
- WordPress Page Hierarchy
- How to force sub-product-category to use the parent category template
- How to determine the template loaded when you are not an Admin?
- Use different template than author.php for get_author_posts_url()
- Template hierarchy override
- The best way to create pages like an ‘about’, ‘contact’ and etc [closed]
- How to define the template priority between built-in categories and custom taxonomies?
- What is the difference between the “Main Index Template”(index.php) and HomePage(front-page.php)
- About template hierarchy
- User role templates
- Front-Page.php and Index.php
- Displaying a custom post type and an archive page
- How to determine top level template file in functions.php? [duplicate]
- Get the current hierarchy php page
- Loading partial templates with AJAX/PJAX
- Different template for subcategories
- How to use same theme template for multiple taxonomy terms?
- Limit the length of the Author Profile Biographical Text
- Author archive only for custom post type
- Custom Post Type with Nested Taxonomy and Template Files
- Store Page Template Files in a Subfolder
- Get $curauth level
- Template Hierarchy for get_header()
- WooCommerce Template overriding not working with woocommerce.php
- Get the terms of a custom taxonomy for a specific author in author template
- Any tag pagination page (except the 1st page) loads index.php template instead of tag.php
- Where to put my global functions?
- Showing Author Information and Latest Post by author in lightbox when clicked on the name of the author
- pre_get_posts Tax Query not working for custom author page
- What should I put on my index.php?
- How can I show a custom post type for users in the authors.php file?
- Templating of a specific post ID
- Template Hierarchy tag-{slug}.php directory
- Author Nickname URL Friendly
- Custom post type not using it’s own single-postname.php
- Display Categories, Sub-categories, and Sub-sub-categories on separate pages
- How to make use of WP templates within a nested site structure?
- How to add child page to author.php
- Custom post type showing index.php
- redirect automatic page that serves custom posttype content
- How To Pass Current Post Type ID from Single Template To Custom Page Template
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- CPT Template Not Showing – Getting 404
- Custom templates vs page-slug
- Get author id from url
- Showing author page if user has no post
- the_excerpt() in content.php and get_template_part() in single.php
- single.php with different look by category
- Get user posts with custom WP_Query on author.php
- Restricting page templates by blog_id in multisite network
- Custom Post Type Template Hierarchy – Single post template
- Can I assign a Folder for Post Formats, without it affecting WordPress’ fallback/hierarchical system?
- What Must to Display the “mysite.com/category” URL?
- Creating page & post templates without template file
- WooCommerce get_author_posts_url() – Author URL redirecting to shop base
- Template hierarchy: how to let category.php conditionally-load archive.php?
- wp_list_authors() returning the wrong member url
- Return subpages of an author if the parent page was published by an other author
- Assigning custom page templates to a static blog page
- WordPress Page doesn’t load the template selected
- Quest and filter posts by author ID on author page
- Sliding-Doors Child Theme
- Organize template parts and page templates in folders in regards of template hierarchy
- How do I enforce a specific custom post type on the loop
- Pagination in author, category, archive and tags pages does not work
- How to have certain WordPress settings set by default on a per author basis
- Archive page of taxonomy returns a 404 error
- WordPress hierarchy clarification, does post_type_archive take precedence over taxonomy-term archive?
- How to create many author’s page?
- Media item permalink goes to source file instead of attachment.php
- Buddypress profile link on author blogroll page
- Templating advice sub posts of a CTP
- Get link for taxonomy to show top-level terms
- URL Rewrite and Archive Template Files – Post Type vs. Taxonomy
- Different taxonomy.php for different custom post types
- How to put articles under a /blog directory?
- Single Post Templates Doubt
- Display content based on Author Custom Post type
- Missing content on author archive page
- Page Templates Used in Custom Post Type
- Loading custom page template on a one page website
- CPT Template Not Showing – Getting 404
- Get $curauth level
- WordPress doesn’t respect the template hierarchy?
- if else for custom $curauth-> field
- How to modify/ customise NextGen Gallery’s templates? [closed]
- Show posts containing or not custom field
- Displaying posts limit: can’t get pagination to display [duplicate]
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Custom Taxonomy Template Variables Available?
- Customise Author Page?
- author.php get current id of author for advance custom field
- the_author function is displaying wrong name and url
- What is the point of using archive.php instead of index.php?