You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good idea. Might be better to make a mesh specific filter first so it can be explicitly targeted. We can also apply the_title filter as well. technically all blocks/columns are posts as well so they adhere to the_title filter. As you have seen you can also simply create a new template if you needed vs filtering. Or you could override the default template with your own as long as you use the same name. It accomplishes the same goal with out adding more and more filters
@aaronware: Yes, I copied the 2-columns Mesh template and use it in theme with apply_filters added.
Ideally this could be even avoided by using an inbuilt filter.
It would be great if the title markup for Mesh columns can be filtered.
Additional actions can also be helpful:
Edit: And for the section title, too:
Edit: It seems to be better to use
the_title
instead a mesh-specific filter. Or use both?The text was updated successfully, but these errors were encountered: