• Hello,

    I have set a page and I wrote some paragraph for website as content. I can make the texts bold, underline and all from backend, but when the post is displayed in front-end, the formats are not shown. It’s simply a plain text with the text format from CSS. Please help me in this.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter bhutanesedude

    (@bhutanesedude)

    I cannot provide the link since I am working on local server, but i have the screen shot.

    https://imgur.com/d2qH9CM This link contains the CPanel file where I have bolded and underlined few text, but when I see this in browser, it is displayed like this without any formating.

    Hope this give some idea to help me. I am new in WordPress though, so please help me.

    What theme are you using? Have you tried deactivating your plugins and switching to the default theme to rule out plugin or theme issues?

    Thread Starter bhutanesedude

    (@bhutanesedude)

    I am using custom designed Theme… What plugins should I deactivate?

    You may need to go back to whoever designed this custom theme and ask them about this. Without even being able to see the theme in action, there is very little we can offer to help.

    Thread Starter bhutanesedude

    (@bhutanesedude)

    Ok I will post the code I used in my index.php file.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div id="left">
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <h2><a> "><?php the_title(); ?></a></h2>
    <?php the_content(); ?>
    
    <?php endwhile; else: ?>
    <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    <?php endif; ?>
    
    </div>
    <?php get_footer(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Is the code fine?

    That’s irrelevant for CSS questions, sorry.

    Thread Starter bhutanesedude

    (@bhutanesedude)

    Sorry but I am afraid it’s somehow link with CSS, never the less, if members doesn’t wanna help me then it is ok. I will find some other way. I am sorry if I posted this question in wrong section.

    I’d recommend that you try reviewing Theme Development.

    It’s not that we don’t want to help you – it’s that it’s literally impossible to help anyone with a CSS issue without actually seeing the site.

    Do you have CSS working on other pages ? Have you validated your page(s) for CSS errors that may be causing that problem?

    https://jigsaw.w3.org/css-validator/

    Thread Starter bhutanesedude

    (@bhutanesedude)

    Thank you WPyogi, I have validated the CSS file from your link and it says “Congratulations! No Error Found.” guess that means my CSS file is ok.

    Now whats next

    Thread Starter bhutanesedude

    (@bhutanesedude)

    OK I have uploaded the site to
    https://journeys2bhutan.com/wordpress/about-us/

    Thread Starter bhutanesedude

    (@bhutanesedude)

    Will someone please help me why my Bold, Underline and all those formatting are not working?

    https://journeys2bhutan.com/wordpress

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘My Post not displayed with the format’ is closed to new replies.