Posted by & filed under WordPress.

It’s often useful to spruce up your RSS feed with images and the simplest way to do this is to include your post’s featured image in the feed content. Some themes have an option to enable this, but if yours does not then you can use this snippet. It will display the image to the

Continue reading →

Posted by & filed under WordPress.

You know, the one typically at yoursite.com/wp-login.php. These are things you would put in the active theme’s functions.php file. Change the Logo Is the WordPress logo by default, this changes the file path of that image. Change file path and file name to your own needs. function custom_login_logo() { echo ‘<style type=”text/css”>h1 a { background:

Continue reading →

Posted by & filed under WordPress.

Make your WordPress version tag hidden. Put in functions.php file in your theme: remove_action(‘wp_head’, ‘wp_generator’);