Submark 1.2

Just spend some time yesterday after my new server working, not really a lot of change on this release, i just did some patching on submark_mark function.

submark_mark () function is call in The Loop to let the user able to bookmark that particular post, by default the bookmarks will be display in list style , now i did some change on the first parameter, if you want to split the bookmarks by your own character, you can put it in as first parameter.

example i want to show all the bookmark split by |  , i will use this

<?php submark_mark('| ',get_permalink(),$post->post_title); ?>

 

if you just want to call this function with only one kind of bookmark, you can use this

<?php submark_mark(' ',get_permalink(),$post->post_title); ?>

 

let me know if you facing any problem

Tags: submark, webwork, wordpress plugin

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*