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
Recent Comments