Support » Fixing WordPress » Problem with more tag

  • If before <!–more–> tag I use strong or any other tags, then all text on main page after more text becomes bold.
    Tested on WordPress 3.0.1 with default theme.

    Example:

    <strong>Some text</strong>
    
    <!--more-->
Viewing 2 replies - 1 through 2 (of 2 total)
  • When did this start?

    Is this a new WP install?

    Were there any plugins that were recently installed or updated. If so, have you tried deactivating them to test if there are any issues?

    Do you have any plugins that enhance the post/page editor that might be causing an issue?

    Thread Starter vovkab

    (@vovkab)

    This is new 3.0.1 wordpress install. Wysiwyg is turned off in profile.
    Installed and active plugins:
    – Akismet
    – CodeColorer
    – Configure SMTP
    – Unfancy Quote
    Not Active:
    – WordPress Wiki

    And here is new bug:
    I use CodeColorer for code highlight, and if I open page as a single it works fine, but when in index with more tag it adds tags to my code. Here is page with example:
    http://dev.androidteam.ru/

    code on index page with problem:

    private ArrayList<view> getViewChildsList(Object o) {
            ArrayList</view><view> views = new ArrayList</view><view>();

    code on single page, shows correct:

    private ArrayList<View> getViewChildsList(Object o) {
            ArrayList<View> views = new ArrayList<View>();

    If I remove <!--more--> everything works fine: bold text, syntax highlight, but if I add it back there are bugs described above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with more tag’ is closed to new replies.