included the plugin extra in "seccio ampla extra"
This commit is contained in:
parent
460dc9a972
commit
c03a5f4b94
|
@ -40,7 +40,7 @@ get_header(); ?>
|
|||
<?php else: ?>
|
||||
|
||||
<p class="no-data">
|
||||
<?php _e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
||||
<?php //_e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
||||
</p><!-- .no-data -->
|
||||
|
||||
<?php endif; ?>
|
||||
|
@ -53,15 +53,9 @@ get_header(); ?>
|
|||
// check for plugin using plugin name
|
||||
if ( is_plugin_active( 'hangar-wp-plugin/hangar-wp-plugin.php' ) ) {
|
||||
//plugin is activated do
|
||||
hangar_show_tagged(); // put code here to show tags
|
||||
hangar_show_extra_content();
|
||||
}
|
||||
else: ?>
|
||||
<p class="no-data">
|
||||
<?php //_e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
||||
</p><!-- .no-data -->
|
||||
<?php endif;
|
||||
?>
|
||||
</div><!-- .content -->
|
||||
</div>
|
||||
<!--end Main-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue