dross Posted March 13 Share Posted March 13 I am wondering if it would be possible to include the author's image to the right of the author's name at the very top of each blog post? I found code that allowed you to place the author bio below the title, but it doesn't look great and there is too much white space. I don't need to have the full bio either. Just looking to place the circular image next to the name. Thanks to anyone that can help. Link to comment
tuanphan Posted March 14 Share Posted March 14 Hi, We can use JS code to do this. If you share link to a blog post, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
dross Posted March 14 Author Share Posted March 14 7 hours ago, tuanphan said: Hi, We can use JS code to do this. If you share link to a blog post, we can check easier Thanks for offering to potentially help. Here is a link to one of the posts: https://www.ocpd.org/articles/the-role-of-experiential-avoidance-in-obsessive-compulsive-personality-disorder-traits Link to comment
tuanphan Posted March 16 Share Posted March 16 On 3/14/2024 at 11:05 PM, dross said: Thanks for offering to potentially help. Here is a link to one of the posts: https://www.ocpd.org/articles/the-role-of-experiential-avoidance-in-obsessive-compulsive-personality-disorder-traits Add to Last Line in Code Injection > Footer. Replace with your image url. To adjust size, just edit 30px in the code. <script> $(document).ready(function(){ $('<img src="https://upload.wikimedia.org/wikipedia/en/d/d7/Harry_Potter_character_poster.jpg" width="30px"/>').insertBefore('.blog-author-name'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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