InimistTech Blogs

Web & Mobile App Tech Weblog

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

Tag: wordpress

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→

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→

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→

WordPress + Web.config “not found” error on home page

Arvind KumarWordPressLeave a Comment on WordPress + Web.config “not found” error on home page
wordpress logo

I was trying to setup wordpress on IIS when i faced this problem. I placed a web.config file with given xml code and pretty urls (permalinks) worked fine on all page except the home page. Home page gave a Not…

Read More→

How to edit a page in WordPress

Arvind KumarWordPressLeave a Comment on How to edit a page in WordPress
wordpress logo

Quick notes on how to change text from back end in WordPress. This may make newbie in WordPress to be able to edit a page text. Login to WordPress CMS back-end by suffixing /wp-admin/ to your website address.. For example…

Read More→

How to open a WordPress menu child link in new window with jQuery

Arvind KumarjQuery, WordPressLeave a Comment on How to open a WordPress menu child link in new window with jQuery

Following is the example code for how to open a WordPress menu child link in new window with jQuery.

How to open a wordpress menu link in new tab

Arvind KumarWordPress2 Comments on How to open a wordpress menu link in new tab

I will show you how to make a wordpress menu link open in new browser tab. Open a Menus in WordPress Admin Section > Appearance tab.

Resize image using Advanced Settings tab in WordPress Image Editor

Arvind KumarWordPressLeave a Comment on Resize image using Advanced Settings tab in WordPress Image Editor
Image Edit Propotional Dimensions Wordpress Editor

I literally overlooked this very useful option till now. So.. you can re-size image to your desired dimension by clicking those 60%, 70% tabs as shown in the figure below. hmm!

Posts navigation

Previous 1 2 3 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide
  • Introduction to Node.js for Beginners
  • How to Modify WooCommerce Templates

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