Home › Forums › General Issues › Post Object or Relationship like for Taxonomy? › Reply To: Post Object or Relationship like for Taxonomy?
Yes, it is indeed possible to manually select taxonomy terms, such as tags, for display on a page in WordPress. To achieve this, you can use a similar approach to what you would use for selecting posts. First, create a custom field on your options page where you can add taxonomy terms. This could be accomplished using a plugin like Advanced Custom Fields (ACF) or by creating a custom options page with code. In the custom field, you would allow the user to select terms from the desired taxonomy (e.g., post_tag
). On the frontend, you can then retrieve and display these selected terms by querying the options page where they were stored. This approach allows you to have a static list of selected tags displayed on your page, which can be styled and utilized just like a dynamic tag cloud but with manually curated terms.
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.