Useful tips for everyday
How to show next and prev links in WordPress? Retrieve the first/last post, rather than the previous/next post (for First|Previous|Next|Last navigation links). Display post thumbnails…
How do you implement bootstrap tour? Setup your tour: // Instance the tour var tour = new Tour({ steps: [ { element: “#my-element”, title: “Title…
How can I post a form without refreshing the page? Submit a Form Without Page Refresh Using jQuery Build the HTML Form. Let’s take a…
Can you edit a post once its posted? Click the 3 dots on the top right of your post. Hit the “Edit” button. Go ahead…
How do you use remove function? The remove() method takes a single element as an argument and removes it from the list. If the element…
When should you preprocess data? It is a data mining technique that transforms raw data into an understandable format. Raw data(real world data) is always…
How do I make pictures load faster on my website? 10 Ways to Make Your Website Load Faster Implement your own content delivery network (CDN).…
How do I change the config file in WordPress? Simply right click on the file and then select download from the menu. Your FTP client…
Can I delete WP-config php? Remember not to delete the wp-config. php file in the html folder of your site server. You can safely delete…
What are the concepts of the WordPress REST API? Each of these concepts play a crucial role in understanding, using, and extending the WordPress REST…