Viewing 3 replies - 1 through 3 (of 3 total)
  • Assuming that you are not using the <--more--> tag in your posts, your theme’s index.php template file may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing index.php and replacing <?php the_excerpt();?> with <?php the_content();?>.

    As for your sidebar, what you are seeing my be the default sidebar content (ie the stuff that is displayed when you haven’t added any widgets). You can either edit the sidebar template file (sidebar.php?) and remove the default content or, as a quick fix, you could try just adding an empty Text widget to the sidebar via Appearance -> Widgets.

    Thread Starter adevore

    (@adevore)

    The sidebar empty text widget worked great for the home page and the contact page, but still mysteriously appears on another page. Any idea why?

    Your theme must have more than 1 sidebar. Try adding an empty Text widget to the other sidebar(s).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Codium Theme’ is closed to new replies.