Timber is a WordPress plugin to develop themes using the Twig template language
Questions tagged [timber]
518 questions
0
votes
1 answer
Remove url on top of screen in wordpress
I'm writing a Wordpress plugin. Now when I create my first admin page using the Timber plugin I'm always getting the url of the button on top of the screen. The only solution is to remove this line in the controller function:
$data['addUrl'] =…

JimmyD
- 2,629
- 4
- 29
- 58
0
votes
1 answer
Wordpress Timber add Custom Taxonomy to Menu
In a Timber based Wordpress project, I need to add programaticly all Terms(with link) of a custom taxonomy(victim groups) in a TimberMenu as children of the menu point victims(a custom post type).
Is there an (elegant) way to do this?
Wordpress…

bambamboole
- 577
- 10
- 30
0
votes
2 answers
Timber Wordpress - Show blocks of posts from two categories
I've created a new page-test.php with the following.
$query = array('category_name' => 'blog, portfolio');
$context['posts'] = Timber::get_posts($query);
This shows posts from just these categories which is great but I want to group these into…

doifeellucky
- 25
- 1
- 5
0
votes
1 answer
Bypassing Bogo routing when using timber get_posts
I am using Timber get_posts method and Bogo-localization add on in my WordPress based application. The application is localized to multiple languages using Bogo. The different version of the application is accessed via urls that contain the desired…

Jargo
- 365
- 1
- 4
- 16
0
votes
1 answer
jQuery Shopify Timber Tabs
I am trying to implement tabs on my product page within shopify. I have the tabs displaying and the tab seems to be changing when clicked, but the container isn't refreshing/loading the data
jQuery