Forums

[Plugin: All in One SEO Pack] Calling AIO SEO without wp_head(); (3 posts)

  1. Wasee
    Member
    Posted 2 years ago #

    Is it possible to get the all in one seo parameters like meta tags without adding wp_head(); into the head section of your theme?

    I have a separate theme for mobile version of my blog and i am not using wp_head(); in it. Because i don't want it to load all those plugins files which i have enabled for the normal theme of my website.

    So any chance i can do it?

  2. Wasee
    Member
    Posted 2 years ago #

    Not even a single reply? uh

  3. adam-s
    Member
    Posted 2 years ago #

    I know this is very late but since this thread ranks high for similar questions in Google...

    Try

    <?php
    $aiosp = new All_in_One_SEO_Pack();
    $aiosp->wp_head();
    ?>

    Seems to work fine for me. Should display all the <head> stuff for aosp

Topic Closed

This topic has been closed to new replies.

About this Topic