WordPress Archive
-
Enable $_SESSION in WordPress
Posted on 8th Aug 2011 | No Commentshttp://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... -
Limit the length of ‘the_excerpt’ in WordPress
Posted on 3rd Aug 2011 | No CommentsBrilliant 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... -
WordPress bloginfo()
Posted on 20th May 2011 | No Commentsname = 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... -
Fancybox for WordPress
Posted on 23rd Apr 2011 | No CommentsThis 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… -
WordPress – How to Increase Maximum upload file size: 2MB
Posted on 30th Mar 2011 | No CommentsI 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






