WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Imported Pages, One Displays a 404 ErrorCopy the old page, delete it, trash it.
Then make a new one without the -2 and paste in the info.
Forum: Fixing WordPress
In reply to: Category slug adding -2These are old so not sure if they work still.
http://wordpress.org/extend/plugins/hikari-category-permalink/
http://wordpress.org/extend/plugins/scategory-permalink/
or manual way
http://wordpress.org/support/topic/category-priority-in-url-when-using-multiple-categories?replies=11#post-1635341I’d try from top to bottom.
Forum: Fixing WordPress
In reply to: Category slug adding -2I had to do this before and I followed this
http://www.mktstmedia.com/blog/2011/delete-wordpress-category-numbered-slug/
Not sure if there is an easier way or a plugin out now but I know doing it in the database manually works.
Forum: Fixing WordPress
In reply to: 404 error while viewing pageTry changing your permalinks back to default and testing.
Also when you edit the page and click view page does it come up?
Forum: Fixing WordPress
In reply to: Can't remove Home menu from genesis siteOn the menu page in wp-admin.
You create the menu on the right side. But if you dont assign that menu to a menu location on the left side it wont use that menu.
So look on the top left of the menu page. Does it have menu location and a drop down you can select that menu from?
Forum: Fixing WordPress
In reply to: How to remove Read More from WordPress 3.5?I don’t know if there are theme options for this one but you can do it with just CSS by adding the following rule.
.readMore { display: none; }Forum: Fixing WordPress
In reply to: Can't remove Home menu from genesis siteDid you assign that menu to the menu location on top left corner on the menu page?
Did you ask for support through the site you bought the template from? These forums support the free themes in the directory only. For paid premium themes you need to ask support through them since you paid them for that already.
Forum: Fixing WordPress
In reply to: Can't view blog or site adminWhat new row did you enter and why? I can’t think of any reason you would ever add a new row in phpmyadmin.
Can you find that row and remove it?
No. Follow http://codex.wordpress.org/Moving_WordPress
So the normal default theme with the standard 1 post and 1 page?
If so it sounds like the database wasn’t imported.
There is really not much to help with instead of following the first link you posted exactly.
What was all messed up when you did this?
Forum: Fixing WordPress
In reply to: Can't view blog or site admin*Edit – Do above suggestion first.
He means make sure the settings you use to login to your database match what is in wp-config.php
But I am guessing it is correct if you made a change in your database and now the site is broke.
Think your fix is going to undo what you did. But I am guessing you are not sure how to do that and no one can really help you if we dont know exactly what you did.
But just a shot in the dark you can try this. Might work.
http://codex.wordpress.org/Editing_wp-config.php#Automatic_Database_Optimizing
Forum: Fixing WordPress
In reply to: MySQL phpAdminWhy are you changing the URL in wp_options?
Are you transferring the site to a new server? How long ago did you change the DNS?
Forum: Fixing WordPress
In reply to: How to Add Codes and Line numbersDid you try any other plugins? There are quite a few to do this.
Forum: Fixing WordPress
In reply to: MySQL phpAdminRoot folder refers to a file system and not really a database.
Go to your root folder in file manager or ftp and find wp_config.php
Open that up and see what database you are using. Then open phpmyadmin and find that specific database.