Viewing 6 posts - 1 through 6 (of 6 total)
  • #313445
    JLHeck
    Member
    Post count: 40

    Hello,

    I was wondering if there was a way to add the Author and the Title to the top of the page of every post on our blog. I would like to have it stick within the actual post instead of having the page title rest below the header menu. Right now, the author appears at the bottom of the post. My dream would be to disable the page title at the top of the page (which I know I can already do) and then move the tile, author and post date to the top of the actual post.

    I know that I can add this manually, but I was wondering if I was missing a quicker/easier way of adding this to every post with a global action.

    Thanks,

    JHeck

    #313528
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    There is a hook at the beginning of the post content you can use to inject your custom content.

    Add the code below to your functions.php of the child theme. Adjust the function to return the desired content.

    function my_custom_function(){
              echo "My content";
    }
    add_action('sf_post_article_start', 'my_custom_function');

    -Rui

    #313594
    JLHeck
    Member
    Post count: 40

    Hello,

    So it is possible! Amazing! When I added the code to my function.php, all this did was add “My contact” at the top of every post…and not the actual content.

    JHeck

    #313596
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I tested it myself and it works fine. Check if that post isn’t empty.

    https://www.dropbox.com/s/tdgictsrnh6p4ui/Screenshot%202017-02-13%2016.58.06.png?dl=0

    -Rui

    #313604
    JLHeck
    Member
    Post count: 40
    This reply has been marked as private.
    #313781
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I see, but that already goes beyond our support scope. we only support small css changes and not php customizations.
    Was just to get you in the right way. Hope you understand.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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