I have a situation where the category is singular and the url segment I have is plural.
Example: I have the word “blogs” and need it to be “blog” so that I can get the category id
So to do this I tried this combination below.
{exp🐈id category_url_title="{exp:ce_str:ing replace_last='s|'}{segment_3}{/exp:ce_str:ing}”}
However, this doesn’t work. Is there something I am doing incorrectly or is there another way to do it?