• I’m very new to using wordpress and am probably making a lot of stupid mistakes. I’m worried now that I’ve messed with too much and have things confused in my code. I loved this layout but just wanted to change the width to fit what I was looking for, now I’m having a few issues…

    1) I cannot seem to extend my main page posts beyond a summary even after changing that in the settings. Is there somewhere this needs to be changed in the code?

    2) The other thing I’m having an issue with is when you view a single post the beginning few lines are indented quite a ways.
    http://sic-art.com/blog/index.php/2011/06/this-is-just-a-test/

    I’ve gone over the settings and the stylesheet many times and can’t seem to find my mistake. Hopefully I don’t need to start over from scratch. thanks for any help

    http://wordpress.org/extend/themes/codium/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author henri

    (@riri23)

    Shelly openindex.php and change this

    <?php the_excerpt(''.__('lire la suite <span class="meta-nav">&raquo;</span>', 'codium').''); ?>

    <?php the_content(); ?>

    For the second point I don’t know what you change… Maybe it the result of you width change for the container

    Thread Starter shellysea

    (@shellysea)

    thank you henri, the change worked =) its exactly what i was looking for.

    On the second issue, I’ll try changing the width back and see if it returns to normal. I know its my error, I don’t know enough about wordpress coding.

    I appreciate your help and your beautiful theme =D Thank you!!

    Thanks for the help as well, I’m still getting used to code. I’ve extended the main post section of my music blog. Check it out at Dubstep Motif

    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Codium] extending the main post section and getting rid of "read more"’ is closed to new replies.