When using the the_post() loop, how do I fetch the post data? I can't retrieve the post content data with the_content() because it automatically 'prints' the content on the screen.
I need it to be stored in a value so I can manipulate it, I need to display only a small portion of the content for the headlines.
the_x()that ouputs something, then there's usually aget_the_x()that returns that output instead of outputting it.