Hi,
Sorry for late reply. for adding more buttons, you will need to modify bookmarkHandler method in class.binnash-wpbookmark.php. when you click on a bookmark button, it makes an ajax call. on server side this ajax request is processed by “doBookmark” method in the same file. you probably need to pass additional parameter to identify which type of list this request is for. you may need to add an extra column in the db table to store the type of bookmark.
hope this helps.
hi,
thanks for your plugin it’s very usefull!
i’m using it on a site, and on the article post it works great, but..
i’ve a custom loop in my home page and i’m calling the excpert, not the content.
this is my loop
$args = array( 'posts_per_page' => 5, 'category' => '-17, -18, -20, -21', 'orderby' => 'post_date','order' => 'DESC');
$recent_posts = wp_get_recent_posts($args);
foreach( $recent_posts as $recent ){
is there a way to make it works in my home page?
thanks a lot again!
hi,
thanks for your plugin it’s very usefull!
i’m using it on a site, and on the article post it works great, but..
i’ve a custom loop in my home page and i’m calling the excpert, not the content.
this is my loop
$args = array( 'posts_per_page' => 5, 'category' => '-17, -18, -20, -21', 'orderby' => 'post_date','order' => 'DESC');
$recent_posts = wp_get_recent_posts($args);
foreach( $recent_posts as $recent ){
is there a way to make it works in my home page?
thanks a lot again!