- This topic has 1 reply, 2 voices, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Change Lable of Custom Post Type
Hey Ross,
I would like to let the user choose which post type to search.
Do you know, how I can change the lable of a custom post type in the search filter?
An Example: For the post type “posts” I would like to display not “posts” but “blog posts” but I do not want to change it every time in the Backend.
Hope you can help!
Cheers : )
Gregor
Hey Gregor
S&F pull the name of the post type from the internal label, so as I see it you either have 2 options –
1) Find a hack/mod for WP where you can change the default label of the post type (for example in the WP dashboard) and this modification may work with S&F
2) Create a custom post type, where you can control the labels yourself so you can name it anyway you want – I guess then you might want to hide the default “posts” post type.
Thanks