creelle Posted July 12, 2020 Share Posted July 12, 2020 Site URL: https://scaced.squarespace.com/membership-directory/2020/6/15/a-fathers-place I'd like to change the label 'Tagged' on our blog to 'Location' - Does anyone know how to do this? Link to comment
rwp Posted July 12, 2020 Share Posted July 12, 2020 Are you looking to do it just on that page or site wide? Link to comment
tuanphan Posted July 12, 2020 Share Posted July 12, 2020 Add to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> jQuery(function($){ $("p.entry-tags").html(function() { return $(this).html().replace("Tagged: ", "Location: "); }); }); </script> CocosAtelier and rwp 2 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
creelle Posted July 14, 2020 Author Share Posted July 14, 2020 That worked, thank you so much! 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