LANSMM
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WP install – white pageThanks for your help.
I have basically reinstalled everything…Forum: Plugins
In reply to: [Simple Share Buttons Adder] Image setsHi David,
Thanks for your intervetion: everything works smoothly after you released the last version of the plusgin.
Thanks a lot!Forum: Themes and Templates
In reply to: [Mon Cahier] Page numbersThanks for the quick answer. I already use a child theme (read all support post when installed the theme).
I tried with the pagenavi plugin, but it doesn’t work.
I changed template-tags.php as told by the plugin authors, but it just change nothing. I still have “previous posts” with an arrow.
Any ideas?
My template-tags.php looks this way:
<?php if ( is_single() ) : // navigation links for single posts ?><?php previous_post_link( <?php wp_pagenavi(); ?> ); ?>
<?php next_post_link( <?php wp_pagenavi(); ?> ); ?><?php elseif ( $wp_query->max_num_pages > 1 && ( is_home() || is_archive() || is_search() ) ) : // navigation links for home, archive, and search pages ?>
<?php if ( get_next_posts_link() ) : ?>
<?php wp_pagenavi(); ?>
<?php endif; ?><?php if ( get_previous_posts_link() ) : ?>
<?php wp_pagenavi(); ?>
<?php endif; ?><?php endif; ?>
Forum: Themes and Templates
In reply to: [Duena] Problem with Facebook plugin on Duena and translationsBonjour,
Have you succeeded with French translation?
I’ve done quite a complete translation using Poedit, I can send it to you.Nevertheless, the theme doesn’t take some parts/phrases of the translated text (ex: Author’s Bio). I can’t find why.
Have you found the solution to all this?
Merci