Tagged: SearchWP
Hi,
I use the Plugin SearchWP and want their results in the search-popup. They sent me this code:
$post_type_obj = get_post_type_object( get_post_type() );
echo $post_type_obj->labels->singular_name;
and asked me to ask you were to place it in the themes file.
Thanks for help.
Best Reagards
tim
Sorry, things getting confused. The code I want to implement in enfold-themes enables displaying the filenames on the search site (for e.g. xyz.pdf, xyz.docx and so on), not only the lnked title – so that the user can see, if its a PDF, Doc or Page.
Thanks.