Categories

Saturday, April 20, 2024
#919814419350 therichposts@gmail.com
Wordpress Tricks

Top Seven WordPress Development Rules for quality work

How to add custom meta title and meta description in Wordpress?

Top Seven Wordpress Development Rules for quality work

Hello, welcome to therichpost.com. In this post, I will tell you Top Seven WordPress Development Rules for quality work. WordPress is the best cms.
In this post, I am going to share my personal tips for WordPress development.

Here are the Top Seven WordPress Development Rules for quality work:

1. Always use child theme for coding(secure your valuable code) instead of main theme.

2. Use Hooks rather than editing in plugin files.

3. Use Visual Composer for better responsive.

4. Use proper commenting for better code understanding.

5. Use wp_enqueue_scripts to properly add javaScripts and styles rather than adding in header and footer files.

6. Avoid to use inline styles.

7. Use only Standard Media Query Breakpoints like:
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

There are so many tricks in wordpress and I will let you know all. Please do comment if you any query related to this post. Thank you. Therichpost.com

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.