Michael Smith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link between homepage and other pages is lostHere is a link about moving from one host to another
http://wp.smashingmagazine.com/2013/04/08/moving-wordpress-website/Look for the headline “Moving A WordPress Website Between Hosts”
Afterthought: You can look at a plugin called “BackupBuddy” Its designed to help move WordPress sites, but it will probably need the old site to be fully functional to work.
Forum: Themes and Templates
In reply to: Take a theme apartChanging the CSS is like adding a new coat of paint. Extracting the VIN module and installing it into a new site would be like taking the engine out of one car and putting in another.
Altering the CSS of the site is a much simpler concept, and will probably get you the effect you are looking for. Either approach will take some coding knowledge.Forum: Fixing WordPress
In reply to: Link between homepage and other pages is lostNot sure this is a solution but here is a clue.
The IP address for your home page seems to be 184.168.221.8. However all you links point to 173.83.96.97. Did you build the site in one location and move it?
Forum: Fixing WordPress
In reply to: Removing text Front PageYour welcome.
Forum: Fixing WordPress
In reply to: Removing text Front PageCopy and paste the following into your Custom CSS file – Appearance > Editor > custom.css (that file will be way at the bottom of file list on the right.
.home .title {
display:none;
}Forum: Fixing WordPress
In reply to: Blog dissappeared after clicking update all pluginsYou might want to contact your hosting provider. They can probably have a backup on file.
That will be the simplest thing to do.
Once that is done you will want to save a backup. and update your plugins one by one to see what is causing the problem. You might want to invest in a plugin called “BackupBuddy” its a very simple backup plugin.
Forum: Fixing WordPress
In reply to: Removing text Front PageAre you trying to remove the posts? If that’s the case go to Setting > Reading > and change the Front Page display to “A static page”
If you are trying to so something other than that let me know and i can help.