• Hey guys, I’m new at this whole WordPress theme and I need some guidance.

    I am currently working with a premade free theme, which I am editing it to make it look a little bit my own (don’t worry still linking to original author)

    My question:
    I want to create a simple One column PHP template. The original is a two column one. And I have no clue how to go about doing this. I have been messing around with the original PHP and I know basic HTML and I can’t seem to figure this out. I know it has to be super easy and I am a total n00b. but please help.

    I want to script to be basically:

    – Header
    – Body
    – footer

    you know… super basic…

    thanks in advance. :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • am currently working with a premade free theme

    which one?

    the second column is usually the sidebar, and is usually called in the template with:

    <?php get_sidebar(); ?>

    remove that in your new template.

    the rest is css,
    which, imho, can only be discussed seeing the problem, i.e. with a link to the live site.

    Thread Starter DirtyPanda

    (@dirtypanda)

    Yeah I removed the

    <?php get_sidebar(); ?>

    which did remove the sidebar (lol) but it left the post box the same size, So I want to create the post box as big as where the sidebar would have been.

    I’m working with Zincious

    link to demo site:
    (https://www.paddsolutions.com/wpmag/zincious/services/photography-services/)

    the second problem is if you notice the demo site it gives a “page 2” and shows another page, which I want to remove completely.

    I just want the actual post or page with the header on top and the footer in the bottom.

    also, thanks for responding super fast. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Help Request] Simple One Column PHP help.’ is closed to new replies.