Code By Heart
  • Home
  • Portfolio
  • About
  • Skills
  • Blog
  • Contact
Select Page

How to create shortcode in WordPress that display posts?

by Juda Robillos | Jun 6, 2020 | Blog

Put the code below in your child theme function.php file. function cpt_posts_list() { $query_args = array( ‘post_type’ => ‘posttypeslug’, ‘posts_per_page’ => ‘-1’, ‘order’ => ‘ASC’,...

How to remove paragraph tag in WordPress post content?

by Juda Robillos | Jun 5, 2020 | Blog

To remove the <p> paragraph tag on your post content, just put this code on your child theme function.php file. Just change the “posttypeslug” of the post type slug that you want to remove the paragraph tag. function remove_wpautop( $content ) {...

Need a Quote? Have a General
Question? Get in Touch!

I’M AVAILABLE FOR HIRE OR FREELANCE

Contact Info



robillosjuda@gmail.com



juda.robillos





    • Follow
    • Follow
    • Follow

    © 2025 Code By Heart. All Rights Reserved.