Thanks.
]]>I’m working on converting www.sticksoffire.com from WordPress 2.2.3 to 2.3.1. The install went fine (because I’m on Dreamhost and they handled it) and I updated the templates to use the new WordPress Tag support, but I found out we had no tags listed in the DB.
So I did a little Google searching and found that you’re supposed to use the import feature to import Ultimate Tag Warrior tags into the new WordPress. OK, that’s all great — I back up the DB and try this out.
Step 1: 538 tags (I’m just the tech guy, I can’t quite make it clear that they use too many tags), Step 2: 11181 tag/post relationships. On to step 3….
And that’s where I hit a wall. While the system is working, working, it eventually times out and I have the following displayed:
abbr, .abbr { border-bottom:1px dotted #999; cursor:help; } input.btn { cursor:pointer; padding:5px 30px 5px 30px; } input.reset { cursor:pointer; border:2px outset #999; padding:1px; } p.restore { float:left; margin-top:-40px; margin-left:2px; } .alert { font-weight:bold; color:#cd0000; font-size:1.1em; } .reg_alert { color:#cd0000; } fieldset.options { border:1px solid #999; } legend { font-weight:bold; color:navy; } code { color:navy; font-weight:bold; font-size:1.1em; } p.restore a { padding:2px 5px 2px 5px; border:1px solid #999; background-color:#f8f8f8; } p.restore a:hover, p.restore a:focus, p.restore a:active { border:1px solid #000; background-color:#cd0000; color:#fff; } h2 { font-size:210%; } h3 { color:navy; } legend a, legend a:visited, .jump a, .jump a:visited { margin:0 5px 0 10px; padding: 0 8px 0 8px; background-color:#666; color: #fff; text-transform:uppercase; font-size:.8em; font-weight:bold; } .jump a, .jump a:visited { font-size: .65em; margin:0; text-decoration:none; border:0; white-space: nowrap; } legend a:hover, legend a:focus, legend a:active, legend a:visited:hover, legend a:visited:fop a:visited { margin:0 5px 0 10px; padding: 0 8px 0 8px; background-color:#666; color: #fff; text-transform:uppercase; font-size:.8em; font-weight:bold; } .jump a, .jump a:visited { font-size: .65em; margin:0; text-decoration:none; border:0; white-space: nowrap; } legend a:hover, legend a:focus, legend a:active, legend a:visited:hover, legend a:visited:fo
No WordPress Admin menu at all displayed, just that code. Most should recognize that as CSS (it’s the customizations that were used for Ultimate Tag Warrior and for some reason they are showing up).
I’m really not sure how to proceed from this point forward. If there were a way to convert categories to tags, I’d have no problem with doing that. I can’t find a plugin for it though. Of course, if there is a way to manually move tags through PHPadmin, I’m willing to try that too…
Thanks
]]>I want to get that back. How do I do that? I am not a coder, I don’t know php or css. I simply want links that say Next and Last/Previous at the bottom of the page, after all the posts are shown, to go to the next page of posts or the last/previous page of posts.
My blog is at wargamingforums.com
]]>Thanks
WordPress database error: [MyISAM table ‘wp_terms’ is in use (most likely by a MERGE table). Try FLUSH TABLES.]
CREATE TABLE wp_terms ( term_id bigint(20) NOT NULL auto_increment, name varchar(55) NOT NULL default ”, slug
varchar(200) NOT NULL default ”, term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug
(slug) )
WordPress database error: [MyISAM table ‘wp_term_taxonomy’ is in use (most likely by a MERGE table). Try FLUSH TABLES.]
CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) NOT NULL auto_increment, term_id bigint(20) NOT NULL
default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) NOT NULL default
0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy)
)
WordPress database error: [MyISAM table ‘wp_term_relationships’ is in use (most likely by a MERGE table). Try FLUSH
TABLES.]
CREATE TABLE wp_term_relationships ( object_id bigint(20) NOT NULL default 0, term_taxonomy_id bigint(20) NOT NULL
default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) )
WordPress database error: [Duplicate entry ‘1’ for key 1]
INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘1’, ‘Uncategorized’, ‘uncategorized-2’, ‘1’)
if you click on one category this will show
WordPress database error: [Table ‘irefutab_kev.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE category_nicename = ‘animaux’
A newbie here. I wil highly appreciate if anyone can help me on customizing/changing appearance of my theme, PLEASE.
Recently I’ve started my WordPress 2.2 blog TechLuver.com using Stardust v1.0 theme.
I like to know, How can I:
1, Change font type & size in “Post” text. I tried to find/change it in “stylesheet” but couldn’t find fonts for “Post” text
2, Change “Italic” to non-italic titles in Sidebar and change name of titles in the Sidebar, like instead of “Meta” somethin else
3, Move “Subscribe” section up from the bottom in the Sidebar and change it with colored icons for Technorati, Feedster, My Yahoo etc.
4, Change the way “Categories” list appears in the Sidebar. Instead of displaying ALL categories, I like to display only selected ones & then put “More..” link to display/get rest of ’em
5, Change color of “Text-1” in the side bar, i.e. text below my email: “[email protected]”
6, Display text/info, when a cursor is placed on a tab-bar/task-bar. Like, you get to see post/page title when a cursor is placed on a tab-bar/side-bar
7, Change to 2.3.1 from 2.2.2 myself or do I have to ask my hosting company for that? Since they have one-click WordPress installation feature..(I’ve installed that way)
“coz I don’t wanna end up loosing all posts/data,
Thanks a million in advance. – TechLuver
]]>