removed seccio extra template. added extra field to seccio. changed class tags to extra
This commit is contained in:
parent
0411d8ab58
commit
4b78ed9753
|
@ -46,7 +46,7 @@ get_header(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="content" class="indexall tags">
|
<div id="content" class="indexall extra">
|
||||||
<?php
|
<?php
|
||||||
// Detect plugin. For use on Front End only.
|
// Detect plugin. For use on Front End only.
|
||||||
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
|
@ -46,7 +46,8 @@ get_header(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div> <!-- end indexall wide -->
|
</div> <!-- end indexall wide -->
|
||||||
<div id="content" class="indexall tags">
|
|
||||||
|
<div id="content" class="indexall extra">
|
||||||
<?php
|
<?php
|
||||||
// Detect plugin. For use on Front End only.
|
// Detect plugin. For use on Front End only.
|
||||||
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
@ -57,6 +58,6 @@ get_header(); ?>
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div><!-- end indexall tags -->
|
</div><!-- end indexall extra -->
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
|
@ -45,9 +45,10 @@ get_header(); ?>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="content" class="indexall fills">
|
|
||||||
<!--ara els fills-->
|
<div id="content" class="indexall fills">
|
||||||
|
<!--ara els fills-->
|
||||||
<?php
|
<?php
|
||||||
$indexseccions = new WP_Query();
|
$indexseccions = new WP_Query();
|
||||||
$indexseccions->query('posts_per_page=-1&post_type=page&orderby=menu_order&order=asc&post_parent=' . $pare );
|
$indexseccions->query('posts_per_page=-1&post_type=page&orderby=menu_order&order=asc&post_parent=' . $pare );
|
||||||
|
@ -82,7 +83,21 @@ get_header(); ?>
|
||||||
</p><!-- .no-data -->
|
</p><!-- .no-data -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div><!-- .content -->
|
</div><!-- .content indexall fills-->
|
||||||
|
|
||||||
|
<div id="content" class="indexall extra">
|
||||||
|
<?php
|
||||||
|
// 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/hangar-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
hangar_show_extra_content();
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
</div><!-- end indexall extra -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!--end Main-->
|
<!--end Main-->
|
||||||
|
|
||||||
|
|
|
@ -95,4 +95,17 @@ get_header(); ?>
|
||||||
</div><!-- #content .indexall -->
|
</div><!-- #content .indexall -->
|
||||||
|
|
||||||
|
|
||||||
|
<div id="content" class="indexall extra">
|
||||||
|
<?php
|
||||||
|
// 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/hangar-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
hangar_show_extra_content();
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
</div><!-- end indexall extra -->
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
|
4
page.php
4
page.php
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!--end Content-->
|
<!--end Content-->
|
||||||
|
|
||||||
<div id="content" class="indexall tags">
|
<div id="content" class="indexall extra">
|
||||||
<?php
|
<?php
|
||||||
// Detect plugin. For use on Front End only.
|
// Detect plugin. For use on Front End only.
|
||||||
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div><!-- end indexall tags -->
|
</div><!-- end indexall extra -->
|
||||||
|
|
||||||
|
|
||||||
<?php //get_sidebar('secondary'); ?>
|
<?php //get_sidebar('secondary'); ?>
|
||||||
|
|
Loading…
Reference in New Issue