melanieann79
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Setup and MigrationIt’s usually best to avoid hard coding links into your theme for this exact reason. Rather than using the full url for links, you can use template tags to reference the site URL set in your database. Here’s a link with some info on how to do this, with a list of useful tags at the bottom. http://codex.wordpress.org/Template_Tags/bloginfo Hope this helps!
You don’t want the content from the blog, just the layout of the site? If so, you don’t need the database, just the theme files. If you mean you want the “pages” as opposed to the “posts”, that info is in the database and unless you have an export file from wordpress prior to erasing your database, you need the database backup. If you have it, you can restore it yourself if you have MySQL access. Here’s instructions for that: http://codex.wordpress.org/Restoring_Your_Database_From_Backup. You can restore it to the same location, or to a new host/site.
Forum: Fixing WordPress
In reply to: Antivirus blocking my WP blog??Go to Sucuri, put in your site’s url, and it will scan it and provide you information on any security issues. They’ll also give you links to more info on any problems and how to fix. They offer security services and fixes as well, but I’ve never used them, so can’t advise on that one way or another.