Hi,
I would like to use the breadcrumbs of this theme and place them in the avia builder with text,
How is this possible?
Hey Benjaminlivingthebrand!
You can use this plugin: http://wordpress.org/plugins/insert-php/ to insert php code into a text element. Then use this code
echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
to display the breadcrumb.
Cheers!
Peter
Works great!