Hi Stephen, The reason i

Hi Stephen,

The reason i went with the Squares on this blog is because i just couldn't get the stars to look right on the background, so I figured I'd give the squares a try. I may redo the images later for the stars, but I like the squares alright for now.

In the footer I'm actually just using the "most popular" display like this.

[php]
< ?php get_highest_rated('post', 5); ?>
[/php]

For the most viewed section I'm using WP-PostViews, also by Lester Chan with this template code.

[php]
< ?php get_most_viewed('post', 5); ?>
[/php]

On the homepage I use a $postcount variable to display the rating code (and other stuff) for the first post, which is full text, but not for the rest of the posts which are excerpts.

Dane Morgan (not verified) | Sun, 08/26/2007 - 21:17

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Restrict text by wrapping in [restrict:roles=<comma separated roles>] and [/restrict]
  • Links to specified hosts will have a rel="nofollow" added to them.

  • Highlight terms in this textarea.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • Use <fn>...</fn> to insert automatically numbered footnotes.
  • You may link to webpages through the weblinks registry

More information about formatting options

CAPTCHA
Please fill out this captcha to demonstrate your humanity.
9 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.