|
WP Plugin: Mark New Entries

looks like this

•Description

This plugin adds special function to mark new entries. The plugin only offers its function which works only on WordPress templates so you could modify your html code anyway you want. Adding special ‘new’ image, changing font style, and so on.

•Requirements

WordPress 2.7 environment

•Install

Place files into your /wp-content/plugins/ directory and activate through the administration panel.

•Settings

At control panel, you will specify how log your entries are new. For example, on my blog, I set this section 0 days and 12 hours.

Next, you should modify your template how you want to indicate ‘new’ entries by adding following codes within loop.

<?php if( is_new_post( ) ) : ?>
any html you want for new entries
<?php else : ?>
this section for not new entries
<?php endif; ?>

•Download

via WordPress.org

•Versions

* Jun 27 2009 – v0.0.1
- Initial release

•If you like this

If you like this plugin, writing small entry on your blog and trackbacking to this entry makes me really really happy!



2 Responses to “WP Plugin: Mark New Entries”

  1. Madhurie Singh

    I tried but say missing argument??? Wat can be extra ?

  2. V.J.Catkick

    hi,

    the missing arguments… i think that it is ok, but off course the plugins are not work correct with all themes. i’ve checked your site, but off course i could not see the issue. if you give me more information (such as theme name, and so on) maybe i can help you.



Leave a Reply

*First time to comment? Please comment in English or Japanese to avoid your comment as spam.

retaggr

Powered by WP Hashcash

TrackBack URL : http://www.vjcatkick.com/blog/wp-trackback.php?p=10748