WordPress Archive

  • http://www.myguysolutions.com/2010/04/14/how-to-enable-the-use-of-sessions-o n-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...

    Enable $_SESSION in WordPress

    http://www.myguysolutions.com/2010/04/14/how-to-enable-the-use-of-sessions-o n-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...

    Continue Reading...

  • 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...

    Limit the length of ‘the_excerpt’ in WordPress

    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...

    Continue Reading...

  • 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...

    WordPress Migrate

    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...

    Continue Reading...

  • 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.css template_directory = http://example/home/wp/wp-content/themes/parent-theme template_url = http://example/home/wp/wp-content/themes/parent-theme...

    WordPress bloginfo()

    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.css template_directory = http://example/home/wp/wp-content/themes/parent-theme template_url = http://example/home/wp/wp-content/themes/parent-theme...

    Continue Reading...

  • 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

    How to Add Footer Widgets to a WordPress Theme

    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

    Continue Reading...

  • 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…

    Fancybox for WordPress

    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…

    Continue Reading...

  • 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 = 12M

    WordPress – How to Increase Maximum upload file size: 2MB

    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 = 12M

    Continue Reading...