brian-score
Forum Replies Created
-
Forum: Plugins
In reply to: Overide page meta title?The code in the theme header is as follows:
<title><?php wp_title(); ?> <?php bloginfo(‘name’); ?></title>
What I want to do is get it to import the meta title which the plug allows me to add for each page. Any ideas?
Forum: Themes and Templates
In reply to: Side Bars have moved down under pageHello again!
I manged to solve the problem, I checked a back up copy of the page.php I made a couple of weeks ago and found an error.
For those that might have the same problem read this:
<?php comments_template(); ?>
</div>
</div><?php endwhile; ?>
The two div tags were missing but I have no idea why that should have cause the problem. Inserting them worked for me.
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesThank you so much, sometimes you cannot see the wood from the trees.
In fact I did not alter the sql files, they dropped straight away without mods. Sorry to miss a fundamantal and waste your time.
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesThe dbs are quite light, only about 100 posts.
No I did not do it that way, I exported and then renamed before importing using phpmyadmin.
Can I import text, csv, or other files, will it still work?
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesHi tried both options, the message was
MySQL said:
#1046 – No database selected
I was uploading an …..sql.zip file.
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesHi, it looks like this:
— phpMyAdmin SQL Dump
— version 2.11.9.5
— https://www.phpmyadmin.net
—
— Host: localhost
— Generation Time: Oct 31, 2009 at 01:12 PM
— Server version: 5.0.81
— PHP Version: 5.2.9SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;—
— Database:tenerif6_wrd01
—— ——————————————————–
—
— Table structure for tablewp_comments
—DROP TABLE IF EXISTS
wp_comments
;
CREATE TABLEwp_comments
(
comment_ID
bigint(20) unsigned NOT NULL auto_increment,
comment_post_ID
bigint(20) unsigned NOT NULL default ‘0’,
comment_author
tinytext NOT NULL,
comment_author_email
varchar(100) NOT NULL default ”,
comment_author_url
varchar(200) NOT NULL default ”,
comment_author_IP
varchar(100) NOT NULL default ”,
comment_date
datetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_date_gmt
datetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_content
text NOT NULL,
comment_karma
int(11) NOT NULL default ‘0’,
comment_approved
varchar(20) NOT NULL default ‘1’,
comment_agent
varchar(255) NOT NULL default ”,
comment_type
varchar(20) NOT NULL default ”,
comment_parent
bigint(20)Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesWhat it starts with is this:
Table structure for table
wp_comments
—DROP TABLE IF EXISTS
wp_comments
I deleted everything before the header line stops
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesI tried that and got the following error message:
MySQL said:
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘Table structure for table
wp_comments
DROP TABLE IF EXISTS
wp_comments
‘ at line 1Forum: Installing WordPress
In reply to: How to have 2 wordpress installations on one domain?I only modified the names to suite the new server
Forum: Installing WordPress
In reply to: Problems using phpmyadmin to transfer WP databasesThank you for your reply. Sorry I am not that proficient with code, how do I access that?
Forum: Themes and Templates
In reply to: Blog Stats WidgetHello is anybody there?
If anyone has an answer I would be very grateful.
Forum: Themes and Templates
In reply to: Sidebars neo-sapien 3 column themeMy nightmare appears ot be over, some experimentation has worked. Good night.