larobbie
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Restoring ErrorThat’s what I forgot to do, drop the tables. Works like a charm.
Thanks Michael and moshu.Forum: Installing WordPress
In reply to: Restoring ErrorSo that means, if I would want to restore an old database, on a fresh installed version of WordPress that allready has those tables installed (by default I guess) – I’d have to remove those tables from the database?
Forum: Installing WordPress
In reply to: Restoring ErrorMy blog is krneky.com.
Now I installed another version of it on thedomain.com/new-blog-here .
I made a backup of the krneky.com blog and tried to restore it on thedomain.com/new-blog-here .
I understand what you’re saying, but how can I restore the database on a new wordpress blog if it allready has those tables?
Forum: Installing WordPress
In reply to: Restoring ErrorI tried playing with it some more yesterday, no luck, every table seems to already exsist.
Forum: Plugins
In reply to: Number of posts on index and categoriesThanks, Matt’s custom query string plugin works perfectly.
I didn’t know what to look for, thanks again.
Forum: Plugins
In reply to: Number of posts on index and categoriesStill kinda confused here, trying playing with displaying the monthly code, didn’t quite work.
Forum: Themes and Templates
In reply to: Integrating WordPress into My Existing WebsiteI agree with Kahil, I had the same problem as he did, and I downloaded a allready made template by someone else, to get the picture, and once I figured out how easy it was, I didnt need the made template anymore.
Forum: Themes and Templates
In reply to: Integrating WordPress into My Existing WebsiteIf you want to integrate your design into WordPress I suggest the following:
- Download the blank WP theme
- Make a new directory (template name) in /public_html/wp-content/themes/templatename
- Put the blank WP theme into that directory
- Upload your website style (style.css) into the same directory
- Edit the files (almost every file is commented so you probably wont have any problems).
This is only if you’re doing things from scratch.
Forum: Fixing WordPress
In reply to: Archives, how to limit to 3 months.Hey there, try the following:
<?php get_archives('monthly','3'); ?>