• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Wasee

    (@wasee)

    Not even a single reply? uh

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: All in One SEO Pack] Calling AIO SEO without wp_head();’ is closed to new replies.