iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I cannot update or addnew pagesMake sure that you delete (not just disable) the offending plugin.
Forum: Fixing WordPress
In reply to: Error Code – How can I fix it??Download a fresh copy of your quickpress theme and then use FTP to replace the bad functions.php with the newly downloaded one.
Forum: Fixing WordPress
In reply to: SEO set upFor editing theme files, see: http://codex.wordpress.org/Editing_Files
For SEO, try a SEO plugin: http://wordpress.org/extend/plugins/search.php?q=seo
Forum: Fixing WordPress
In reply to: possible hack; need help upgradingif i don’t set my pretty permalinks, do i need .htaccess ?
No, you don’t need one then.
Forum: Fixing WordPress
In reply to: possible hack; need help upgradingif i delete .htaccess, it will create itself ?
Yes, it should when you set your pretty permalinks, but if it doesn’t, see: http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29
Forum: Fixing WordPress
In reply to: Blog doesnt display Deleted the word BlogForum: Fixing WordPress
In reply to: WordPress Database Error: Access DeniedIf your site is http://ryanandjennimcintire.com/ then it has been hacked. See:
http://codex.wordpress.org/FAQ_My_site_was_hacked
Since you can’t restore your backed up database to the current version of WordPress, you’ll need to do it to the same old version and then upgrade immediately. Your very old version of WordPress is vulnerable to many hacks.
http://wordpress.org/support/topic/249060
http://wordpress.org/download/release-archive/
http://codex.wordpress.org/Backing_Up_Your_Database
http://codex.wordpress.org/Upgrading_WordPress_Extended
http://codex.wordpress.org/Restoring_Your_Database_From_BackupBTW, the hack may be in your database as well, so that will need to be checked or a non-hacked backup copy (if you have one) used instead.
Forum: Fixing WordPress
In reply to: Page Specific Header ImagesYou don’t appear to be doing anything with $hdrimg
Im new to this, not sure exactly what that means?
You need to php echo the variable $hdrimg as part of the src in an image tag.
Forum: Fixing WordPress
In reply to: Unlinked tabs – please readIf you have already created the WordPress pages for your friend to use as links, it should take minutes. As for the fancy quotes, a quick search and replace in a text editor should get rid of them.
Forum: Fixing WordPress
In reply to: Unlinked tabs – please readYour friend hard-coded the .html links in there, so have him/her change them.
<a href="primary_schools.html"Your friend also accidentally introduced code-killing fancy quotes into your theme’s code by using the wrong kind of text editor or improper copy/pasting.
Bad:
“
”Good:
"Forum: Fixing WordPress
In reply to: Uploaded media going to a 404 page after toying with PermalinksIf the .pac file is some sort of proxy file that you want to use for your site, then try using FTP for it. If it’s a file that you want to provide for people to download, then try converting it to a .zip archive (which WordPress does allow).
Forum: Fixing WordPress
In reply to: Uploaded media going to a 404 page after toying with PermalinksAnd if that file type isn’t allowed, how do I allow it?
I think that it has to do with the MIME type:
http://wordpress.org/search/mime?forums=1
http://wordpress.org/search/mime?documentation=1
http://wordpress.org/extend/plugins/search.php?q=mimeForum: Fixing WordPress
In reply to: HELP! Error messageUse a text editor and FTP to either fix the problem file or replace it with a fresh, unedited copy.
Forum: Fixing WordPress
In reply to: Uploaded media going to a 404 page after toying with PermalinksForum: Fixing WordPress
In reply to: exclude from wp_list_pages with meta_valuewp_list_pages exclude is based on page ID and I just don’t see how you could relate that to a meta value.
http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List