benwhale
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Exec-PHP] antispambot() parsing problem?Since I have had no replies to this post and as I was only using Exec PHP for antispambot() I’ve gone with emOba for now.
Forum: Fixing WordPress
In reply to: posts page only showing as index of /blogFor those who also have this problem. I seem to have solved it by copying my index.php file from /public_html to /public_html/blog and
editting the linerequire('./blog/wp-blog-header.php');
torequire('./wp-blog-header.php');.Forum: Fixing WordPress
In reply to: HTML editor altering <p> tagsWell I see now that it is inappropriate to wrap
<ul>in <p> tags.This doesn’t, however, solve my problem. Perhaps it is something todo with my theme, Arjuna X.
I’m quite lost with this, can any one help?
Forum: Fixing WordPress
In reply to: posts page only showing as index of /blogI have the same issue. Looks to me like the page blog and the directory /blog are being confused.
When I use FileZilla to look at my file structure I can see that under two folders with the same content /public_html/blog and /www/blog neither of which is empty. Am I safe to also delete /public_html/blog?
I’m hosted with VentralIP if that helps.
Cheers.
Forum: Fixing WordPress
In reply to: HTML editor changes ” to “Ah I see thankyou adiant.