cypherxero
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Your WordPress
In reply to: Life of an IT MajorI’m just replying to update my URL, I have a new domain:
Forum: Fixing WordPress
In reply to: Articles in WordPres StyleCreating HTML webpages in the same style as your blog would be controlled by your CSS file, which is called “wp-layout.css”.
Forum: Fixing WordPress
In reply to: Cannot find server wp-loginHave you installed PHP to Apache yet?
Forum: Fixing WordPress
In reply to: Comments stopped e-mailingOK, I’ve put a message through to my webhost about a possible problem with Sendmail. Thanks.
Forum: Fixing WordPress
In reply to: Help!You probably had something wrong in your PHP header in the index file. Like this:
<?php
/* Don't remove this line. */
require('./wp-blog-header.php');
?>
Anything inside of there, if WordPress can’t find it, your blog won’t load. Like, sometimes if you install a new plugin, you’ll have to add code there. And if you delete that file that it’s referencing, your blog won’t load.Forum: Fixing WordPress
In reply to: “The password field is empty” error under IISDon’t use IIS. Download and install Apache.
Viewing 6 replies - 1 through 6 (of 6 total)