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

    (@cifi)

    Hey,

    Startbox is made not to load in home page. Only in post lists, pages and posts.

    The reason is the loading speed and the css issues of the main page.

    You can change the code (starbox/module/frontend.php) if you want to be shown in first page.

    Kind regards,
    Calin

    Thread Starter Bugs78

    (@bugs78)

    Any chance you could tell me what to change? It would be greatly appreciated.

    Plugin Author SEO Squirrly

    (@cifi)

    Hey,

    Find:
    (is_category() || is_tag() ||

    change it with
    (is_home() || is_front_page() || is_category() || is_tag() ||

    Kind regards,
    Calin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Would like to show on home page’ is closed to new replies.