OthelloBloke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink ProblemDid you try:
/blog/%pagename%/
?????????
Forum: Fixing WordPress
In reply to: Google Webmaster Tools Verify SiteHere’s the problem:
<meta name="google-site-verification" content="<meta name=\"google-site-verification\" content=\"w7cZi3YUZSzQ7XzUK8OX5hdE29DfIYIvy-QW_zCz\">" /> <meta name="y_key" content="<meta name=\"y_key\" content=\"62c8e2cfaa8f9b2c\"> " /> <meta name="msvalidate.01" content="<meta name=\"msvalidate.01\" content=\"69A7E7FC088FA6125ECFC3F9F60A8D23\" />" />Replace all of that with:
<meta name="google-site-verification" content="w7cZi3YUZSzQ7XzUK8OX5hdE29DfIYIvy-QW_zCz">Forum: Fixing WordPress
In reply to: Website Blocked From Work/SchoolWas your site ever hacked? You might want to check EVERY SINGLE PHP FILE on your server for strange looking php stuff.
It could be that too.
Forum: Fixing WordPress
In reply to: New pages not referencing header.php correctly?Dude you should use WordPress menus feature and then customize your CSS to suit.
Forum: Fixing WordPress
In reply to: How long does it take your New Post to be Indexed by Google?You could try using the Google Site Map Generator. It all depends on how new and how much traffic from Google goes to the site usually.
Forum: Requests and Feedback
In reply to: [email protected]Something fishy is going on. I saw the Moderator’s unprofessional comment with my own two eyes.
Forum: Themes and Templates
In reply to: simple CSS spacing question!Actually no – to removed the spaces between the menu items, look for:
#menu ul li { float:left; position:relative; list-style-type: none; margin: 0 10px 0 0; padding:0; }and change it to:
#menu ul li { float:left; position:relative; list-style-type: none; margin: 0px; padding:0px; }Forum: Fixing WordPress
In reply to: New pages not referencing header.php correctly?There’s probably something missing on your page.php or whatever it is.
Why are you using all those php conditionals for adding classes, when WordPress does it automatically?
Forum: Requests and Feedback
In reply to: [email protected]I’m curious as to why the other forum post was deleted where I remarked someone was being unprofessional.
Forum: Fixing WordPress
In reply to: Removing bullets from login/register meta.Uhhh why not use css?
Forum: Fixing WordPress
In reply to: Most Recent post on every pageURL?
Forum: Fixing WordPress
In reply to: Site not showing in IE but is in all other browsersWhich browser did you create/modify the template in initially?
Forum: Fixing WordPress
In reply to: Stylesheet not loading on single posts.Topic resolved button would be nice 😉
Forum: Fixing WordPress
In reply to: Adding Message Depending on Custom FieldYeah that’s pretty much what I would’ve done (almost)
Forum: Fixing WordPress
In reply to: Adding Message Depending on Custom FieldBefore I post a solution – do you want a message to show that says ‘You’re off air’ or something like that? Or nothing to show at all when the box is empty?