added associat post type and presentation
This commit is contained in:
parent
e0bd632c29
commit
b9275a0abb
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* The template for displaying the "associats" members with search capabilities
|
* The template for displaying the "associats" calls with search capabilities
|
||||||
*
|
*
|
||||||
* Template Name: Cercador associats
|
* Template Name: Cercador associats
|
||||||
*
|
*
|
||||||
|
@ -35,9 +35,9 @@ get_header();
|
||||||
|
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<section id="filteredmembers" class="xarxaprod-filtered-content xarxaprod-filtered-members xarxaprod-associats-filtrats">
|
<section id="filteredcalls" class="xarxaprod-filtered-content xarxaprod-filtered-calls xarxaprod-associats-filtrats">
|
||||||
|
|
||||||
<aside id="membersfilter" class="xarxaprod-filter-members xarxaprod-fitre-associats">
|
<aside id="callsfilter" class="xarxaprod-filter-calls xarxaprod-fitre-associats">
|
||||||
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
<?php xarxaprod_associats_filters_form(); // function defined in the plugin ?>
|
<?php xarxaprod_associats_filters_form(); // function defined in the plugin ?>
|
||||||
<?php } //end if is_plugin_active ?>
|
<?php } //end if is_plugin_active ?>
|
||||||
|
|
Loading…
Reference in New Issue