luciendub
Forum Replies Created
-
Forum: Plugins
In reply to: Assign capabilities to a new role for a custom post typeSolved
Forum: Plugins
In reply to: [Yet Another Related Posts Plugin (YARPP)] Incompatible with 4.3It should be updated by the plugin team! Here is a list of incompatible plugins: https://gist.github.com/chriscct7/d7d077afb01011b1839d
Forum: Plugins
In reply to: [Plugin: Mailpoet] Can't duplicate a newsletter – 404I used this duplicate function before. But now, I got the same error.
Forum: Plugins
In reply to: [WordPress Popular Posts] Can't disable AjaxOk I see. Thank you!
Forum: Plugins
In reply to: [WordPress Popular Posts] Can't disable AjaxIs it possible to put it in footer? (As I put jQuery to load in footer)
Forum: Fixing WordPress
In reply to: Date doesn't show for only one postI finally managed to make it works
Forum: Fixing WordPress
In reply to: Display posts between friday and thursdayI’ll give it a try!
Forum: Plugins
In reply to: [Kebo Twitter Feed] Ideas & SuggestionsOk I will use the .pot file. Thank you!
Forum: Hacks
In reply to: strtotime returns strange charactersYes, I was using the UTF-8.
I finally solved the problem with utf8_encodeSo I get
<?php setlocale(LC_TIME, 'fr_FR'); define("CHARSET", "utf-8"); echo utf8_encode (strftime('%d %h %Y', strtotime(get_field('date_de_levenement')))); ?>
Thank you for your reply
Forum: Plugins
In reply to: [Kebo Twitter Feed] Ideas & SuggestionsI change the message because my website is in french.
Forum: Fixing WordPress
In reply to: strtotime returns strange charactersI solved the problem with this!
utf8_encode
So I get
<?php setlocale(LC_TIME, 'fr_FR'); define("CHARSET", "utf-8"); echo utf8_encode (strftime('%d %h %Y', strtotime(get_field('date_de_levenement')))); ?>
Forum: Plugins
In reply to: [Kebo Twitter Feed] Ideas & SuggestionsIt could be interesting if we could change the “Sorry, no tweets found” message. Actually, I change it in the plugin code myself each time I update it.
Forum: Fixing WordPress
In reply to: p tags don't saveI should try during the night (the site is live).
Meanwhile, I just installed TinyMCE advanced
Any link with that: https://codex.wordpress.org/Roles_and_Capabilities#unfiltered_html ?Forum: Plugins
In reply to: [Post Reading Time] Show to hide 0 minutesIt’s almost what I would like to do as the current message is not so great and repeats hisself.
Forum: Fixing WordPress
In reply to: How to import many posts (231) with featured imageOups, I just retried again and it worked…