pezastic
Member
Posted 7 years ago #
I cannot get
phpGiggle to work with WP 1.5 (1.3?) and permalinks. (It dupes the URI's.) And the
replace text plugin file would have to be editted everytime I want to make an additional instance for a word to be replaced with a link (which, in my case, is often).
So, I was wondering if anyone else has come across an easier method for having text automatically changed into links.
the_addict
Member
Posted 7 years ago #
I encountered the same problem, but found a solution:
1. edit the file phpgiggle.inc.php in the phpGiggle folder and go to line 114 (it should read like this at the end
title=\"phpGiggle it!\" href=\"phpGiggle?".
)
and change the href-part to
href=\"".phpgiggle_url."?".
Now it should use the defined site url of the config instead of the relative path.