1 tilqicom Nov 15, 2007 23:33
3 tilqicom Nov 16, 2007 13:23
i am using evopress theme, cant i make them show with this theme ?
4 tilqicom Nov 16, 2007 13:36
i ve tried all the default themes but they dont show :S what am i supposed to do
5 john Nov 16, 2007 13:37
Thats right, that skin does not have...
<?php
// List all tags attached to this post:
$Item->tags( array(
'before' => '<div class="bSmallPrint">'.T_('Tags').': ',
'after' => '</div>',
'separator' => ', ',
) );
?>
in it's item.main.php file
I would try adding it straight after ...
<?php
// ---------------------- POST CONTENT INCLUDED HERE ----------------------
skin_include( '_item_content.inc.php', array(
'image_size' => 'fit-400x320',
) );
// Note: You can customize the default item feedback by copying the generic
// /skins/_item_feedback.inc.php file into the current skin folder.
// -------------------------- END OF POST CONTENT -------------------------
?>
if I understand what your getting at, I could be wrong !!
6 afwas Nov 16, 2007 13:57
John wrote:
if I understand what your getting at, I could be wrong !!
Don't be modest, John. You are completely spot on and thanks for providing the code.
Good luck
7 tilqicom Nov 16, 2007 14:06
yea.. worked definitely.. you are the man john :) thans for taking your time..
If you're using one of the default skins then they should show at the bottom of your post
¥