antoineverdier
Forum Replies Created
-
Forum: Plugins
In reply to: [Promotion Slider] Slider stop workingHello,
I checked the plugins and Promotion stop working when I activate Download Manager plugin…
Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twiceThank you, well it is working fine with version 1.12 !
Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twiceWell it was working fine until I did an update of the plugin. Is it possible to get the previous versions ?
Thank you
Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twice<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”><?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php if ( is_front_page() ) { ?>
<h2 class=”entry-title”><?php the_title(); ?></h2>
<?php } else { ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<?php } ?><div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ => ‘</div>’ ) ); ?>
<?php edit_post_link( __( ‘Edit’, ‘twentyten’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</div><!– .entry-content –>
</div><!– #post-## –><?php comments_template( ”, true ); ?>
<?php endwhile; ?>
</div><!– #content –>
</div><!– #container –><?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twiceI just adapted the basic theme.
I was thinking of sending you the page.php file for you to check ?
Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twiceThis is the basic WordPress theme.
How can I send you the page.php file ?Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twice“Check the page template this particular page is using for errors in the loop.”
What do you mean ?Forum: Plugins
In reply to: [Simple Staff List] One shortcode shows the list twiceThank you
Here is the page :
https://www.marathon-media.fr/the-team-2/