Visual Editor (WYSIWYG)
-
Hi,
I would like to know why I cannot get WordPresses visual editor to work? This is the code that I use:
i`f (have_posts()) :
if ( in_category( ‘categoryName’ ))while (have_posts()) : the_post();
echo ‘<h1>’;
echo get_the_title();
echo ‘</h1>’;
echo ‘<p>’;
echo get_the_content();
echo ‘</p>’;endwhile;
endif; `and if I mark some text part in my editor as Bold or Italic is simply ignored. Text stays always the same, formatted only as I defined it under p tag in my CSS. Any idea what am I doing wrong? I’ve created my own theme.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Visual Editor (WYSIWYG)’ is closed to new replies.