Recent Topics

1 Dec 24, 2008 13:29    

My b2evolution Version: Not Entered

This is somewhat related to this:
http://forums.b2evolution.net/viewtopic.php?t=16575&highlight=itempermurl

but this time I want to edit my footer as:

X comment/s in Nazcar multimedia Blog

where X/ Comments will display the number of comments..

i dont know its string for the feedbacks/comments

2 Dec 24, 2008 13:53

Personally I prefer to have number of comments per item so people can easily see if a new comment has been added :

		<item>
			<title><?php $Item->title( array(
				'format' => 'xml',
				'link_type' => 'none',
			) ); ?> ( <?php echo ( generic_ctp_number( $Item->ID, 'comments' ) + generic_ctp_number( $Item->ID, 'trackbacks' ) ); ?> )</title>
			<link><?php $Item->permanent_url( 'single' ) ?></link>

¥

3 Dec 24, 2008 14:56

thanks.. but not working..

i need something like this..
<p><small><a href="$item_perm_url$">This entry</a> was blogged on <a href="http://nazcarpine.com/blog/">Nazcar Multimedia Productions</a>.</small></p><br />

that would display number of comments

4 Dec 24, 2008 15:02

That code I posted goes into your feed skins index.main.php ;)

¥

5 Dec 24, 2008 16:10

lol.. me too.. but i do not know what string should i place in the RSS/Atom feed..


Form is loading...