Tag: wp
How to center marker with Pronamic Google Maps plugin for WordPress
We have World map viewed as default map when Google Maps loaded in the website, now we want to make marker centered on the map. Put the following JavaScript code snippet below Google Maps mashup code Change latitude and logitude to your location
How to show World Map as default view using Pronamic Google Maps plugin for WordPress
Pronamic Google Maps plugin is the best WordPress plugin for Google Maps “With this plugin a user can easily add location (latitude, longitude) meta data to a page, post or a custom post type. This plugin adds a meta box with an Google Map to the post editor. Users can easily drag and drop a…
How to fix “people who bought this item also bought” no image error in wp e-commerce
Cross Sales is a feature under WP E-Commerce . You can find this under Store Settings > Marketing. An user will see what other people bought with regard to the current product being displayed. Upon activating it though, an error, “NO IMAGE” default thumbnail under that category which does not display the thumbnails properly. To fix…
How to add a WordPress shortcode outside of the post editor or PHP templates
Shortcodes were introduced back in WordPress 2.5. Shortcodes are for creating macros to be use in a posts. For instance, the following shortcode (in the post/page content) would add a photo gallery into the page: [ gallery ] If you want to use that shortcode outside of the WordPress post or page editor or PHP…
How to Fix WordPress Maintenance Mode
“Briefly Unavailable for Scheduled Maintenance. Check back in a minute.” This error warning got highlighted on all blog pages and WordPress admin as the site became inaccessible when we are doing Automatic Upgrade. There was no way to get access to the site or WordPress Admin. When WordPress autoupgrades, it inserts a .maintenance file in…
Remove WordPress Revisions
WordPress Posts Revisions are useful especially in the case of a multi author blog. However, There is a cost to having all these saved revisions of your posts in the aspect of database entries. Instead of having a single MySQL database record for your post you will have multiple records for each post therefore increasing…