pashmina Posted November 8 Share Posted November 8 Hi, is there a custom code to include 'published date, month and year to each blog post' for each blog posts automatically? please share with me. I can't seem to figure it out at all although on google it shows the publish date. Is there any way as well to include author profile at the top with a link to it as well? Link to comment
tuanphan Posted November 10 Share Posted November 10 Show it on blog post or on Google Search Result? If blog post, can you share link to a post on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pashmina Posted November 13 Author Share Posted November 13 I want it to appear on all blog posts @tuanphan Here's the link to the one of the posts: https://www.thegonegoat.com/europe/cycling-dalmatian-islands-croatia-split-to-hvar Link to comment
tuanphan Posted November 18 Share Posted November 18 On 11/13/2023 at 9:38 PM, pashmina said: I want it to appear on all blog posts @tuanphan Here's the link to the one of the posts: https://www.thegonegoat.com/europe/cycling-dalmatian-islands-croatia-split-to-hvar Add to Website > Page > Website Tools (under Not Linked) > Custom CSS body.blog-dateline-top article header .article-dateline-above-title, body.blog-dateline-top article header .article-dateline-above-title .date { display: block !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pashmina Posted November 18 Author Share Posted November 18 Thanks @tuanphan. What about adding author profile like 'By Pashmina Binwani' below the heading and a link of my name to my about me page? Link to comment
tuanphan Posted November 20 Share Posted November 20 On 11/18/2023 at 4:20 PM, pashmina said: Thanks @tuanphan. What about adding author profile like 'By Pashmina Binwani' below the heading and a link of my name to my about me page? You mean change this url to about page? or add a similar name under title with link to about me page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pashmina Posted November 20 Author Share Posted November 20 Hi @tuanphan, I mean add a similar name under title like a byline with a link to my about me page Link to comment
tuanphan Posted November 22 Share Posted November 22 Try adding this to Last Line in Website Tools > Code Injection > Footer <script> $(document).ready(function(){ $('span.article-byline').insertAfter('h1.entry-title'); $('span.article-byline a').attr('href','/about'); }); </script> <style> h1+span.article-byline { display: block !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment