WordPress

tutorials, tips and tricks to learn about WordPress

wordpress-logon-screen

Changing link & title for WordPress custom logo

Here’s how to change the link & title attributes for the custom logo that we have already customized in WordPress log-in screen. You just have to copy the desired function code, and paste it in your WordPress theme’s functions.php file: //Custom Login URL function custom_login_url(){ echo bloginfo(‘url’); } add_filter(‘login_headerurl’, ‘custom_login_url’); //Custom Login Title function custom_login_title() […]

Changing link & title for WordPress custom logo Read More »

Removing WordPress MU Post HTML/JavaScript filter

Today, I spend almost 3 hours to find out a way to remove boring WPMU(WordPress Multi Users)’s post html tags filtering. I love the javascripts coz of their functionality and that’s why I used them many times in my previous WordPress install but since shifting to WordPress multiuser, I have been missing javascripts. I searched

Removing WordPress MU Post HTML/JavaScript filter Read More »

Showing category specific wordpress posts

Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a query_posts functions which refer to specific category ID numbers from your database. Example: <?php query_posts(‘showposts=1&cat=4’); ?> You will need to change them to reflect the ID numbers in your

Showing category specific wordpress posts Read More »

Showing category specific WordPress posts

Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a query_posts functions which refer to specific category ID numbers from your database. Example: <?php query_posts(‘showposts=1&cat=4’); ?> You will need to change them to reflect the ID numbers in your

Showing category specific WordPress posts Read More »

List of all Ping Services

This is a comprehensive list of the ping services available to automatically notify blog directories and search engines about the updates to your blog. Following are the 69 ping services which increases the chances of receiving traffic from those sources. WordPress users can modify their ping list on the Control Panel>Options>Writing. http://1470.net/api/ping http://api.feedster.com/ping http://api.moreover.com/ping http://api.moreover.com/RPC2

List of all Ping Services Read More »