PureNews

PureNews is an amazingly sleek and powerful news theme with unlimited color variations.

View full feature list Check out the live demo Buy this theme today

Latest news in WordPress Coding & Design

Index Your Posts

Index Your Posts
08 Jun 2008

WordPress Coding & Design When you write a post on WordPress a visitor can see this post on a variety of pages – the front page, the category page(s) that the post is under, the archive page, the author’s page, the tag page(s), plus, of course, the single post page. If you display the full post on each of those pages then there’s the potential for duplicate content issues. That aside it also doesn’t allow for easy navigation through your site to ...

Continue reading
Posted by 7

Alternating Comment Styles

Alternating Comment Styles
01 Jun 2008

WordPress Coding & Design Following on from last weeks post on highlighting your comments, I figured another useful post would be about setting up your comments to have alternating styles. We do this by adding an additional CSS class to every other comment, then you can style this class in your stylesheet with, perhaps, a different background colour, a border, or even put the user’s gravatar on the opposite side of the comment to normal. To work out which comments ...

Continue reading
Posted by 7

Highlight Your Comments

Highlight Your Comments
25 May 2008

WordPress Coding & Design Once you start to receive comments on your blog you’re going to want to have your comments stand out above the crowd, after all, it is your site! You’ll notice here on Blogging Tips that if the author of the post leaves a comment on their post then it stands out with white text on a red background compared to all the other comments with black text on a white background. Whilst there are a couple of plugins out there that can do this ...

Continue reading
Posted by 27

Improve Your Front Page Title

Improve Your Front Page Title
18 May 2008

WordPress Coding & Design There are a few plugins out there to give you greater ease over your page titles – SEO Title Tag, All-in-one SEO pack are just a couple of the more popular ones. However, I don’t believe a standard blog necessarily needs these unless you have more than the basic static pages, as your post titles should be sufficiently well written anyway. The one page that does need a good title is your front page, yet for some reason the developers ...

Continue reading
Posted by 2

Page Templates – Create a Links Page

Page Templates – Create a Links Page
11 May 2008

WordPress Coding & Design These days sidebars get so easily cluttered with recent posts, categories and tags, recent comments, top commentators etc. The list is endless. Throw in your blogroll and your sidebar can become longer than the page content! Moving your blogroll into its own page can keep things neater and allow you to have a longer list that doesn’t clutter up your sidebar. The way to do this is with a page template. Creating a Page Template Your theme ...

Continue reading
Posted by 13

List Your Recent Posts

List Your Recent Posts
04 May 2008

WordPress Coding & Design When new visitors come to your site via an internal page they won’t see the most recent posts you’ve written without having to go to the front page. If there’s nothing to entice them further into the site then they’ll leave just as quick as they came. So you want to put your latest posts in their face pretty much! In WordPress this is easily done using the get_posts() template tag. The basic usage of this tag is ...

Continue reading
Posted by 12

Static Pages in WordPress

Static Pages in WordPress
27 Apr 2008

WordPress Coding & Design At first, most bloggers don’t consider the need for a static page. Maybe one that has some about details on, but nothing more. As time goes on they may add one or two more pages, then a couple more. If they’ve stuck with the same theme then they’re most likely manually coding in the page links into their site, or they come manually coded in the case of some of the free themes available. Good idea? Well not necessarily, not if ...

Continue reading
Posted by 12

Template Tags, Categories and Tag Clouds

Template Tags, Categories and Tag Clouds
20 Apr 2008

WordPress Coding & Design Template tags are functions defined in the core WordPress files and are globally available for use in your templates. There are a lot of tags available for different aspects of your template files. To get a complete list of what’s available see the Template Tags on the WordPress Codex. Some accept many parameters (information passed to the function enclosed in the brackets/parentheses), others do not accept any parameters. To use a ...

Continue reading
Posted by 4

Understanding the WordPress Template Hierarchy

Understanding the WordPress Template Hierarchy
13 Apr 2008

WordPress Coding & Design Quick Introduction – I’m Sarah and I will be writing each Sunday on intermediate to advanced WordPress topics including template development, tips and tricks, PHP coding for use in WordPress and plugin development. I’ll be basing my posts on the latest version of WordPress, and also assume an understanding of HTML and CSS, and presume you don’t run at the sight of a little PHP I’d love to hear what you want to read ...

Continue reading
Posted by 6

Implementing Tags into your WordPress blog

Implementing Tags into your WordPress blog
17 Jan 2008

WordPress Coding & Design A tag is a keyword used to describe a picture, video, blog entry, or anything else to help with classification and search information. In the release of WordPress 2.3 tagging was officially introduced into the core WordPress application. Prior to this implementation many of us used plug-ins like Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags and Bunny’s Technorati Tags. Since the release of WordPress 2.3 many if not all of these ...

Continue reading
Posted by 14