The default link in the header on my single post page is .../category/webinars. Can I change this somewhere? Maybe in the functions or template file in my child theme? I need it to be just .../webinars
Somehow the default link in salient single post headers (when clicking the category name in the header) is .../category/webinars. And I don't what it to include category, I need it to be just .../webinars.
I can't change this with the permalink settings. I think it's a function in the single post template or something.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
pointer-events: none !important;
}
Hi There,
The default link in the header on my single post page is .../category/webinars.
Can I change this somewhere? Maybe in the functions or template file in my child theme? I need it to be just .../webinars
Thanks!
Hey Again,
Please view: https://kinsta.com/blog/wordpress-permalinks/#:~:text=%E2%80%9CWordPress%20Permalinks%20are%20the%20permanent,will%20have%20its%20own%20permalink.
Thanks.
ThemeNectar Support Team
This not really what I mean Tahir.
Somehow the default link in salient single post headers (when clicking the category name in the header) is .../category/webinars. And I don't what it to include category, I need it to be just .../webinars.
I can't change this with the permalink settings. I think it's a function in the single post template or something.
Thanks in advance!
Attached files: Schermafbeelding 2023-06-08 om 11.32.57.png
This might help: https://muffingroup.com/blog/remove-category-from-wordpress-url/ .
Thanks
ThemeNectar Support Team
Hi Tahir,
Is it also possible to remove the link? So it's not a button anymore, just a mentioning of the category.
Thanks again.
Yes, you can add a "#" in the url field so it does not link anywhere.
Best
ThemeNectar Support Team
Uh but where do I set that?
this link is created by the theme, I can't find where to set the URL. Not in the Post configuration and not in the Post header settings.
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hereby...
https://pedantic-lamport.85-17-55-175.plesk.page/webinars/david-gerdolle-deep-margin-elevation/
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Sorry, I forgot to answer.
Thanks for your help! It's fixed now...