Hax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Database Errorwhat version of WordPress and MySql are you using? also are you installing or creating a Plug-in.
Because it look like that you are trying to run a custom MySql query and you have a bad syntax.
Forum: Fixing WordPress
In reply to: excerpts not being used by wordpress for my blogsyou can’t really tell what problems you are having just by looking at your site. but a few things to check:
Plugins: check one by one to see if ones is the cause of the problem.
Template: Change template and see if you see the same problem.
Make sure that “the_excerpt()” function is used with in the loop.hope this helps
Forum: Fixing WordPress
In reply to: How do you embed keywords in CSS?you don’t embed keywords in css you embed them in meta tags (keywords and description) but if you want to help your SEO what you do create content (simple text no images) related to your key words and description
create a XML map, add your URLs to mayor search engines and try to get other sites to link to yours.What you do with css to improve SEO is remove style from content. so the SE is just looking at text/content instead of styles
Do a google search for Improve SEO and read more about it. I hope this helps
Forum: Fixing WordPress
In reply to: Meta boxes not showingnever mind I got it to work
Forum: Fixing WordPress
In reply to: Serious problem here folkssince you don’t really know php. the easiest thing to do is if you hosting has a backup feature restore your site to the last date it was working.
if not as the error tells you, there is a problem in the file “wp-content\themes\carrington-blog\functions\sidebars.php” in line 31 you probably deleted a coma, word, dot or something you can upload you theme again through FTP and this should fix it.
your are not going to be able to upload the theme with wordpress.
Forum: Fixing WordPress
In reply to: Import From .Com Caused Photos To Be Hotlinkedfew thinks to check
* in your database make sure that “siteurl” and “homepage” has your new url
* check your template, make sure that your images are within the loop, that you are using one the “attachment” functions http://codex.wordpress.org/Function_Reference and they are not using “guid”if you are still having problems the easiest way to modify every url is to go to your database, export a txt file do a find a replace and import back the file into you database
hope this helps