Author: Subharanjan

  • Loading facebook social plugin into AJAX generated dynamic content. [Solved]

    To include Facebook social plugins(ex: Facebook Comments http://developers.facebook.com/docs/reference/plugins/comments/) into our site, we use some java-script and some HTML structure provided by facebook. It works fine until you have AJAXified your pages. If your site refreshes each page on each request then facebook social plugins work perfect. Problem occurs when the HTML structure is loaded via…

  • List of parameters that can be pass through WP_Query constructor to create a new query object in wordpress

    WP_Query – the heart of wordpress is nothing but a class defined to fetch data from DB and make global objects that can be used in wordpress. To create a new wordpress query object we can pass the parameters accordingly and get the required data. Here is a list of parameters with description in one…

  • WordPress 3.4 upgradation creates new problems, issues !!

    WordPress 3.4 upgradation creates new problems, issues !!

    Now that WordPress 3.4 Green is out, everybody can see a upgrade notification on the top of admin backend. Before clicking that link for auto update, let’s see some of the problems, bugs, issues those are reported by users who has already upgraded. If you Google a bit, you can find that: Header problems after…

  • [Solved] latin1_swedish_ci collation by default in PhpMyadmin to “utf8_general_ci”

    After upgrading to PhpMyAdmin version: 3.4.5 (which comes in XAMPP 1.7.7-VC9), I noticed that the default collation of MySql is set to “latin1_swedish_ci”.Due to this, whenever a new database is created using phpMyAdmin, it sets the collation as latin1_swedish_ci by default(there will be no problem due this though). We can change this to “utf8_general_ci” /…

  • Remove or override functions attached to a specified filter hook

    There are situations when a plugin/theme use some filter hooks to change the default behaviour of the wordpress functionality and then forgets to remove the change they have applied or sometimes intentionaly because of such requirement. But this affects all over the website and causes problem, where as we want to use the default behaviour…

  • Wordcamp 2012 at Cuttack, Odisha

    WordCamp Cuttack, Odisha, India, where enthusiasts will discuss development (core, plugins, themes), business models, the art of blogging and other matters related to WordPress. It also going to feature a workshop, designed for WordPress newbies, who have little or no knowledge of WordPress. This is the opportunity to learn from highly acclaimed WordPress geeks. So…

  • Category wise products display in WP E-Commerce products page

    WP E-Commerce displays all the products from all the categories in the default products page which uses the template file: wpsc-products_page.php for displaying. There are situations when we have product categories, under each category we have different products. Now we have to display all the products grouped by product-categories. Like: Product-Category#1 – Product #1 –…

  • How to display profile image in google search

    May be you want to display your google profile image next to the search result for your blogs in Google search. If you google something, you can see some small images next to the search results. These are nothing but the google profile images of the blog authors. When you see that photo show up…