Formatting Author Page

Posted in: Newspaper
Post count: 28

Hi,

I need help formatting the author page:

1. Removing the link roadmap (Home > Authors > Name) BUT ONLY for the author pages
2. Adding a subtitle to the Author name
3. Adding a List Title to the post module

For reference: http://www.screencast.com/t/u6STsjeqpR1A

Many thanks!

Post count: 3343

Hello,

1. http://screencast.com/t/gSEa0rg0QP1
2. Add the subtitle in that file to
3. http://screencast.com/t/OaMru2pTNMNB

Thanks

Post count: 28

Hi,

Still have a couple issues: http://www.screencast.com/t/NCzlNWFfO

1. Can’t find how to add the subtitle
2. Capitalizing the author name, as well as possibly showing only just the first name
3. Remove the post/comment stat boxes in the author box

Again, many thanks!

Post count: 3343

Hello,

1. In author.php file http://screencast.com/t/jh4U8rxZg something like <p class="td-sub-title">Your text subtitle</p>
2. use like <span style="text-transform:capitalize;"> for the first name try with this function: get_the_author_meta( 'first_name' );
3. Remove this code http://screencast.com/t/NRFIUNw0

Post count: 28

Hi,

I am still having issues:

http://www.screencast.com/t/iDHiSzHaxR

Post count: 3343

Hello,
Do you ask for capitalize not for uppercase is two different things. Capitalize or UPPERCASE :), use this <span style="text-transform:uppercase;">

About first name that is a php function, use it like <?php get_the_author_meta( 'first_name' ); ?>

The indent of the subtitle can be adjusted via CSS.

If you don’t manage it please give us access to your WP and we will take a look. Send via email at contact@tagdiv.com

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.