180+ Free Social Media Icon Sets

Image for 180+ Social Media Icon Sets

Regardless of the size of your blog you should absolutely have links to your RSS feed as well as your Twitter profile, Facebook page, YouTube channel and any other social media you may choose to use. I’ve accumulated a list of more than 180 sets of social media icons! Check ‘em out and find some that work for you! Want something custom to set your ...

Read More!

New And Improved Thesis Numbered Page Navigation

numbered

A while back I wrote a tutorial over at Art of Blog explaining how to set up numbered page navigation for Thesis without using a plugin. While the code in that post is serviceable, it needs to be updated. If you are filtering any posts from your homepage, using custom templates, or using any custom taxonomy pages then the numbered nav gets a bit buggy. ...

Read More!

Two Useful Edits For Thesis Excerpts

Post Image for Two Useful Edits For Thesis Excerpts

Thesis offers you a ton of options for using excerpts. The problem is, you can’t control the length and this ugly “...” shows up at the end. Let’s get that under control. Removing The Elipses This is pretty simple. All we are going to do is use a filter that singles out the “...” and replaces it with nothing. Just copy and paste this code ...

Read More!

How to Create a WordPress Function

functions

I’ve seen a ton of tutorials for creating WordPress functions. The thing is, most of them are over-complicated garbage that are really only understandable to people who already know how to write functions. What’s the point in that? Let me show you a simple 4 step process to get this crap under control. What is a WordPress Function? Actually, functions aren’t anything unique to WordPress. ...

Read More!

The Obligatory Plugin Rant

Post Image for The Obligatory Plugin Rant

Not all WordPress plugins are created equal. There are some plugins, loved and used by many, that are absolutely horrific in terms of your site’s performance. Conversely, there are plugins that virtually no one uses that are absolutely fan-damn-tastic. With that said, unfortunately most plugins fall into the former category rather than the latter. The Down Low on Plugins So, here a few golden rules ...

Read More!

Create An HTML Link

link

Creating html links, known as “hyperlinks”, is one of the most basic elements of web design. It is extremely simple. Just use the basic code below and fill in the link URL and the text of your link in the indicated: <a href=”[ LINK URL ]“>[ LINK TEXT ]</a>

Read More!
  • Page 3 of 4
  • 1
  • 2
  • 3
  • 4