paige_ Posted March 9, 2020 Share Posted March 9, 2020 Site URL: https://afterglowatx.com We want to display our tags at the bottom of our blog posts only. it seems that my template lets us show the tags, but they show up at top with the headline. Would prefer it to be on the footer. I looked into the cloud tag block but it showed tags from every post we've ever made and not just the specific post. also the layout and display of the cloud tags were gross. Im not sure if you can change their appearance. afterglowatx.com is the site. I've hidden the tags for now since it looks gross at the top. Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 I don't see tag. Can you share link to a post? 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
paige_ Posted March 10, 2020 Author Share Posted March 10, 2020 here's a screenshot of what they look like, Ill also leave tags on for now but we really don't like them up there. on the template they call it priamry and secondary blog metadata. the Primary is the date, which we like. the second is tags. https://www.afterglowatx.com/blog/2020/3/8/musical-intimations-to-timid-reflections-the-soundtrack-to-parasite Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 Difficult to move to bottom. if you want to hide it, let me know I will send the code. 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
paige_ Posted March 11, 2020 Author Share Posted March 11, 2020 how difficult would it be to move to the bottom? Do you think we should look into switching templates? thanks for all advice so far. Link to comment
tuanphan Posted March 14, 2020 Share Posted March 14, 2020 On 3/11/2020 at 9:43 AM, paige_ said: how difficult would it be to move to the bottom? Do you think we should look into switching templates? thanks for all advice so far. Try adding this code to Home > Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.BlogItem-share').append($('span.Blog-meta-item.Blog-meta-item--tags')); }); </script> 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
JVD Posted May 28, 2020 Share Posted May 28, 2020 On 3/14/2020 at 8:39 AM, tuanphan said: Try adding this code to Home > Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.BlogItem-share').append($('span.Blog-meta-item.Blog-meta-item--tags')); }); </script> This didn't work for me. Contacting support. Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 1 minute ago, JVD said: This didn't work for me. Contacting support. Each template needs different class name in above code 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
Archived
This topic is now archived and is closed to further replies.