Title: Custom post
Last modified: August 21, 2016

---

# Custom post

 *  Resolved [brunobar](https://wordpress.org/support/users/brunobar/)
 * (@brunobar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-7/)
 * Fantastic plugin man! Great work!
 * How I show lasted posts from Custom post type?
 * Thanks
 * [https://wordpress.org/plugins/starbox/](https://wordpress.org/plugins/starbox/)

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

 *  Plugin Author [SEO Squirrly](https://wordpress.org/support/users/cifi/)
 * (@cifi)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-7/#post-4634719)
 * Hey,
 * Thank you 🙂
 * You have to use shortcode for that.
 * Try to use in your post (at the end):
    [starbox lpc=”category_name or category_id”]
 * you can use even more custom shortcodes:
    [starbox lpc=”category_name or category_id”
   desc=”custom description for that post”]
 * Hope that helped.
 * Blessings,
    Calin
 *  [vrsnake](https://wordpress.org/support/users/vrsnake/)
 * (@vrsnake)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-7/#post-4634748)
 * I second that this is an awesome plugin.
 * Does “llc=” work for both categories and custom post types? And what if you wanted
   the section ‘Recent Posts’ to show standard posts, plus a couple of custom post
   types?
 * [Vapor Cloud Reviews](http://vaporcloudreviews.com/)
 *  Thread Starter [brunobar](https://wordpress.org/support/users/brunobar/)
 * (@brunobar)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-7/#post-4634763)
 * I tried use this shortcode but doesnt work.
 * To call related posts I use;
 *     ```
       function get_related_author_posts() {
       global $authordata, $post;
   
       $authors_posts = get_posts( array( 'author' => $authordata->ID, 'post__not_in' => array( $post->ID ), 'post_type' => 'job_listing', 'posts_per_page' => 5, 'orderby' => 'rand', ) );
       ```
   
 * But how I use that code in starbox plugin?

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

The topic ‘Custom post’ is closed to new replies.

 * ![](https://ps.w.org/starbox/assets/icon-256x256.png?rev=1974206)
 * [Starbox - the Author Box for Humans](https://wordpress.org/plugins/starbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/starbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/starbox/)
 * [Active Topics](https://wordpress.org/support/plugin/starbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/starbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/starbox/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [brunobar](https://wordpress.org/support/users/brunobar/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-7/#post-4634763)
 * Status: resolved