Top 10 WordPress Responsive Themes 2012 In this round-up we have compiled some of the best free, responsive and minimal WordPress themes that have been released in this past year (2012). All work perfectly as is, but their real beauty is that they are a fanatstic foundation for further development. Balancing content with minimal layouts is [...]
1.) Discussion Top 10 Free WordPress Themes 2012 Discussion is one of those themes that you will either like or dislike. It is the polar opposite of Convention, in that it sets out to offer a completely unique design. As you can see from the above screenshot, the design is based upon a pin board, with each element [...]
History of the blog. Blogs are part of the World Wide Web since its creation. In the beginning they did not have a defined name, but their purpose was more or less the same as that of contemporary blogs. Here is a list of the first blogs: Dawn of Internet: Tim Berbers-Lee at CERN begins keeping [...]
Few days ago my in one of my WordPress project, Client wants to show user last login time. I tried much and found function get_user_meta() to get it. How to get user last login time in WordPress ? Past this functions in theme functions.php file. function wdg_get_last_login($user_id) { $last_login = get_user_meta($user_id, ‘last_login’, true); $date_format = [...]
If you want to move your installation form directory to top domain or one domain to another , you need to follow this setps. 1) Delete the content of the folder /var 2) Change the values of the file /app/etc/local.xml There you can find your connection string data (database user, host and name). 3) Once [...]
This plugin will help you to display Current Twitter Trends by Region.
As we increasingly depend on more and more social services, there rises the need to provide a simple way to let our website visitors to know what tranding now on Twitter. This plugin will help you to display Current Twitter Trends by Region on your WordPress Blog/Site.
Providing cross-browser compatibility on your blog / website theme, you must have to be able to detect the browser used by the visitor.
Browser Detection WordPress Plugin & Functions
Method : 1
By using this conditional comments. WordPress itself can detect client browser.
Go to Magento admin uder CMS > Static Blocks > Add New Block > Insert Block Title, Identifier (for example:block-id), set Status to Enabled, insert block Content and Save Block.
If you want to put your static block in left column open file /app/design/frontend/your_theme/your_theme/template/callouts/left_col.phtml and insert code below where you want the static block to apear:
Using select, insert, delete and update the record in magento site is very easy.
Following functions are helpful in magento site for database queries. You can also use this function outside magento environment with the help pf include “Mage.php” file form “app” folder like.
Before few days ago I was trying to make my client website newsletter subscription using ajax. I was searching a lot on web but did not get any good solution.
After all than i decided to code it my own way.Lets get start