1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress and PHP code plugin

Discussion in 'PHP' started by papa_face, Jan 4, 2008.

  1. #1
    Hello,
    I have a blog. In my blog I have examples of code. For some reason when I use the editor and insert a
    '
    Code (markup):
    it is printed in wordpress as a
    ‘
    Code (markup):
    Which obviously caused parsing issues when people copy and past the text for code such as:
    echo ‘<a href="’.$links[$randnum].‘"><img style=" border:none" src="’.$images[$randnum].‘" /></a>’;
    Code (markup):
    should be:
    echo '<a href="'.$links[$randnum].'"><img style=" border:none" src="'.$images[$randnum].'" /></a>';
    Code (markup):
    Any ideas as to how I can fix this?
     
    papa_face, Jan 4, 2008 IP