Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I create a post shortcode in wordpress?



How do I create a post shortcode in wordpress?..

Answer / Rajendra Prasad Meena

To create a custom post type shortcode in WordPress, follow these steps:n1. Create a new plugin or edit an existing one.n2. In the plugin's PHP file, add the following code: function my_custom_post_shortcode() {n $args = array(n 'post_type' => 'my_custom_post',n 'posts_per_page' => 5,n );n $loop = new WP_Query($args);n if ($loop->have_posts()) : while ($loop->have_posts()) : $loop->the_post();n the_title();n endwhile; endif;n }n Add this shortcode in your functions.php file or in a new shortcode plugin.n3. Use [my_custom_shortcode] anywhere in your posts and pages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

How do I transfer my wordpress site to xampp?

1 Answers  


What do you mean by custom field in wordpress?

1 Answers  


What are the plugins you can use to create a contact form in WordPress?

1 Answers  


Explain what are the types of hooks in wordpress and mention their functions?

1 Answers  


Which is the php compatibility used for wordpress?

1 Answers  


How can you display a list of child pages in wordpress?

1 Answers  


What are some common themes?

1 Answers  


What coding language is used in wordpress?

1 Answers  


Tell me is a web site on wordpress secure?

1 Answers  


What is do action in wordpress?

1 Answers  


What is cms wordpress?

1 Answers  


Tell me do you need to have a blog in order to use wordpress for site?

1 Answers  


Categories