pkyi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: category count for new themenvm. got it. Just copied the code from default theme to new theme 🙂
Forum: Fixing WordPress
In reply to: category count for new themeHmm. so I which line do I edit? and what do I replace what with what?
Sorry, I don’t know any programming.
Forum: Fixing WordPress
In reply to: Clicking on category shows ALL postsOK, I found out what the issue was. I had a 301 redirect in my .htaccess file. I wanted my people to access my site via the http://WWW.pkyi.com. – with the WWW.
So I added a 301 redirect so that when people access pkyi.com, it would redirect to http://www.pkyi.com.
However, I forgot to update my URL in the OPTIONS tab. So I added the WWW to my URL fields under the WP-admin options tab. All is well.
This is also fixed the issue I see with people having problems where they can’t create or delete categories.
I got my solution from here:
http://www.itmilk.com/2007/06/07/wordpress-ajax-problem-fixed-deleting-adding-categories/Forum: Fixing WordPress
In reply to: Clicking on category shows ALL postsThen it appears the problem is local on my end.
Forum: Fixing WordPress
In reply to: Clicking on category shows ALL postsok,..update.
I’m using firefox. seems like that’s the problem.
it works fine in IE.. and safari for windows.
Why doesn’t it work correctly in FF?
Is this a FF bug or WP bug?
Forum: Fixing WordPress
In reply to: Clicking on category shows ALL postsyes, posting to multiple cats. http://www.pkyi.com.
one of the cat has 1 post – cat name is “SEO tips”. Clicking on that cat still shows me all 6 posts.
Forum: Fixing WordPress
In reply to: Clicking on category shows ALL postssorry, forgot… http://www.pkyi.com
Also, when I delete a category.. or page, it reappears.
Forum: Fixing WordPress
In reply to: Funny characters after server move: ÂÂOLD
—
// ** MySQL settings ** //
define(‘DB_NAME’, ‘beave8_wrdp1’); // The name of the database
define(‘DB_USER’, ‘beave8_wrdp1’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueNEW
—
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘umill3_wrdp1’); // The name of the database
define(‘DB_USER’, ‘umill3_wrdp1’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);I downloaded old sql via Php myadmin. EXCEPT for the options table.
Then I installed a fresh install of ver. 2.2 on my new server. Then I went into php myadmin and clicked on SQL tab, and inserted the SQL queries of old database into the box. and hit enter.
Hope this helps.
I would delete those weird symbols manually, but I have a LOT of entries.
@moshu, Yes, I think I use double tab, double space a lot. 🙁