• Hello,

    i am posting content on my site but its not showing properly. Like

    (‘:’)
    <) (>

    when i post this its shows only the upper part (‘:’) and not <) (>

    how to solve this.

    thanks
    waiting for reply

Viewing 6 replies - 1 through 6 (of 6 total)
  • You need to encode the greater and less than characters when using them as content as they are also used in code. Use & gt; and& lt; (without the spaces).

    Thread Starter new2world

    (@new2world)

    this is the code mention in loop.php and single.php , i am using theme.

    <?php
    the_content('');
    wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'themater' ) . '</strong>', 'after' => '</p>' ) );
    ?>

    other thing i have notice is that when there is an enter between two lines it shows only 1 line in category page and not the full message. if there is no enter between lines then it shows full message.

    Where to put the above code can you tell me please in this as i am new to wordpress.

    thanks

    Thread Starter new2world

    (@new2world)

    Can any one help please ? can anyone solve it. ?

    What theme are you using? A link to your site would help.

    Thread Starter new2world

    (@new2world)

    i am using Range theme. link would be http://fthemes.com/demo/Range/

    Sorry but that theme is not released under GPL. Non GPL products are not welcome in the WordPress community. Official WordPress policy states that all plugins and themes that are publicly released are required to adhere to http://wordpress.org/about/gpl/

    Any support requests for non-GPL products are usually ignored, in the interests of supporting the community and its freedoms.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress not showing contents like’ is closed to new replies.