Archived topic
Move search div above title
10 replies · Started by Anonymous on August 13, 2016
Hi Tom,
I would like to mode the search div above the title page, like you did on your support forums page. I know editing HTML and CSS on webpages, but I don't know how to do it in WordPress.
How can I do that? And there's any way to edit HTML of a certain page too?
Thanks,
Iván
Sorry, by "mode" I wanted to mean "MOVE": move the search dive above the page title.
Thanks again.
Hi there,
This function should help: https://developer.wordpress.org/reference/functions/get_search_form/
You can implement it in GP Hooks so it's placed wherever you like :)
I don't understand it at all. What I have to do to edit the HTML of the forums page?
Thanks,
Iván
Ah, didn't know you were working with bbPress.
I have this code added to the "Before Content" hook: https://gist.github.com/generatepress/4b720716451567b0a412790984b9cbaa
Thanks so much, it works!
But now the search bar appear on all the pages, how can I only show it on the forum page?
Thanks again,
Iván
Make sure "Execute PHP" is checked in the hook :)
THANK YOU!!! You're awesome. Thanks so much!
You're welcome :)