Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I installed meta tag plugin but it is not being shown in plugin directory in wp-content. so what could be the reason?

    this same plugin working on my other website in which i used same theme and wordpress version.

    i use integrity theme version 4.0.3 and wordpress version 4.2.2
    i clear web page cache and web browser cache but meta tags not reflected.

    <?php

    // =============================================================================
    // HEADER.PHP
    // —————————————————————————–
    // The site header. Variable output across different stacks.
    //
    // Content is output based on which Stack has been selected in the Customizer.
    // To view and/or edit the markup of your Stack’s index, first go to “views”
    // inside the “framework” subdirectory. Once inside, find your Stack’s folder
    // and look for a file called “wp-header.php,” where you’ll be able to find the
    // appropriate output.
    // =============================================================================

    ?>

    <?php x_get_view( x_get_stack(), ‘wp’, ‘header’ ); ?>

    this is the my header.php file code

Viewing 4 replies - 1 through 4 (of 4 total)