webdevsonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error MessageWhich theme are you using?
Forum: Fixing WordPress
In reply to: Blog post page distortedFirstly, I suggest getting firfox and install firebug – or get chrome which can do the same thing. This lets you inspect html / css elements on your website.
You appear to have your
<div class="content">once within your code and then again within your footer.Are you using more than one template for this site?
Web Devs Online
Forum: Fixing WordPress
In reply to: Strange error code appearing in empty sub categoriesIdeally, you need to know what you’ve done to alter that, as I’ve not come across it with a vanilla install of wordpress before.
You should, take a backup of your site, wamp/lamp it and work on the issue. But in the mean time on your live site you can put in:
error_reporting(0);Refer to: http://php.net/manual/en/function.error-reporting.php
However like I said, go local and see whats been altered in your site from the original pages?
Web Devs Online.
Forum: Fixing WordPress
In reply to: Back end not functioning correctlyHi Rosieball,
Did the site work and then stop working at one point in the back end, such as after upgrading or is it a brand new site?
Web Devs Online
Forum: Fixing WordPress
In reply to: I've been hacked!!! HELP!!!Firstly, do you have a back up of your website?
Secondly, have you contacted your hosting company to see if they noticed any activity on your website?
Forum: Fixing WordPress
In reply to: Disable comments on a postHi there,
In a vanilla install of wordpress this option maybe hidden, go to your post in the backend and choose to edit it.
You should see, ‘screen options’ at the top, hit this to expand this section.
Tick the discussion option.
From there, untick the two options – or simply the ‘allow comments’ one. And update your post.
You can then do this for any post or page you want.
Web Devs Online