Viewing 1 replies (of 1 total)
  • Plugin Author SEO Squirrly

    (@cifi)

    Hey,

    You can customize it in the plugin directory.
    starbox/models/Frontend.php

    replace:

    <li class="abh_about abh_active"><a href="#abh_about">' . __('About', _ABH_PLUGIN_NAME_) . '</a></li>
                                     <li class="abh_posts"><a href="#abh_posts">' . __('Latest Posts', _ABH_PLUGIN_NAME_) . '</a></li>

    with

    <li class="abh_about"><a href="#abh_about">' . __('About', _ABH_PLUGIN_NAME_) . '</a></li>
                                     <li class="abh_posts abh_active"><a href="#abh_posts">' . __('Latest Posts', _ABH_PLUGIN_NAME_) . '</a></li>

    I can’t modify the plugin because I will affect all other users.

    Thank you for your feedback

Viewing 1 replies (of 1 total)

The topic ‘Possible for Initial Focus on Latest Posts?’ is closed to new replies.