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

Tag: wordpress

Understanding WordPress Template Hierarchy

November 24, 2019November 25, 2019 Rashmi ThakurWordPressLeave a Comment on Understanding WordPress Template Hierarchy
wordpress logo

WordPress is the most used CMS that powers 30% websites over the internet! WordPress uses themes to control look and feel of a website. You can create new theme or a child theme by following simple instructions found here.

Adding custom css for the post editor view in WordPress

October 2, 2019October 3, 2019 Arvind KumarWordPress2 Comments on Adding custom css for the post editor view in WordPress

You should read this post in order to understand the methods to add custom css to WordPress admin end. In this post I will demonstrate how to add custom css styles which reflects within the Visual editor in WordPress.

How to create WordPress child theme

September 22, 2019October 7, 2019 Arvind KumarWordPress1 Comment on How to create WordPress child theme
wordpress logo

To customize look and feel of a WordPress website is easy. You may know that almost every WordPress website uses a ready-made theme or a custom theme. Most the times it is a ready-made theme which is free or paid.…

Read More→

Setting up folder permissions for WordPress on Amazon EC2 (Amazon Linux)

May 20, 2019May 20, 2019 Arvind KumarLinux/UnixLeave a Comment on Setting up folder permissions for WordPress on Amazon EC2 (Amazon Linux)

Are you facing file uploading errors or not able to install plugins or upload files through ftp to your EC2 installation of WordPress? Possibly folder permissions?? Read on.

PDF thumbnail generation in WordPress – You may not need a plugin!

August 2, 2017August 16, 2018 Arvind KumarWordPressLeave a Comment on PDF thumbnail generation in WordPress – You may not need a plugin!

I was working on a WordPress website in which I needed to create thumbnails from PDF file uploads. As I  work with WordPress less frequently these day I was not aware of an amazing update and fact about PDF thumbnail…

Read More→

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→

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

October 6, 2013October 6, 2013 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

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:

Setting content headers to send WordPress HTML email

May 28, 2013 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→

Posts navigation

1 2 3 Next

Recent Posts

  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
  • Introduction To Flexbox
Copyright © All rights reserved.
Blog Kit by WP Charms