I’m using the function:
<?php the_title(); ?>
To get the post title. I want to get the post text/the body which is the second field of the post but I don’t know how. I tried two functions:
<?php the_content(); ?> and <?php the_excerpt(); ?>
They work but I get other things from wordpress plugins that are part of my post (like share buttons). I cannot disable these plugins. Is there any way to get what is in the second field without anything else?
You might have a social media plugin installed that automatically adds facebook buttons etc. Have a peek inside your admin panel > plugins for any such plugin