Ali Qureshi’s Blog

Include & Display Custom Post Type Records under Categories Posts Listing in WordPress

Tags:

Using WordPress, if you create Custom Post Type and while adding records you also post them under standard Posts Categories or Sub categories, they won’t appear under the listing of those categories standard posts. To resolve this and include Custom Post Type records in the categories listing, add the following code in your theme functions.php [...]

Read More»

What is Facebook Third Party ID and How to Get it using Graph API

To get the Facebook Third Party ID for your app Facebook user, try the following code using Graph AP[...]

Read More»

WordPress Custom Post Types – Best Plugin for the Job and How to Set it Up

WordPress 3.x comes with the ability to create Custom Post Types and which makes it very simple for [...]

Read More»

New Topic Email Notifications to Every Member in Mingle Forum WordPress Plugin

mingle-forum-updateMingle Forum is very useful WordPress Plugin that allows you to quickly put a Forum on your WordPres[...]

Read More»

Enable Auto Update for WordPress Plugins and Core Files without FTP, FTPS or SSH2

When using the auto update feature to update wordpress to the newest version or to update your plugi[...]

Read More»

Automatic Subscription for New Topic or Posting Comment to Get Email Notifications in Mingle Forum WordPress Plugin

Mingle Forum is very useful WordPress Plugin that allows you to quickly put a Forum on your WordPres[...]

Read More»

Installing libphp2 for PHP over Joyent SmartMachine Server

On a Joyent server, I needed to install the libphp2 for PHP on SmartMachine so that WordPress can us[...]

Read More»

Get URL Hash Parameters & Values using JavaScript for PHP $_REQUEST

We all know that php can read the url values of query string variables using $_REQUEST but foi yuo n[...]

Read More»

Resolve WordPress wp-admin/edit.php Page 500 & 404 Error for Admin Posts Link

If you get WordPress page not found error or 500 internal server error for opening admin/edit.php Ad[...]

Read More»

Resolve Jquery Mobile Framework Zoomed Out Text and Font Size Problem on iPhone

While testing a jQuery Mobile Framework based web app on iPhone, I noticed iPhone displayed the web [...]

Read More»

Resolve jQuery & Prototype Conflict Using jQuery Mobile Framework

While working on jQuery Mobile Framework project, I had already used Prototype library for some feat[...]

Read More»

Adding rel Attribute to All Links for jQuery Mobile App Page Using jQuery

By default, jQuery Mobile framework html links that point to any other web page are loaded via Ajax [...]

Read More»

File Input Field & Uploading using jQuery Mobile Framework & Form Submission with AJAX Disabled

I implemented jQuery Mobile Framework in a mobile app recently which I had earlier developed with cu[...]

Read More»

Fix W3 Total Cache WordPress Plugin Error ‘Warning: Cannot modify header information – headers already sent’

Using W3 Total Cache , If you get following error: Warning: Cannot modify header information –[...]

Read More»

Adding “unsubscribe” Link in Interspire Email Marketer

Interspire Email Marketing Software is excellent tool to send email campaigns and tracking the Newsl[...]

Read More»

Downgrading From Firefox 5 to Firefox 4 for Google Toolbar & Incompatible Plugins

I stopped using Firefox sometime back when I accidentally upgraded to version 5.0 form 4.0.1 and reg[...]

Read More»

Get Session Name & Session ID in osCommerce Store

In osCommerce Store, if you ever need to get the session variable (osCsid) at any particular page or[...]

Read More»

Multiple External SWF Slideshow – Loading & Playing Mupltiple External SWFs in AS3 Flash Movie

I have previously posted several blog posts for loading external swf file and controlling its timeli[...]

Read More»

[AS3] Resolve Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

While working in Flash AS3, if you get the following error:   Error #2044: Unhandled IOErrorEve[...]

Read More»

Resolve Facebook “App temporarily unavailable Runtime errors” & FBJS Errors

If you are getting “App temporarily unavailable” FBJS errors like following on your Face[...]

Read More»

Displaying Global Configuration Settings Values in Joomla Website

To get and display the configurations settings values in any Joomla website, Joomla’s JFactory[...]

Read More»

[PHP] Copying Remote Image to Your Server over HTTP using cURL or GD

There are many ways to get the remote images to your server using PHP script, but I have found the f[...]

Read More»

Fix Facebook Application Error in FBML Canvas Apps: Empty Response Received

Recently, I was asked to debug one FBML Facebook app which was showing randomly this error. Usually,[...]

Read More»

Copying MySQL Database From One Server To Another Remote MySQL DB Server

Copying MySQL databases from one server to other remote machine is task every webmaster has to do ve[...]

Read More»

Error Uncompressing tar.gz file tar: Archive contains obsolescent base-64 headers

For transferring one website from one server to another, I had to take the backup. usually this is n[...]

Read More»