Exclude Posts By Author

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

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

Publish on 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

How to Create a WordPress Plugin

Publish on Comments(0)
Sometimes a WordPress theme’s built- in features are not just enough to provide that needed look and feel to your WP blog. This is the time when you desire for a plugin that enriches your blog and makes it different from the rest. The very first thing you can do is to find some already created plugins in the WP repositories that fulfill your criteria. Otherwise, you can always create your own custom plugin referring this small post on coding standards for developing a well-structured WordPress plugin. WordPress Plugins are small programs developed in PHP with a set of functions…
Categories: Website, WordPress
Tags: Plugin Development, Plugins

How to fight-off Content Scraping in WordPress Blogs

Publish on Comments(0)
Original content on your WordPress blog can be a hotspot for content scrapers; it can end in a lot of SPAM sites within a short time. These are sites with stolen content and they may even end up outranking your original site. This really is frustrating to a website owner; seeing that someone is stealing your hard earned content without permission, making money from it, outranking you even wrongly making your site appear as SPAM, and stealing your visitors. Content scraping has grown to an alarming level today with huge sites easily stealing content from original owner’s sites. How Content…
Categories: WordPress
Tags: WordPress Blogs, WordPress Development

How to Fix Parsing the Package Problem – Android App Installation

Publish on Comments(0)
Are you getting “there is a problem parsing the package” message when trying to install an android application? Well, that’s because it is not verified from Google Play and you’re not downloading it from google play store but installing .apk from other source or directly copied on your handset. In this case, you have to enable the following settings to install it without any problem. Step 1- Go to device Settings(icon) menu Step 2- Tap on Security Step 3- Device administration Step 4- Unknown sources – Check mark Unknown Sources That’s all. A small post but might be helpful for…
Categories: Development, Idea
Tags: Creative, Development