-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed as duplicate of#50904
Labels
[Block] Post TermsAffects the Post Terms BlockAffects the Post Terms Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
The Categories block generates, once inserted into a template or page, a link on each value.
Often, we need to only display the value but not make it clickable
usecase : in a post's query loop, we want not to have too many clickable areas, and keep only the click to the post - the category value must be informative only
What is your proposed solution?
Add a toggle in the block settings to Inactive the link on the categories's value
the block must retrieve the category value, not the link to it, once toggled off.
for now, we can only inactive the link with CSS, but that's not the proper way...
Metadata
Metadata
Assignees
Labels
[Block] Post TermsAffects the Post Terms BlockAffects the Post Terms Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.

