P.verma123
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Meta Tags] P.verma support questionI installed meta tag plugin but it is not being shown in plugin directory in wp-content. so what could be the reason?
Forum: Plugins
In reply to: [Add Meta Tags] P.verma support questionthis same plugin working on my other website in which i used same theme and wordpress version.
Forum: Plugins
In reply to: [Add Meta Tags] P.verma support questioni 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.Forum: Plugins
In reply to: [Add Meta Tags] P.verma support question<?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