WordPress
After having the same site hacked several times, and not finding anyone with the same issue I’ve had, I decided to add it here in case it helps anyone else.
I had the following files added:
wp-content/barclays.zip
wp-content/barclays/barclays2.html
wp-content/barclays/finish.html
wp-content/…
http://www.myguysolutions.com/2010/04/14/how-to-enable-the-use-of-sessions-on-your-wordpress-blog/
So in order to activate session variables within your WordPress installation the only thing you have to do is call session_start(); before any output is send to the client. Normally upgrading your…
Brilliant little snippet from Benjamin Reid http://www.nouveller.com/quick-tips/quick-tip-8-limit-the-length-of-the_excerpt-in-wordpress/
In his words…
Right here’s the scenario. On one of your clients post page’s you use the_excerpt function to display an excerpt for each post. You’ve got room…
I found this brilliantly simple article on the WordPress site: http://wordpress.org/support/topic/migrate-wordpress-to-another-server
Ok yall. I have been trying to migrate my wordpress website over to another
server for several hours now and finally figured everything out!
Here are the steps I…
name = Testpilot
description = Just another WordPress blog
admin_email = admin@example
url = http://example/home
wpurl = http://example/home/wp
stylesheet_directory = http://example/home/wp/wp-content/themes/child-theme
stylesheet_url =
http://example/home/wp/wp-content/themes/child-theme/style…
Another excellent article on something we all want to do at some point….
http://www.tipsandtricks-hq.com/how-to-add-widgets-to-wordpress-themes-footer-1033
This has to be the best lightbox plugin for WordPress….
http://www.tipsandtricks-hq.com/wordpress-lightbox-ultimate-plugin-display-media-in-a-fancy-lightbox-overlay-3163
Let me know if you know of a better one…
I found the solution here…. http://mygraphicfriend.wordpress.com/2009/04/15/unable-to-upload-files-larger-than-2mb-to-media-library-in-self-hosted-wordpress-blog/
I’m with HeartInternet and all you need to do, is create a php.ini file with the following…
post_max_size = 12M
upload_max_filesize…