• Resolved patolucaz

    (@patolucaz)


    Hi,

    On the employees page, is there any way to modify the heading that displays the “Site name plus Employees”? I would like to change it to read the site name plus Agents instead. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Sure. You’ll need to edit the plugin’s template file.

    Copy the archive-employee.php from the plugin’s /includes/views/ folder and copy to your theme folder. Then edit the line that reads:
    $title = '<h1 class="archive-title">' . get_bloginfo('name') . ' Employees</h1>';

    to:
    $title = '<h1 class="archive-title">' . get_bloginfo('name') . ' Agents</h1>';

Viewing 1 replies (of 1 total)
  • The topic ‘Agents page’ is closed to new replies.