I would suggest a shortcode:
function gcse_wpse_143459($atts,$content) {
return '<gcse:searchbox-only></gcse:searchbox-only>';
}
add_shortcode('gcse','gcse_wpse_143459');
Then use [gcse]
instead of trying to paste in an oddball html-ish tag.
Related Posts:
- How to build a post and comment editing form in a page?
- How to disable Page Attributes dropdown in wp-admin
- Trying to Edit a Page but it sends me to a Product Edit page
- Prioritize visible content – Page speed issue on Google insights
- Cannot enter “::before” for li tag when editing a WordPress page
- Disable ADD PDF media button on rich text editor
- How can I edit pages from my local environment?
- After creating a new page, filling the page with structure
- remove “Edit” from select pages
- Removing add new pages form editor role
- Default pages to be unpublished – possible?
- What is the difference between $paged and $page?
- multi page password protection
- Create a “Dummy” parent page for a hierarchy in page listing?
- Custom SQL Query for WordPress page
- Change admin startpage to Pages-page?
- How restrict page for users logged? [closed]
- Only allow new subpages to be created
- Hide Visibility Option From WordPress Publish Metabox
- How To Display Date (/Time/Author) In pages?
- Why is custom template not seen as page with is_page()?
- How to change redirect after moving a page to trash?
- Add new page with preselected parent
- When I split a large post with , how can a search locate users to the correct page?
- Child page from 2 different parent pages
- Cannot get grandparent object
- How to use the same code for multiple pages?
- Is there a way to create a URL (new WP page) that can only be accessed from a specific source?
- How-to Change Content with location change?
- htaccess modify headers IF url ends with “news”
- How to change only the home page / front page url on wordpress
- How get get list of pages in ajax search
- Give access to a simple .html file to users that bought a specific ‘digital product’
- How to Move My Page into WordPress dashboard main menu
- List child pages by slug not ID?
- Force page to open in html mode
- Do the permalink settings apply to pages as well as posts?
- Dash after page title
- Can’t get done anything with admin.php response
- Role – edit page but not publish
- get_pages() & “child_of”
- Cannot add a class to h2 tag
- How to detect if is_404() or is_page() or etc…? [closed]
- Redirect page to default subpage
- check first and last child pages wordpress
- Add a static page that links to homepage
- How can I get the blog page ID?
- How to have a next page for post?
- Can I change the “Home” text in the menu?
- Search child pages from a specific page parent
- Proper procedure for wp_insert_post?
- Read more on pages WordPress
- Parent page shows no child content
- How to disable delete option for a specific page? [closed]
- How to create different template designs for different pages in WordPress [closed]
- Page templates in subdirectories and auto generator
- Use page template for custom $_GET content
- Get rid of “comment” field on non-blog pages [duplicate]
- Custom page only editable by one user
- Page Title repeating
- How to control display of page lists on sidebar that doesn’t have childrens
- Is there a syntax highlighting plugin for HTML View? [duplicate]
- wp_nav_menu: output featured image of each page listing
- Problems in creating a static site with WordPress
- Creating new page/tab in groups section not working! [closed]
- Prompting for review / reapproval of page content
- Limit the amount of main pages
- Add separate list of pages under Admin
- How to transfer a site to hosting?
- Add custom action to the page listing screen
- How to list pages from an author?
- Add the same content to multiple pages
- Cannot update page – with too many characters?
- Share a folder with files
- Front Page post mirroring revisions to other pages, constantly updating itself
- Is it possible to embedd this web app to my website [duplicate]
- Using external DB within wordpress
- Microsoft Security Essentials is blocking my WordPress website in IE11
- Author information on all pages
- WordPress Pages “allow comments” meta option can’t be checked
- Loading internal page
- Firing page_publish where page is child page
- Add role and edit page capabilities
- Add text to the bottom of particular pages
- Access wordpress pages using a self signed shared ssl
- Google indexed pages for one page site
- WordPress, page 2 shows the same posts as page 1
- How to exclude page in pages module
- Parent for a single (single.php)
- Create a new page for each form selection
- pagination does not work with query_posts. Help! [duplicate]
- Subpage Conditional
- Archive with specific keyword by category sorted by date
- How to pass the Querystring in pages?
- I have over 3000 child pages – but I need a different main page
- How to enable automatic search results in WordPress
- How to make a conditional statement that checks if the page is the child of a certain page?
- Edit the text location of a form
- How to view front-end of WordPress website, using Atom?
- I reached halfway through a WordPress tutorial to find out I began wrong for a new comer to WP