• Help! I was monkeying with my page.php (to remove the date tag and have it show all content vs. excerpt) and somehow this page is all one column instead of 3 column like my template/theme had it and my backgrounds are messed up

    https://www.fun-activities-for-kids.com/about/

    I’ve basically lost my format, altho when I compare the code to index.php I can’t find what’s missing? I must have accidentally deleted a tag? Or two? I am new to blogging and know nothing about these codes so can someone please help me get my page format back? Thank you so much!!
    Karen
    https://www.fun-activities-for-kids.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • First thing you can do is backup your current page.php, then copy index.php to page.php, and start over.

    To remove the date, look for the line that begins with <p class="post-info"> and delete it up to the first
    on the same line.

    page.php shouldn’t be showing excerpts, I can’t imagine why anyone would have done that. But if it is indeed showing excerpts, then look for where it calls the_excerpt(....) function, and change the function name from the_excerpt to the_content. That should do it.

    Once you’re satisfied with your new page.php, you can delete your backed-up one.

    Thread Starter funfelt

    (@funfelt)

    Oh thank you so much!!
    Karen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘yikes – lost my columns????’ is closed to new replies.