Micbow on "WP e-commerce variations order"
I've already posted this on the wp ecommerce forum but haven't gotten a response at this stage I'm trying to re order the variations which are similar to wp categories. I'm setting up shoe sizes. The...
View ArticleMiss Irene on "Author Page 404 Error"
After installing WordPress SEO by Yoast, all my links are 404. I deactivated the plugin but still have the problem. Told the Linkchecker to 'fix all' but nothing got fixed. Can't figure out how to get...
View Articlemichael.mariart on "Site very slow"
If you can make it faster then try it. To be honest I don't think that it would be worth the extra expense of doing that because the site won't be hosted there when it's ready to go live anyway, will...
View ArticleKrishna on "Sidebar misaligned"
Look at this validation report. 1. Scroll down to the html, look at line 13 to 21. The remnants of the script, a legal notice, the URL of the script provider, etc. are still there. You need to delete...
View Articlegordonovan on "Retrieving backed posts"
Hello - I recently had to switch servers and backed up my old site. I started from scratched on a new hosting site and added new entries. I like to add some of the older posts from old site that I...
View Articlejamaaludeen on "Sidebar misaligned"
Thankfully, I solved the sidebar issue in the code. See http://www.hysasystems.org/?page_id=61&goog=1 :-) Your tips are valid though, and I will follow through on them, Thank you! :)
View Articlemichael.mariart on "starting over"
The easiest way is to delete all of the WP files, remove all of the database tables, and do a fresh install.
View ArticleInfinity20 on "Getting rid of comment box"
I want to get rid of the comment box on my websites pages. I was able to get rid of it oon the Home page but I cannot on the additional pages.
View Articlemytaxsite.co.uk on "Thumbnail images cut off"
OK go to to the dashboard and look for Settings >> Media (this is the last item in the side bar) change the thumbnail size to something like: 75 by 75 (instead of 150 by 150) You just need to try...
View ArticleKrishna on "My dashboard is lock"
See if this helps: http://codex.wordpress.org/Login_Trouble
View Articlemytaxsite.co.uk on "Getting rid of comment box"
You need to set this by going to your pages/posts one by one and look for something like this: http://tinyurl.com/8cwr6am Just untick/uncheck the item in the red box. Good luck.
View ArticleCodySP on "Author Page 404 Error"
I've narrowed the problem down to this could string. This is what determines the link on the main page, that leads to a 404 not found error when trying to access the author. <h2><a...
View ArticleKrishna on "Retrieving backed posts"
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
View ArticleMiss Irene on "Author Page 404 Error"
Thank you so much... Do you mean code string? Do I replace something with something? Thank you again. Sure appreciate your help. Irene
View Articlekeainsworrth on "add administrator"
I've tried to add another admin to my account 3 times now and when I click "submit" it looks like it's processing, but then if I go back to the dashboard (or log out and log back in), that user doesn't...
View ArticleKrishna on "Author Page 404 Error"
@Miss Irene, please start your own topic instead of posting on someone's ongoing thread.
View ArticleInfinity20 on "Getting rid of comment box"
Wow...that was simple. I feel kinda stupid now. Thanks!
View Articlemicrotag on "Order record by post meta value"
//Displaying latest post per author on front page function filter_where($where = '') { global $wpdb; $where .= " AND vipwp_posts.id = (select id from {$wpdb->prefix}posts p2 where p2.post_status =...
View Article