Navigation

WordPress Plugin Staff Search – Navigation.

Link  Staff Page   >   Search Page.

To open the search page from a staff page create a hyperlink. It can be a text link, image link or icon and text.

To create a link like the one below, copy the HTML and paste it on the Staff Page above the shortcode. Modify the href section.
<p class="slsLSpace2 abcfslPadT30 abcfslPadRPc10">
<i class="fa fa-search fa-lg slsGray50"></i>
<a class="slsPadL5" href="http://mydomain.com/mypage/">Search</a>
</p>

Link  Search Page   >   Staff Page.

To open the staff page from a search page create a hyperlink. It can be a text link, image link or icon and text.

To create a link like the one below, copy the HTML and paste it on the Search Page just above the shortcode. Modify the href section.
<p class="slsLSpace2 slsTxtAlignR">
<i class="fa fa-chevron-left fa-lg slsGray50"></i>
<a class="slsPadL5" href="http://mydomain.com/mypage/">Back to Staff List</a>
</p>