diff --git a/seccions-wide-extra.php b/seccions-wide-extra.php index e5d6135..921bd28 100644 --- a/seccions-wide-extra.php +++ b/seccions-wide-extra.php @@ -51,7 +51,7 @@ get_header(); ?> // Detect plugin. For use on Front End only. include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // check for plugin using plugin name - if ( is_plugin_active( 'hangar-wp-plugin-tags-selector/hangar-tags-and-pages.php' ) ) { + if ( is_plugin_active( 'hangar-wp-plugin/hangar-wp-plugin.php' ) ) { //plugin is activated do hangar_show_tagged(); // put code here to show tags }