For atahualpa333 version
1. CHMOD 777 function.php in wp-content/themes/atahualpa333
2. Remove lines 119 and 120 in function.php
3. The code is now
118 function footer_output($footer_content) {
119 return $footer_content;
120 }
And that’s it!
Thank you peterebutler! It works fine!
For the “shadowbox” option I did as you suggest:
this.innerHTML = this.innerHTML.replace(new RegExp("{link:([^}]*)}([^{]*){/link}"), "<a href=\"$1\" rel=\"shadowbox\">$2</a>")
Absolutely what I was looking for, Hainesy82. Thanks!
Is it possible to target the link “blank” or, even better for me, to “shadowbox” it?