WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migrating site to new host, missing all blog response postsIt is under all. Did you do all?
Choose what to export
All content
This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.Posts
Pages
Forum: Fixing WordPress
In reply to: Migrating site to new host, missing all blog response postsWhen you do that there is an option for comments. I would try to export again to see if you get the comments.
Forum: Fixing WordPress
In reply to: Migrating site to new host, missing all blog response postsSo you did an export of the database? I am guessing you would be missing more than just comments if you did that.
How did you transfer the database?
Forum: Fixing WordPress
In reply to: Migrating site to new host, missing all blog response postsWhat method did you use to migrate?
Forum: Fixing WordPress
In reply to: Checkout does not work!Try deactivating all your plugins with the exception of the shopping one. Could be a conflicting plugin.
Forum: Fixing WordPress
In reply to: Checkout does not work!You would need to ask for support through the vendor where you bought the theme if you are referring to the one Templatic.
These forums only support the free themes in the directory here.
Forum: Fixing WordPress
In reply to: How to give admin ability to review a userI would just use this one
http://wordpress.org/extend/plugins/cimy-user-extra-fields/
But the only thing you are going to have to code yourself is a function where they can’t save those fields, only someone with admin role can save data for that specific field.
Forum: Fixing WordPress
In reply to: Difficulty limiting post excerptsAnoodles,
You would need to start your own topic for what problems you are having, not jump in on someone elses.
Forum: Fixing WordPress
In reply to: Header image link to homepageTry changing
<img id="header-img" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />to
<a href="<?php echo home_url(); ?>"><img id="header-img" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>This looks like a template for pages, not posts.
Did you get what I said about that before? The navigation only works for posts.
It does not work for pages.
Forum: Fixing WordPress
In reply to: Tried to secure site and lost access to dashboardI would start by deactivating all plugins manually via FTP and try again.
Forum: Fixing WordPress
In reply to: .htaccess Help!Are they wordpress posts? Why can you go to permalinks and go back to default setting.
Pages don’t have the navigation links, only posts do.
Or are you asking for something else?
Forum: Fixing WordPress
In reply to: New pages not displayingMight want to contact the host then. Does your hosting come with a cPanel or something similar you can edit the file through an online file manager? Might want to try that also.
Or you can try an online FTP program and edit the file directly. The safest one to use is at dreamhost.
Forum: Fixing WordPress
In reply to: New pages not displayingJust replace it all so it looks just like I pasted above.