Hide Post’s Published Date

Sandeep Kumar Mishra
Flippercode
in Blog Posts
June 3, 2020
5 min read

Add/Edit/Delete a Cron Job in WordPress

Comments(0)
Cron is used when WordPress deals with scheduled activities.The word cron originate from time base work schedule in Unix .wordpress utilize cron for a number of operations.These planned jobs consist of checking for the latest version for WordPress, looking for the theme as well as plugins updates and also publishing scheduled article. One of many typical myths regarding cron in WordPress is usually that cron is consistently functioning searching to get jobs to perform, this really isn’t the case. Cron is function whenever a front end or admin page is loaded on the website.Each time a page is required, WordPress tests if…
Categories: WordPress
Tags: Cron Job

Consider things to Choose your WordPress Theme for a New Site

Comments(0)
There is no doubt that WordPress is one of the best content management systems of choice. One of the things that contributed to it becoming a web platform of choice is its wide array of themes available, which are ready to build a website’s look and feel. When you plan to create a new site, how do you choose the right theme for the site that installs hassle-free and doesn’t slow on performance? WordPress themes are available in two categories; the out of the box and customized themes. The out of box themes come packaged with WordPress software releases. The…
Categories: Technology, Website, WordPress
Tags: WordPress Development, WordPress Themes

Essential Checklists Before Save Data in WordPress

Comments(0)
Save data in WordPress in a secure way to reduce SQL injections chances and increase the stability of your project. Using a few techniques we can make our WordPress plugin development very secure which we use in our every plugin development project at flippercode. Essential Checklist for Data Validation A checklist can be applied whenever you take one of the following action on your WordPress project. Use of add_post_meta or update_post_meta. Creating your own form to take input from users. Creating an options page for theme development. Adding a setting page for your plugin. Mainly 3 steps we take before…
Categories: WordPress
Tags: Data Validation, Nonce, User Permission

How to Add Bulk Addresses on your WordPress Website’s Map

Comments(0)
Suppose you are the owner of the product company and you have address and name of your customers who have purchased your product and now you want to show location of all customers on your website’s map .this can be done by using Geocoding process The process of converting any street addresses like (1103 North Washington, Beeville, TX  78102) into geographic coordinates (like latitude 28.074117 and longitude -97.793364) is called geocoding. You can use geo codes to place markers on a map or position the map. Now the question is how to find geocodes? You can find geocodes directly from Google…
Categories: WP Google Maps Pro
Tags: Location, Map