Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jetpack ruined my siteHi girlunstoppable
I’ve never heard of Jetpack causing this. Of course anything is possible when it comes to programming.
I have a hunch but you probably won’t like it. (and I hope I’m wrong) If you’re around here right now could you activate the plugin then let me know so I can have a look?
Forum: Themes and Templates
In reply to: Syntax error after editing functions.php fileHi thestealthyfox
It’s hard to say without seeing the entire file. Could you post the contents of the
functions.phpfile at the pastebin and post the link here so we can have a look?Forum: Fixing WordPress
In reply to: How to remove feed from WP CoreHi sneakerobsession
The solution posted by jevets should work. After adding the pertinent code to your theme’s
functions.phpfile, go to your last post and hit update. That should clear the cache, which is probably what we’re looking at.Forum: Fixing WordPress
In reply to: Theme is over riding the wordpress menuI see the thread is now marked as resolved. Did you find the solution you were looking for or do you still require assistance? Just making sure.
Forum: Fixing WordPress
In reply to: whole wordpress blankYou’re welcome. Glad to see you got it sorted out. 🙂
Forum: Themes and Templates
In reply to: Theme Name?I took the day off thus I’m bored. 🙂
You’re welcome.
Forum: Themes and Templates
In reply to: Theme Name?Hi fotolady
Looking at the style sheet tells me it was created using the Artisteer software.
artisteer.com
Forum: Fixing WordPress
In reply to: RSS HelpHi leannecarswell
Your feed works fine. It is located at http://www.carswellgroup.net/?feed=rss2 because you are using the default permalink structure.
If you want “pretty permalinks” see the following.
Hi gillespieza
According to the docs on the plugin’s page it is compatible up to WordPress 2.7 and hasn’t been updated since Jan 2009.
You may want to dig around for a similar plugin.
Forum: Fixing WordPress
In reply to: WordPress backup – Is this method ok?Does you host give you access to phpMyAdmin? It’s something you should learn to be familiar with eventually.
For now, listen to rfair404’s suggestion about that backup plugin he linked to.
As I said, all content is stored in the database. As such, that is what you really want to be backing up.
EDIT: Ignore my question about phpMyAdmin – I didn’t read you reply thoroughly enough. 🙂
The changes you made are still there because all content is stored in the database, not files. WordPress is dynamic in nature and not static. The software interacts with your database.
Forum: Fixing WordPress
In reply to: whole wordpress blankThis website is currently on your computer? Simply overwrite the changed file with the original one.
If this was a remote site you’d upload the original via ftp.
Forum: Fixing WordPress
In reply to: Sidebar different for each section.You’re welcome. Good luck with the site.
Forum: Fixing WordPress
In reply to: Theme is over riding the wordpress menuHi kinkyvampire
Interesting username. 🙂 It’s not that the theme is overriding the custom menu feature it just doesn’t support it and is using the old method. But I know what you mean. Your theme is probably utilizing the wp_list_pages() function. It might even be making direct database queries. Believe it or not I’ve seen that silly method used before.
Can you post the contents of your theme’s header.php file at the pastebin then post the link here?
Forum: Fixing WordPress
In reply to: whole wordpress blankHi magnusbonde
That’s why I don’t use the built-in theme editor. I prefer making adjustments in a plain text editor then uploading the changed file. A blank screen indicates a PHP error.
Do you have a copy of the unchanged file?
Forum: Fixing WordPress
In reply to: WordPress backup – Is this method ok?Hi Frankieplus
All content such as posts, pages, custom menus, widgets etc are stored in the database. Did you delete the database?