Plogger Support Forum - [help] removing (X album) and the (X pictures) Thu, 28 Mar 2024 09:28:44 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 [help] removing (X album) and the (X pictures) http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=670#Comment_670 http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=670#Comment_670 Wed, 26 Oct 2005 20:58:04 +0000 ruizit0 where i can remove the (X album) and the (X pictures) below the thunbnails ?
thanks]]>
[help] removing (X album) and the (X pictures) http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=671#Comment_671 http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=671#Comment_671 Wed, 26 Oct 2005 22:28:53 +0000 ruizit0
remove the lines
<div class="meta-header">('.$num_albums.' album';

if ($num_albums != 1) $output .= 's';

$output .= ')</div></div>]]>
[help] removing (X album) and the (X pictures) http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=676#Comment_676 http://www.plogger.org/forum/comments.php?DiscussionID=136&Focus=676#Comment_676 Thu, 27 Oct 2005 01:39:11 +0000 jack
.meta-header {
display:none;
}

will work also.]]>