gilbert-tordeur
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display special caracters code instead of characters ?Hello vtxyzzy.
Thank you for this information ; I did not know this function.
Perfect for me. Many thanks.
Gilbert
Forum: Fixing WordPress
In reply to: How to display special caracters code instead of characters ?I do not understand. What do you mean by visual editor ? Firefox ?
Forum: Fixing WordPress
In reply to: How to display special caracters code instead of characters ?Right. How should I transform my string to display the string as it is in my database (not depending on any charset) rather than being interpretated by the browser ?
Forum: Fixing WordPress
In reply to: How to display special caracters code instead of characters ?OK, this is the problem ! Let’s use a _ character that you should ignore :
I would like to display
un &_eacute;l&_egrave;ve
as
un &_eacute;l&_egrave;ve
instead of
un élève
Is there a PHP function I can use in my plugin to do this ?
Thank you in advance,
GilbertForum: Fixing WordPress
In reply to: [RSS Footer] Duplicate Post Links (POSTLINK)Hi all.
I have the same problem with content position “after” and “text excerpt only”. Looking at the plugin code, I see that the routine “embed_rssfooter” can be called in two different cases :
`add_filter(‘the_content’, ’embed_rssfooter’);
add_filter(‘the_excerpt_rss’, ’embed_rssfooter’);`
I suspect that with my settings this routine is called twice; this could explain the duplicated text. Therefore I have just “commented” one line and it is now OK for me.
//add_filter('the_content', 'embed_rssfooter');Gilbert
Forum: Fixing WordPress
In reply to: RSS : page not foundHi Samboll !
This was the confirmation I was looking for, and therefore I can go further : I have discovered the “RSS Includes Pages” plugin and pages are now taken into account.
Many thanks.
Gilbert