Title: Multiple option for posts
Last modified: August 21, 2016

---

# Multiple option for posts

 *  [Dragoş Sandu](https://wordpress.org/support/users/dragosey/)
 * (@dragosey)
 * [12 years ago](https://wordpress.org/support/topic/multiple-option-for-posts/)
 * Hello. I just found this plugin which does the job very well. Good Job! I’m working
   on a project and I want at each post two more buttons (Like, Favorite) each with
   a “list” page (Something like my-bookmark-list but my-favorite-list, my-like-
   post). All this in parallel with what already the plugin does.
    I think the answer
   is something like the multiplication of this plugin but I don’t know how to do
   this. I need help. Thanks in advance!
 * [https://wordpress.org/plugins/wpbookmark/](https://wordpress.org/plugins/wpbookmark/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Nur Hasan](https://wordpress.org/support/users/nuddinw/)
 * (@nuddinw)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multiple-option-for-posts/#post-4949650)
 * 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.
 *  [aporelli](https://wordpress.org/support/users/aporelli/)
 * (@aporelli)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-option-for-posts/#post-4949674)
 * 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!
 *  [aporelli](https://wordpress.org/support/users/aporelli/)
 * (@aporelli)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-option-for-posts/#post-4949675)
 * 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!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multiple option for posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpbookmark.svg)
 * [WPBookmark](https://wordpress.org/plugins/wpbookmark/)
 * [Support Threads](https://wordpress.org/support/plugin/wpbookmark/)
 * [Active Topics](https://wordpress.org/support/plugin/wpbookmark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpbookmark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpbookmark/reviews/)

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [instances](https://wordpress.org/support/topic-tag/instances/)
 * [multiple](https://wordpress.org/support/topic-tag/multiple/)

 * 3 replies
 * 3 participants
 * Last reply from: [aporelli](https://wordpress.org/support/users/aporelli/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-option-for-posts/#post-4949675)
 * Status: not resolved