Take Image Links Off of Images in WordPress Page

Ever since I started using WordPress, I have been confused as to why it automatically puts in a link to image files in your post/page. Sure, you can insert the image and then click on the little text tab to take out the link. The only problem is that you have to do this every […]


Custom WordPress excerpt sizes

WordPress has always made me scratch my head when it came to the excerpt. I mean, its great to be able to insert your “the_excerpt();” php code into your loop and have everything show up all nice. The default excerpt comes out at 55 characters. That seems alright to me for a list of your blogs. […]


Make YouTube Background Video

I had a task of creating a background video. I have only done this by using the actual < video > tag and displaying the MP4 file video. This is not that difficult of a task because you have much control over the display of the video. That was just too simple though. I then […]


Search only posts

I make a lot of sites that have blogs and I enjoy all of the abilities that WordPress has for finding specific posts. The search option is one of my favorites. However, by default, the search option searches all pages and posts. That isn’t a very good UX (User Experience) when they are specifically in […]