In your PHP file…
$context['topicTax'] = Timber::get_terms('topic');
Timber::render('my-template.twig', $context);
… is the correct structure. The problem is that WP’s get_terms returns “dumb” objects that don’t have methods for retrieving ACF info. If you still run into issues, verify that those objects are Timber\Terms rather than WP_Term
Also, if you’re looking for the more active forum: StackOverflow is where I normally manage/do support
Related Posts:
- Remove Category description textarea
- WordPress implode & wp_insert_post question
- Add custom taxonomy fields when creating a new taxonomy
- Get value in custom field with taxonomy [closed]
- “show option all” on list categories doesn’t display taxonomy
- Hide custom field if empty
- ACF vs Taxonomies
- display taxonomy slug from term ID
- Display Taxonomy Terms in an option tag with value being the slug
- How to add contents of a custom field to a taxonomy term list?
- Search Tool only refreshes Page without showing results
- Display value of custom field of custom taxonomy in single post?
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- Multi-select field for Taxonomy can’t save the value
- Redirect to another page using contact form 7? [closed]
- Targeting categories in custom fields
- Trying to add taxonomy to get_categories() but it’s not working. How to fix this?
- Filter through custom taxonomy with an array of taxonomy IDs
- Loop through custom taxanomy in post and display custom fields from posts
- Why do my quick edits for custom taxonomies not show on the post frontend?
- How can i add service category here? [duplicate]
- new custom filed not showing in taxonomy
- Custom field with terms from another taxonomy programmatically
- ACF – Can’t get custom post type by taxonomy
- How to show category list in WordPress
- Dropdown (with onChange) with custom taxonomies
- Add and Custom category for posts “PAGE”
- How to Manage and link certain custom taxonomy?
- Register custom taxonomy from a Advenced custom field option page
- add custom fields in custom taxonomy meta box in wordpress-3.5.2
- Any way to make custom taxonomy field searchable?
- Converting Categories (with ACF fields) to custom taxonomies
- How do I create a term for every value of a post meta?
- Order get_terms() By Custom Field
- Custom taxonomy hide meta box but show in menu
- display posts with same taxonomy term
- Is there a way to disable a term rather than deleting it?
- get_field not displaying my custom field value
- SQL QUERY needed to get POST category (taxonomy) ? – MUST be SQL statement
- How can I set up a category “overview” page?
- Sort posts by number of matched terms
- Possible to register multiple custom taxonomies in one function?
- Advanced Tax Query
- Automatically assign taxonomy term if custom meta value exists
- Function to limit the number of posts in taxonomy.php
- Get Custom Field Values by Another Custom Field in WordPress
- User role permissions based on taxonomies
- How to prevent posts duplicating when viewing a custom taxonomy term
- get_the_terms() to show all custom taxonomies
- Custom taxonomies making WP very slow – Way to fix?
- Get Taxonmy Term ID For Current Post
- Is it possible to create exclusive custom taxonomy?
- Changing stylesheet depending on custom taxonomy terms
- Taxonomy with_front causes all
- Taxonomy archive showing no results
- Autogenerate Front End Form Field With jQuery
- Retrieve value of a category’s custom field
- Changing taxonomy term by slug (wp_update_term)
- Rewrite Rule Working for all but one of the taxonomies created
- How to add textarea field to taxonomy (tag)?
- Limit amount of posts made within a custom taxonomy
- How to Rewrite Taxonomy URL to Include the Post Type as the Second Segment of the URL?
- How to get all taxonomies which can be added in menu?
- WordPress Tag or Custom Taxonomy Return All Posts if has that Word in Post Title
- woocommerce custom product category template
- Create custom taxonomy and Display in metabox dropdown
- Override Taxonomy Template
- Display custom taxonomy attached to the post on post single page
- how to store values in database at hierarchical view
- Proper WP conditional tag to check for existing taxonomies to list out terms with wp_list_categories?
- Echo text using is_tag
- Display a colour of custom taxonomy on the page
- Limit Display Number Of Taxonomy Term
- ACF no print data [closed]
- Taxonomy Overview Page?
- Order taxonomy terms wordpress
- Can You Build Page Templates Without Extra Files
- Unable to get the Parent Custom Taxonomy Terms
- Unsetting post_tag taxonomy breaks term description for other taxonomies
- Taxonomies on Pages with Custom Formatting
- Is there a way to nest taxonomies or custom fields deeper than one level below the post type?
- Display acf taxonomy attachment
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Get WooCommerce product category list in functions.php
- How To Create Dynamic Permalink To Custom Taxonomy List of Current Posts?
- ACF – Get unique values of array
- Displaying subcategories and then posts in taxonomy template
- How to use two same taxonomy in same post differently?
- Display taxonomy term slugs
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- Avoiding stripping of HTML in Custom Taxonomy Meta Field
- How to permanently delete a taxonomy
- Advanced AND tax_query in sidebar with 2 taxonomies
- Alternative for is_taxonomy() to workaround theme’s default sidebar
- Get custom taxonomy term url on archive page
- Display woocommerce product_cat child terms with thumbnails
- Adding new terms to custom taxonomy
- Add text in custom taxonomy
- How do I check if a post has a term with a particular ancestor/parent?
- Include custom post type that matches taxonomy field in another custom post type