Sam Scholfield
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving wordpress to another folderHave a look at the codex and follow the steps on there.
Forum: Fixing WordPress
In reply to: "continue reading" not working in categoriesTry reinstalling the plugin. Changing the permalinks shouldn’t have effected the files.
Forum: Fixing WordPress
In reply to: "continue reading" not working in categoriesIt looks as if your permalinks aren’t working. Go to settings > permalinks and use /%postname% instead of /%name%
Forum: Fixing WordPress
In reply to: Restoring a single blog story and it's associated commentsOk, go into your backup file, there will hopefully be a file called sql or database or something along those lines.
In there there should be a large statement starting like INSERT INTO wp_posts VALUES …..
take a copy of this file (so your not editing the back-up file). In this copied file, try and strip out everything that isn’t the line of sql for that specific post. Go to your database and use the SQL to insert the post back into your database.
Forum: Fixing WordPress
In reply to: restrict access to site to a particular IPWill this plugin do the trick?
Forum: Fixing WordPress
In reply to: Restoring a single blog story and it's associated commentsYou could go into your database and copy across the SQL for the single post. This should go into wp_posts.
Forum: Fixing WordPress
In reply to: How to choose which category is used in the permalinkJust came across this plugin. Would that do the trick?
Forum: Fixing WordPress
In reply to: How to choose which category is used in the permalinkIt seems as if the only way is to change it in the database.
have a look at this post
I’d be interested to know if you or anyone else finds a different solution.
Forum: Themes and Templates
In reply to: Help with themeIt looks as if the javascript is broken (or the HTML has changed). If it is a plugin creating that section, have a look a the documentation for it. Also have a look at any of your recent changes and see if you have added any HTML tags that could have caused it to break.
Forum: Themes and Templates
In reply to: Help with themeHi,
I can’t spot the error, where can I see it?
Thanks.
Forum: Themes and Templates
In reply to: Problem with table formationin themes/hybrid/library/css/21.css line 1,
remove
vertical-align: baseline;Forum: Fixing WordPress
In reply to: How to choose which category is used in the permalinkSee the codex.
If you lower the number of the category in the category manager screen, it will default to that one.
Forum: Fixing WordPress
In reply to: Page content overridden by Poststry adding the_content(); above your post loop.
Forum: Installing WordPress
In reply to: cannot access proper admin pageI meant under
define('DB_COLLATE', '');It would probably be worth you reading through the codex and following the steps on there:
http://codex.wordpress.org/Changing_The_Site_URLForum: Installing WordPress
In reply to: cannot access proper admin pageI would put it under the connection scripts and it should go into the main directory (not the iblog one).