Hi everyone, is there any way we can unlink the URL from a custom taxonomy for dynamic data?
Like example: {post_terms_job_locations:unlink}
Basically, I trying NOT to have the person click on the dynamic data URL that was auto-inputted from the custom taxonomy that was made. Donât know how to deactivate that taxonomy URL.
Hi Scarlett,
since Bricks 1.4beta you can use and echo custom PHP functions.
Place this function inside of a code element on the same page where youâre querying your posts (with the posts element or a custom loop). Replace âcustom_taxonomiesâ with your custom taxonomy slug. Alternatively, you can place it in functions.php if youâre using a child theme.
Hey, thanks for the reply. Ya, disabling pointer-events does work but donât want the search engines to find this link.
Oh well, I will stick with my alternate option for now, which I created a ACF to have a label name the same as the taxonomy name and the user chooses from there.
Hello all, itâs now 1.7 and Iâm dealing with this right now, and the Bricks filter function does nothing to fix the link-wrapping of taxonomy queries, so itâs a useless/deprecated documentation as far as I can tell. Can someone please suggest a real workaround to this? Bricks is cool and all, but I also feel like I need to jump through 5 hoops every time I want to query anything with anything more than â1 level deepâ to it.