InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

How to implement breadcrumbs in WordPress website?

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

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.

Loading all WordPress posts having or not having a custom meta field

Arvind KumarWordPressLeave a Comment on Loading all WordPress posts having or not having a custom meta field
wordpress logo

In a scenario one would like to create a custom meta key value pair for a post and save some value into it. Assume of an existing blog with hundred of posts which you want to add a custom field.…

Read More→

Controlling rel canonical tag in WordPress

Arvind KumarWordPressLeave a Comment on Controlling rel canonical tag in WordPress
wordpress logo

I used a forum plugin in wordpress. This plugin provides a shortcode which is placed on a page. Once place this single page is used to shows forum home page, forum category pages and topics pages as well. For the…

Read More→

What is involved in SEO for a website?

Arvind KumarSEOLeave a Comment on What is involved in SEO for a website?
What-is-involved-in-SEO-for-a-website

Steps involved in SEO This is a widely asked question. What are the steps involved in SEO for a website. What a website owner has to do or should get done while doing SEO or Search Engine Optimization of his/her…

Read More→

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

Arvind KumarLinuxLeave 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.

PHP – Fix apostrophe(‘) converting to entity &#039 in csv export

Arvind KumarPHPLeave a Comment on PHP – Fix apostrophe(‘) converting to entity &#039 in csv export

1) If you read a .csv file for download: use \xEF\xBB\xBF after headers and just before you echo file data. For example: echo “\xEF\xBB\xBF”; // UTF-8 BOM readfile($file); 2) If you echo per line use htmlspecialchars_decode to covert single and…

Read More→

How to add an option to WordPress general settings

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:

Setting content headers to send WordPress HTML email

Arvind KumarWordPressLeave a Comment on Setting content headers to send WordPress HTML email
wordpress logo

Just paste the following code snippet to your functions.php file of your current theme. It will force all emails to be sent in HTML format. [php]function set_html_content_type() { return ‘text/html’; } add_filter( ‘wp_mail_content_type’, ‘set_html_content_type’ );[/php] If you want to set…

Read More→

How to change WordPress default FROM name & email address

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→

Posts navigation

Previous 1 … 30 31 32 … 53 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to Create a Simple Form and Handle Form Data in PHP
  • How to Connect PHP with MySQL Database
  • The Role of $wpdb for Custom Queries in WordPress
  • React Context API vs. Redux: Which One Should You Use?
  • Build Reusable Components in React

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram