Twitter has released a new service called Blackbird Pie that provides you with the HTML code to embed a single static tweet into a website or blog. In what has become tradition for Twitter, the feature is so popular upon release that it crashes when users attempt to generate the static code. For an example [...]
New WordPress website has been indexed by Google while the archive pages go beyond homepage in ranking, how does this happen? The problem is there are many internal links on archive pages, which gives archive pages more weight in SERP, then how to avoid this search engine unfriendly issue? Thanks to the powerful filter of [...]
By default, the URLs in the comments are click-able, and the attribute rel=”nofollow” will be automatically added to the links, nevertheless, this cannot prevent geeks from spamming, then how to solve this problem completely? The solution is very easy, just add the following function to functions.php under the current theme. remove_filter(’comment_text’, ‘make_clickable’, 9);
Permanent Static Linking is widely used in WordPress, for instance: http://www.your-domain.com/%post_id%/ – use entry ID http://www.your-domain/%year%/%monthnum%/%post_id%/ – use date and entry ID However, one issue occurs, the non-sequential entry ID, 2 entries published sequentially may have IDs 300 and 312, obviously we would like the entry ID of entries sequential, now let’s take a look [...]
Obviously it will take longer for blogs to load as more and more plug-ins are installed into WordPress, then how to solve this issue? Now let’s take a look at how to achieve the functionality as plug-ins do manually. As a simple and easily-used WordPress plug-in, All-in-one SEO enables users to optimize websites basically, however, [...]
You may learn from BPOVIA Web Design and Maintenance Service Chain that SEO is included in BPOVIA web design & maintenance, well, I don’t think it is necessary to talk about the necessity of SEO, especially in the circumstances that usually you may need to compete over 1 million websites by accident. Here an engineer [...]
Recent Comments