Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #334387

    Hello,

    The way the date appears on the blog post is fine. I just need to add the word “Published on” before the actual date and make sure that “Published on” also appears when the blog post is shared over Social Media, etc. Thank you.

    • This topic was modified 10 years ago by mercury9.
    #334652

    Hey mercury9!

    Thank you for using Enfold.

    You can edit includes > loop-index.php, find this code on line 134:

    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
    

    Replace it with:

    echo "<time class='date-container minor-meta updated' $markup>".__('Published on :','avia_framework').get_the_time(get_option('date_format'))."</time>";
    

    Unfortunately, this will not be included on the social share summary. Please hire a freelance developer to configure that option.

    Best regards,
    Ismael

    #336956

    I appreciate your assistance with this, but do you mind supplying a little more information that could be helpful to me in sending me in the right direction in regards to the Social Share Summary? The Social Share Summary (for example, when sharing a blog post in enfold to Facebook) is a little confusing to some who read it. I just need to add “Published on” next to the date. If you do not have code to correct this problem, is there a plugin that will allow me to fix this that is compatible with Enfold? Please, I really need to sort this out. Thank you.

    #337181

    Hey!

    I don’t think you can configure how facebook publish their post or shared entries. I’ll ask the rest of the support team.

    Cheers!
    Ismael

    #338786

    Any news on this? I really need to know please. Thank you.

    #338817

    Hi!

    You can use this plugin to set custom Open Graph tags.

    Regards,
    Josue

    #339024

    Thanks. Fantastic! Have a great day!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Slightly Modify Blog Date Template.’ is closed to new replies.