I wants to execute the code but if i write php or html code in Wordpress editor......?

reene

New member
I wants to execute the code but if i write php or html code in Wordpress editor and after that i do changes in visual than code is changed i.e tag is removed.
for eg:
this code written in html.
<h2><a href="<?php echo get_permalink('2195'); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

and this code is seen visual.
<h2><a class="mceWpPHP" title="php" href="<img src="></a>" rel="bookmark"><?php the_title(); ?></h2>
 
Back
Top