New Landing How can we help? Cardinal Post Author Link

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Cardinal
  • #211717
    jb0063
    Member
    Post count: 17

    Is it possible to have the post authors name be a hyperlink to all posts by that particular author? Also, is it possible to move the author’s name to the top of the post just below the post title?

    #211726
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Unfortunately it doesn’t exist any template with all the posts from 1 user. I can suggest it to the development team for future consideration.

    Regarding the author position are you talking abou the blog page?
    https://www.dropbox.com/s/ji3a4shekk9pmqq/Screenshot%202015-09-09%2015.07.23.png?dl=0

    -Rui

    #211733
    jb0063
    Member
    Post count: 17

    No, we would like to move the author name to the top of the full post page so that it appears under the title instead of at the bottom of the post: http://glommable.com/icymi-august-28-2015/

    Is it not possible to have author name be a link all posts by that author? I thought this was common in WordPress.

    #212045
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Yes it exist the author template, apologize for my confusion.
    Can you provide me ftp access to check it?

    Thanks

    -Rui

    #212066
    jb0063
    Member
    Post count: 17

    FTP:

    Hostname: 64.207.179.218
    Username: jimbullotta
    Password: M_Bn8H28B

    #212607
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi

    Apologize for the delay will check it during the day.
    Thanks

    -Rui

    #212975
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .author-link{ 
       text-align: center;
        margin-top: -50px;
        font-size: 25px;
    }

    To avoid problems of losing the changes in future updates, you should install the Cardinal child theme
    that comes inside the Themeforest files and add the code below to the functions.php of the child theme

    http://pastie.org/10420970

    Hope it helps.

    -Rui

    #215037
    jb0063
    Member
    Post count: 17

    Hi,

    This works on some posts, but on others where the post title may be hidden, the author link appears inside the area for the breadcrumbs, see example: http://glommable.com/glomtacular-mary-laura-philpott/ and on other posts, the author link does not appear at all, see example: http://glommable.com/stanlee/

    #215555
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Do you have different settings among those posts? Don’t you have a consistent format?
    So I can adjust the solution.

    -Rui

    #215754
    jb0063
    Member
    Post count: 17

    Posts are created by different authors, so detail media and post meta options may be different. Is there a place at the very top of all posts that the author link could be placed so that it is visible on all posts, perhaps as the first item on the post above any page title or image?

    #216525
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Apologize for the delay, will try to figure out a solution.
    Will let you know when done.

    -Rui

    #223097
    jb0063
    Member
    Post count: 17

    Hello, Can a solution to this be provided? It has been 30 days since last reply. Thank you!

    #223127
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    add_action( 'sf_before_post_content', sf_author_link,15);
    function sf_author_link(){
    global $post;
    echo "<a href="'.get_author_posts_url( get_the_author_meta( 'ID' ) ).'">"'.the_author().'"</a>";
    return true;
    }

    Thanks
    Mohammad

    #223367
    jb0063
    Member
    Post count: 17

    We are not using a child theme. Can this be added to functions.php in the main theme?

    #223370
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can try to add functions.php in the main theme.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register