Title: fefo1983's Replies | WordPress.org

---

# fefo1983

  [  ](https://wordpress.org/support/users/fefo1983/)

 *   [Profile](https://wordpress.org/support/users/fefo1983/)
 *   [Topics Started](https://wordpress.org/support/users/fefo1983/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fefo1983/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fefo1983/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fefo1983/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fefo1983/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fefo1983/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] Favorite in custom post type not working](https://wordpress.org/support/topic/favorite-in-custom-post-type-not-working/)
 *  [fefo1983](https://wordpress.org/support/users/fefo1983/)
 * (@fefo1983)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/favorite-in-custom-post-type-not-working/#post-3851071)
 * Hi triggeru,
 * not a big expert but I guess you have to do something like this:
 *     ```
       query_posts(array('post__in' => $favorite_post_ids,'post_type' => array('directory','restaurant-cafe','events','travel-tip-review'), 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page));
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Zoom Gallery] Lightbox in Super Zoom Gallery](https://wordpress.org/support/topic/lightbox-in-super-zoom-gallery/)
 *  Thread Starter [fefo1983](https://wordpress.org/support/users/fefo1983/)
 * (@fefo1983)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/lightbox-in-super-zoom-gallery/#post-3520671)
 * Hi Niels,
 * thanks a lot for the response. I’m not very expert in Javascript. Any idea on
   how to prepend something like:
 * `<a href="full-image-url.jpg">`
 * and to append the closing `</a>`?
 * Any idea?

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