I'd like to add a link in users postbit to blog category (i.e. blogcategoryid=1). I'd like it to function just like the existing blog postbit link i.e. show up only if posts exits and show number of blogs in that category. This is the current code in the postbit (vb 4.1.0) I want changed:
Code:
<dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd>
In the attached images I show how I want "Blog Entries" which links to all user's blogs changed. I want it to link to one specific category of user's blog (i.e. My Bikes).