Jump to content

Tag metadata

Recommended Posts

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
  • Replies 7
  • Views 1k
  • Created
  • Last Reply
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.