DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Tag: How to

How to Change the Default Media Upload Location in WordPress 3.5+

August 17, 2014September 19, 2014 Arvind KumarWordPress1 Comment on How to Change the Default Media Upload Location in WordPress 3.5+
wordpress logo

Changes to Media Uploader in WordPress 3.5 were perhaps the most significant changes in that release. Another important change was the removal of Settings » Miscellaneous section where there was an option to change the default upload directory and an…

Read More→

How to implement breadcrumbs in WordPress website?

November 24, 2013September 19, 2014 Arvind KumarWordPressLeave a Comment on How to implement breadcrumbs in WordPress website?
breadcrumb-arrow

Breadcrumbs in WordPress website In order to enhance user experience and site usability using breadcrumbs is an important factor. For SEO perspective it may contribute and benefit in a good way if used on website pages. Assume that a user…

Read More→

How to import Gmail contacts to Microsoft Outlook

October 10, 2013September 19, 2014 Arvind KumarInternet, WindowsLeave a Comment on How to import Gmail contacts to Microsoft Outlook

Following simple steps one can import Gmail contacts to Microsoft Outlook. Here’s the steps. 1. After logging into Gmail account go to (dashboard) Gmail > Contacts as shown in the image below.

How to increase the number of Courier-IMAP connections on Centos, Linux

August 15, 2013September 19, 2014 Arvind KumarLinux/UnixLeave a Comment on How to increase the number of Courier-IMAP connections on Centos, Linux
How-to-increase-the-number-of-Courier-IMAP-connections-on-Centos,-Linux

This article applies to you if you are seeing this message when accessing your email: ERROR: Unable to connect to your IMAP server. You may have exceeded the maximum number of connections to this server.

How to add an option to WordPress general settings

May 30, 2013September 19, 2014 Arvind KumarWordPressLeave a Comment on How to add an option to WordPress general settings
wordpress logo

How to add an option to wordpress general settings page i.e. /wp-admin/options-general.php? The dirty way. Put the following snippet in functions.php file:

How to change WordPress default FROM name & email address

May 28, 2013September 19, 2014 Arvind KumarWordPressLeave a Comment on How to change WordPress default FROM name & email address

Paste the following code into functions.php file of your in-use theme. Don’t forget to put the desired email address in new_mail_from function(line 5) and desired name in new_mail_from_name function (line 8). If you do not know how to do it…

Read More→

How to Fix the “URL is Unreachable” Error in Facebook Comments

May 7, 2013September 19, 2014 Arvind KumarWordPressLeave a Comment on How to Fix the “URL is Unreachable” Error in Facebook Comments
wordpress logo

Recently, i have been setting up the Facebook Comments plugin on my client’s server. Before trying it on live server i tried to set it up on my development server. It looked to work but with a error “Warning: http://coolum.inimist.com/?p=1 is unreachable.“ where…

Read More→

How to know whether an element existed with jQuery

April 2, 2013September 19, 2014 Arvind KumarjQueryLeave a Comment on How to know whether an element existed with jQuery

For the reference. In general javascript we can check for the existence of an element using the method below: if(document.getElementById(‘element_id’)) { //element exists } else { //element does not exist }

How to set IPN Notification url of Paypal

March 6, 2013September 19, 2014 Arvind KumarInternetLeave a Comment on How to set IPN Notification url of Paypal

Following a brief note on ‘how to set IPN Notification url of Paypal’.

How to get current category id in Woocommerce?

March 5, 2013September 19, 2014 Arvind KumarWordPress7 Comments on How to get current category id in Woocommerce?
woo commerce icon

How to get current category id in a template or theme functions file while using Woocommerce. In fact not only using Woocommerce but this method can be used to get the category object and subsequently the ID in normal category…

Read More→

Posts navigation

1 2 Next

Recent Posts

  • Sending Laravel Notifications Email to Single Email Address
  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
Copyright © All rights reserved.
Blog Kit by WP Charms