WordPress Change logo on wp-login page

WordPress Change logo on wp-login page

If you want to change default wordpress logo on the wp-login.php page then you can change wordpress logo by your logo by just adding following lines in your theme’s function php files.

wordpress alternate colors to page links

wordpress alternate colors to page links

Using following code you can apply two colors alternatively to the page links. just edit the colors to apply different styles.

WordPress Display Author page link

WordPress Display Author page link

Following code is used to create authors page link without displaying the author name publicly. You have to use this code inside wordpress the_loop. <?php $user_info = get_the_author_meta(‘user_nicename’,$post->post_author); $author_url=get_author_posts_url($post->post_author,$user_info); ?> <p><a href="<?php echo $author_url; ?>" title="View All posts By this author">View All posts By this author</a></p>

Jquery sort / order table data

Jquery sort / order table data

This plugin allows you to animatedly sort a table based on a column’s <td>s, or on the content/value of a child/descendant element within those <td>s. The various <td>s fly to their new homes, giving a nice effect. It also supports sorting on REGEXP matches. You can also control whether row relationships are maintained, whether it [...]