. : May 9, 2015 : .
Text-Gradiator: Put Gradients on Your Text
Maybe I’m weird, but I kind of like the way gradients look on text. Don’t you? I mean, when it’s done right, of course! It’s pretty easy to do in CSS for webkit browsers: You’ll end up with something looking like this: Hooray for webkit browsers! I applaud their grooviness. Now, let’s see what happens…
. : April 25, 2015 : .
Making a template with a meta box for a WordPress theme
When customizing a WordPress theme, it’s important to allow your theme’s users to override the defaults. For example, you might be making a template for a contact page. You want to allow people to customize the placeholder text in the inputs, text areas and confirmation/error messages. You’ll need to display the default text to them in the admin screen,…
. : April 21, 2015 : .
How to display the categories of a post in WordPress
Let’s say you write about a variety of topics. Wouldn’t it be a good idea to organize your content by topic? For example, you might have a cooking blog. Your site’s visitors might expect to see your content organized in categories like so: Salads Soups Pastas Appetizers Desserts This would make it easier for your site’s visitors…