I am trying to: create a template. The template can be seen here: hidden link
Link to a page where the issue can be seen: hidden link
I expected to see: a page with content
Instead, I got: nothing
Hello,
Thanks for the details, I can see the problem you mentioned above, it seems your theme does not support Views content template.
Please try these:
1) Copy your theme file "single.php" to new file "single-reitlehrer.php"
2) Edit the new file "single-reitlehrer.php", replace the code from:
jacqueline_show_post_layout(
array(
'layout' => $single_style,
'sidebar' => !jacqueline_param_is_off(jacqueline_get_custom_option('show_sidebar_main')),
'content' => jacqueline_get_template_property($single_style, 'need_content'),
'terms_list' => jacqueline_get_template_property($single_style, 'need_terms')
)
);
With:
More help:
https://developer.wordpress.org/reference/functions/the_content/
Hello Luo Yang,
is there a theme that works out of the box with the toolset plugin and is easy to configure? With my current theme, the whole thing might get complicated because I will need more templates than the "reitlehrer" template.
Kind regards
Lara
Dear Lara,
There is a recommended theme list:
https://toolset.com/documentation/recommended-themes/
For your reference.
My issue is resolved now. Thank you!
I switched to the theme GeneratePress
Kind regards
Lara