Posts Tagged ‘Wordpress’
wordpress-thumbnail-logo

Separate WordPress Posts with an Image

For a lot of us, transitioning from one post to another can be difficult to do.  I try to do it with a Post Thumbnail, but it just seems like it is missing something.  There is an easy way you can separate posts with a separa...



wordpress-thumbnail-logo

Add a Custom Logo to the WordPress Login Screen

There are many things about WordPress that make life easy… and a few that are a real pain in the butt.  One of the pains is the login form’s logo and url.  If you are like me, you want to brand your sites and doin...



wordpress-thumbnail-logo

Delaying your WordPress RSS Feed

I can’t tell you how many times I have written an article, hit publish, then realized that I made some mistakes.  It doesn’t matter how much I proofread a post, it happens all the time.  With that, our readers get...



wordpress-thumbnail-logo

Removing a Category From Your Feed in WordPress

If you run your site on WordPress and using it as a content management system, you may have realized that there are categories of posts that you don’t want published on your feed.  There is no easy way to do this through...



wordpress-thumbnail-logo

Limiting the Length of an Excerpt in WordPress

In WordPress, there are two ways to display a summary of a post that I have found so far.  Depending on your scenario you can use either php the_content(‘Read more…’); ?>  or . I usually end up using both...



wordpress-thumbnail-logo

Filtering Comments in WordPress: Removing trackbacks and pingbacks from posts

As WordPress becomes more popular in the Web Designer circles (is that possible?), many of the functions we are looking for are simply not integrated by default.  One of the functions I searched for for a long time was a way t...