If you are getting lot of 404 and soft 404 in Google webmaster tools, you can add this snippet to remove WordPress Post image links to solve. There are many weblogs, question answer forums tried to provide a snippet which works for all Theme Frameworks - including Genesis, Thesis, Woo and practically all, but most either never works or stops working after a version update of WordPress. Our Snippet … [Read more...]
Wordpress Weblogs tips
Great tips and tricks for fellow bloggers, either using Google Blogger or WordPress Blog. Search Engine Optimization is advised by Google to rightly focus Unique Content.
RESTful API for WordPress to Enable Public HTTP GET Request for Posts
RESTful API for WordPress Can Enable Many Features to a Website Like We Can Fetch Data for Facebook Page from Widget via HTTP GET Request. Previously, we explained Why Your Cloud Based App Needs API and if you are not sure what is REST API or Representational State Transfer API, you must read the linked article first. We have a nice tool named CocoaRestClient which can test your App™s response. As … [Read more...]
Advantages and Disadvantages of wp enqueue script Function
When we are talking about end users' usage for adding custom CSS, Js files via wp enqueue script Function, it has advantages and disadvantages. It is not that wp enqueue script Function is always great for better Page Speed or practical handling. Basically the PHP echo function can also be used for adding any script at any place - header, footer, body etc. The PHP echo function to the less techie … [Read more...]
Detect Malicious Code in WordPress Themes and Plugins
It is Quite Important To Detect Malicious Code in WordPress Themes and Plugins and Possibly For This Reason, You Should Not Use Nulled One. Hackers are dangerous. Official WordPress repository too, not very trustable these days of PRISM. It is possible to perform an URL Hijack via 302 redirection just like described for the malicious method performed via Tracback. Let us discuss some points on … [Read more...]
Writing Blog After 7 days in the Past 5 Years!
Yes, after seven days of abstinence for technical upgrade, again writing blog grows some experience which are not harmful to learn! Have you noticed the page loading speed now versus before (if you are an existing free client aka Newsletter Subscriber of this website) ? The design will look same, but it is somewhat "smoother", no? Actually we did a lot of changes - both for the frontend of this … [Read more...]
Google Tag Manager : Manage Site’s Tracking and Marketing
Google Tag Manager tags your website for tracking and marketing optimization. You can use for AdWords, Analytics, Floodlight instead of editing all codes. Today, it is important to understand the practical fact - a serious blog website is also a "seller's website". If you are using certain services like Google AdSense, quality of the content offered, along with specificity becoming more and more … [Read more...]
jQuery ScrollTo and Custom Tables in WordPress Posts
jQuery ScrollTo and JQuery Local Scroll are JQuery Plugins (means simple Js which needed to be included in WordPress HTML Header) can make excellent effects in longer, bigger posts and adds a better accessibility. So, first one should know, what is JQuery. A developer not require to know what is JQuery, but an average on-IT user might get interest. Keep in mind - we are using latest WordPress and … [Read more...]
List All URLs of Published Posts and Pages in WordPress
List all URLs of publiswayhed posts and pages in WordPress in a convenient way - this URLs are the public URLs and intended for SEO, Promotion with AdWords etc. After 3 years or so, an informative website like the one gradually get "aged" and the needs to promote, organize, properly backlink, redesigning becomes an important work. The SEO part or AdWords management are separate topic, what we want … [Read more...]
Moving Author Name Above Post Title in Genesis
Moving author name above post title in Genesis HTML5 themes only two lines to be added on functions.Php file. Here is how to get author name above post title. We usually have absolutely no support for Paid Themes. This article is published on request from a regular after failure for few times. Apart from the coding, we have explained why moving author name above post title is … [Read more...]
6 Tips for Google Analytics
6 Tips for Google Analytics is here for you to help you to improve and refine your analysis for SEO, your web marketing strategy and usability of your site. Google Analytics is a statistical tool which is relatively widespread and popular among the web-masters. The reason for this popularity is simple: the tool is free and effective. This is not necessarily the best or most suitable for each … [Read more...]
Remove 3rd Party URLs Added By WordPress Plugins
Remove 3rd Party URLs Added By WordPress Plugins by a Bit Manual Searching on the Source Codes of the Plugins for Better on Page SEO. Here is Some Examples. We highly recommend to check the PHP, XSL, HTML etc. files included in the Plugin's folder which might attribute to free dofollow link donation towards the other bloggers' website. Sometimes Google Analytics code is also added in some Plugins … [Read more...]