{% extends "wagtailadmin/base.html" %} {% block titletag %}Add editors pick{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Add editor's pick" %}

Editors picks are a means of recommending specific pages that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with a less common term like "giving".

The "Search term(s)/phrase" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

{% csrf_token %}
{% endblock %} {% block extra_css %} {% include "wagtailadmin/pages/_editor_css.html" %} {% endblock %} {% block extra_js %} {% include "wagtailadmin/pages/_editor_js.html" %} {% endblock %}