Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: How To Edit Standard Pages?

New Front EN Support Forums Tokyo Theme Support How To Edit Standard Pages? Reply To: How To Edit Standard Pages?

#3238
mmsatori
Keymaster

Hey Chris,

The content of the pages is displayed in the language in which it has been inserted in the page editor mode; could you please clarify which part of the page do you have in mind in this case?

There is no back-end option to display the search form only on certain pages, yet you can use some additional CSS to hide it where you don’t need it:

.page:not(.home) #header-search,
.archive #header-search,
.category #header-search {
display: none !important;
}

Sincerely,
Andrii / Satori Studio