ericsoco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: all internal (wp) links are brokenps, this was useful too:
http://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryForum: Fixing WordPress
In reply to: all internal (wp) links are brokenok, figured it out. this thread helped:
http://wordpress.org/support/topic/184246?replies=2
with a link to:
http://www.tamba2.org.uk/wordpress/site-url/
the problem had to do with the fact that, in the General page in Settings, i set the WordPress address to a different URL than the Blog address. the WP address was pointed at the root, and the blog address at root/wp (where my wordpress install is).
i guess what was happening was that everything happening in /wp was redirecting back to root, when then redirected to my blog homepage.
didn’t figure this out until i stumbled across those settings, changed them, and *totally* broke my site (couldn’t even login because of a redirect). just followed the phpmyadmin instructions in the link above to get things working.
Forum: Themes and Templates
In reply to: Changes to index.php have no effectnever mind, the culprit was WP Super Cache. found out how to clear it (Settings > WP Super Cache > Cache Contents: Delete Cache), and that seemed to fix the problem.
Forum: Themes and Templates
In reply to: Changes to index.php have no effecthas anyone found a solution to this yet? i’m having the same problem, though with header.php — the results of my edits showed up once on my site, but subsequent changes, while saving successfully, are not showing up. i’ve tried clearing my browser cache, but am new to wordpress in particular and blogging in general, and don’t know what other things to try…
thanks,
-e