Archive for the 'Weblogs' Category

Download Free Blogger App For Android Mobile Platform

February 8th, 2011

In order to expand its free weblog publishing tool to Android platform, the world’s search giant, Google has released a new Blogger Android app for blogger users to write blog post directly from their Android based smartphones at anytime and anywhere. Similar to its desktop version, the Blogger Android app allows the users to compose blog posts with pictures and labels. Besides that, it also able to save the posts as a draft for publish later and easily switch between multiple blogs.


Continue reading Download Free Blogger App For Android Mobile Platform » » »

List Child of a Parent Page in WordPress (Fix wp_list_pages child_of Not Working)

November 21st, 2010

wp_list_pages() template tag in WordPress is used to display a list of WordPress Pages as links, commonly in Sidebar or Header. One of the parameters of wp_list_pages() is child_of, which supposedly restrict and force the tag to display the sub-pages (including direct descendants and recurring grandchildren) of a single Page only based on the ID integer value of the Page specified, where the value 0 (default) displays all Pages.

Continue reading List Child of a Parent Page in WordPress (Fix wp_list_pages child_of Not Working) » » »

How to Get Author ID and User Profile Outside WordPress Loop

November 21st, 2010

Each and every blog posts and pages in WordPress is written by a author or blogger, and hence has an author ID associated with it. Within the loop, the_author_meta(‘ID’); (previously the_author_ID();) template tag and the_author(); or get_the_author(); functions can be used to retrieve, obtain or get the author ID and profile for further manipulation, though must be inside the loop of WordPress.

Continue reading How to Get Author ID and User Profile Outside WordPress Loop » » »

How to Disable the Please Moderate Comments Email from WordPress

November 19th, 2010

Every time, when there is a comment been held for moderation, an email message will be sent by WordPress to the post or page author with the title that resembles “[Blog Name] Please moderate: “Post Name or Page Title”.

Continue reading How to Disable the Please Moderate Comments Email from WordPress » » »

How to Disable and Remove Shortlink Link Rel Hook in WordPress Header

August 12th, 2010

Since WordPress 3.0, a new feature has been added to the WordPress core which supports shortlink. Short link, is the shorten version of URL for the web pages, where a SEO-friendly URL link with many keywords or terms been shorted to just a few characters after the domain name in URL.

Continue reading How to Disable and Remove Shortlink Link Rel Hook in WordPress Header » » »

How to Enable Multi-Site and Multi-Blog on WordPress 3.0

June 25th, 2010

One of the main feature in WordPress 3.0 is merging of the core of WordPress blogging engine and WordPress MU (WPMU), which is used to enable and support multi-user and multi-blog on a single WordPress installation. With the merging and integration of WP-MU and WordPress, the ability to create and run more than one or multiple blogs from one WordPress installation is now built-in by default.

Continue reading How to Enable Multi-Site and Multi-Blog on WordPress 3.0 » » »

Download WordPress 3.0 Final with Twenty Ten New Theme

June 18th, 2010

WordPress developers have released WordPress 3.0, codenamed Thelonious, is the thirteenth major release of WordPress blogging and CMS (content management system) platform. It’s also the first major release of WordPress since version 2.9, which was released almost half an year ago.

Continue reading Download WordPress 3.0 Final with Twenty Ten New Theme » » »

WordPress Editor Jumps Up to Top or Beginning of Text in IE8

April 10th, 2010

When composing a new or edit existing post or page in WordPress editor using IE8 (Internet Explorer 8) , the edit post or edit page box may jumps or moves to the top or the beginning of the text frequently. The symptom is especially obvious when WordPress users are writing or editing a long article.

Continue reading WordPress Editor Jumps Up to Top or Beginning of Text in IE8 » » »