Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your wordpress site admin -> Design -> Theme Editor and click on header. You should see a <body> tag in there somewhere.

    Forum: Fixing WordPress
    In reply to: confused

    Is your blog on wordpress.com or do you have your own host?

    Personally, I find this quite annoying and is quite easy to work around. You might want to look at some of the plugins which offer watermarking or watermark the images first before uploading.

    Forum: Fixing WordPress
    In reply to: confused

    Hey,

    Your server is wherever your domain is hosted on. It is a physical computer usually located in a big datacenter full of other servers.

    Your database name is probably not the same as your domain name. Did you setup wordpress? If so you would’ve used the database name while doing so. To check, look for wp-config.php. You can open this file in most control panel file managers and you should see something like define('DB_NAME', '<your_db_name_here>');

    Below that should be a similar line for DB_USER which is the MySQL name you’re looking for.

    Hope that helps ??

    Forum: Fixing WordPress
    In reply to: disabling comments

    You can disable comments in the Site admin -> Settings -> Discussion settings tab (Allow people to post comments on the article). If you’re also getting trackback spam, you can disable them too.

    There are a number of plugins which can help try and stop the spam though which you might want to try first.

Viewing 5 replies - 1 through 5 (of 5 total)