php
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) – Buddypress
I was trying experiment Buddy press on a new WordPress installation when I encountered this error. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) Initially, I thought this may be because of some plugin included in Buddy press and tried to uninstall it and then install again then realized [...]
WordPress – Sending Email with WP Mail SMTP
While setting up WordPress/Wamp on my windows machine, I had not configured the email settings. But later realized WordPress needs to send emails to the admin/authors/new users etc for various purposes and it is important to have this ability, specially, if you intend to have more than one user(s). By default, WordPress uses the PHP [...]
Best Content Management System (CMS) – Drupal, Joomla or WordPress?
How to choose between Joomla, Drupal and WordPress – Is there a best choice ? View more presentations from Marco Barbosa.
Using Page Templates – WordPress
WordPress allows you to create other pages like About Us or Contact Us page. These pages are different from regular posts as they are not part of set of posts you publish on your blog. They will not become part of post listing which comes on main page of your blog. WordPress provides creating pages [...]
Change headers for different pages – WordPress
Usually these are standard sections of any website and are not different for different pages but there can be a requirement of different header parts for different pages. The requirement can be of showing some pictorial information like different image in a section of header according to page. Coding this requirement in html pages is [...]
