Search the blog
Connect with me
-
Recent Posts
Popular Posts
- Create a custom Twitter widget for your website
- Custom Twitter feeds for your website
- 2 ways to make a sidebar extend to the bottom of its container
- WordPress: Displaying your latest blog post on a static page
- Adding Custom Panels to Interspire Shopping Cart Templates
- How to make a sidebar extend to the entire height of its container
Daily Popular
My Favorite Blogs:
Categories
Tag Archives: blog
New post at bizchickblogs.com: Making the Most of Your WordPress Blog’s Sidebar
Today I published my latest post for bizchickblogs.com – Making the Most of Your WordPress Blog’s Sidebar. The post covers 3 important reasons why the sidebar is an important area of any blog, one of the biggest mistakes bloggers should … Continue reading
Tags: bizchickblogs, blog, blogging, plugins, wordpress
WordPress: How to change the length of blog post excerpts
Here is the line of code that I use to change the default length (55 words) of excerpts in WordPress. Copy and paste this snippet into your functions.php file: function new_excerpt_length($length) { return 20; } add_filter(‘excerpt_length’, ‘new_excerpt_length’); Simply change the … Continue reading
Project Spotlight: Automotive Instincts Blog Development
I recently launched a new blog which I developed for Automotive Instincts – an automotive repair service and maintenance business in North Ridge and Woodland Hills, California. The blog is built on WordPress (which, if you know me at all, … Continue reading
Tags: automotive instincts, blog, design, web, wordpress
WordPress: Manually control which blog pages show excerpts and which show full posts
Here is how to manually control which blog pages on your WordPress site display posts as excerpts and which show the entire posts. For the site that I developed this solution for, the pages are set up to display posts … Continue reading
How to Discover What Your Readers Really Want
Lately, I have been paying much closer attention to Google Analytics. I’ve had it installed for nearly a year – since my blog was first launched, because it’s a practice I’ve made into a habit over the years. Prior to really … Continue reading
Tags: analytics, blog, blogging, bounce rate, readers, top content
Recycling blog content: why, when and how
Good morning! Today I am writing about recycling your blog content – going back through your published blog posts, editing and updating them, and then re-promoting them on social networks, etc. This is something that could (and maybe even should) … Continue reading
Tags: blog, blogging, content, recycyling


Twitter
Blog commenting: Are you a spammer and you don’t even know it?
Good morning, friends! Today I am starting a new series here on my design blog – The Ins and Outs of Blog Commenting. In this series, we will cover effective blog commenting, identifying and preventing comment spam, how to turn … Continue reading →