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> 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
creelle Posted July 14, 2020 Author Share Posted July 14, 2020 That worked, thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.