Home › Forums › Front-end Issues › Grouping Results by Field on the Front-end › Reply To: Grouping Results by Field on the Front-end
Hi @jeathree
I think you can use the get_permalink() function like this:
echo get_permalink( $the_post->ID );
There are a lot of functions which you can use to get more information from a post by passing the ID. Please take a look at the Codex to learn more about them.
I hope this helps 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.