I use a taxonomy view, inside of it i call another view to take all items within this taxonomy so i can create tabs.
But i also wanna take only items that is related to current page parrent.
this is the shortcode (doing it for an example):
function getRelationedCourseFN( $atts, $content = null ) {
$atts = shortcode_atts( array(
'id' => get_the_ID()
), $atts );
$id = $atts['id'];
$output = "1600";
Hello. Thank you for contacting the Toolset support.
I would like ot know where you are adding this view's shortcode?
Are you using any page builder or anything such?
Can you please share problem URL where you added the shortcode as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
You will have to register your shortcode name at:
=> Toolset => Settings => Front-end content => Third-party shortcode arguments section and I've registered your custom shortcode name getRelationedCourse