/wp-content/plugins/ directoryUpload iNove-Listings theme (will work by default with many other themes in next version)
Or if you want to use your current version of iNove theme, try doing these necessairy changes in theme files for plugin to work (I assume current version needs similar changes as iNove v1.0.5 on which iNove-Listings is based, but will check it in next few days):
style.css add these lines after original related lines:
.contenttags {padding:15px;}
.boxcaption,.boxcaption h3,.box {
margin-right:10px;
margin-left:10px;
}
.main {
background:#e6e6e6;
width:560px;
padding:5px 15px 10px;
border: 20px solid #fff;
float:left;
}
.post .info {
display:inline;
}
.post .editlinks {
display:inline;
}
.post .content {
padding:5px 5px 5px 5px;
line-height:125%;
overflow:hidden;
margin:2px;
margin-right:10px;
margin-left:10px;
background:#fff;
border: 1px solid #555;
}
#comment {
width:501px;
}
#postnavi {
margin:10px -5px 0;
padding:10px 5px 0;
margin-top:30px;
}
header.php
add `$keywords = htmlentities($keywords);$description = htmlentities($description);` before ` ?> <meta ...`
replace `<div id="main">` with `<div class="main">`
archive.php
modify relevant code to: `elseif(is_tag()) {
if(function_exists('res_get_tags'))res_get_tags();
else printf( __('Posts Tagged ‘%1$s’', 'inove'), single_tag_title('', false) );`
remove sections: `h2`, `div class="info"`, and `p class="under"`
change `div class="content"` to `div class="contentrep"`
single.php
remove section: `<div id="postpath">...</div>`
add above comments section: `<p class="contenttags">Tags found in content: <span class="tags"><?php the_tags('', ', ', ''); ?></span></p>`
If you want to use this plugin with some other theme, please be patient few more days as I am working on making plugin more flexible.
LET ME KNOW IF YOU HAVE ANY PROBLEMS -- this plugin has just been published, and there are almost certainly things to fix, so just drop me an email: dom.rep.3000_WITHOUT_THIS_ANTISPAM_@gmail.com




