Custom Single Page Portfolio Theme [closed]

In the page editor switch to HTML mode and wrap each section of content around divs you want to be a column. <div class=”col2w col2a”>Col 1</div> <div class=”col2w col2b”>Col 2</div> <div class=”col3w col3a”>Col 1</div> <div class=”col3w col3b”>Col 2</div> <div class=”col3w col3c”>Col 3</div> Next use CSS to style them to look like columns.

Add Field To All Pages

If you want to do that yourself, take a look at function add_meta_box (don’t forget the examples). That page has almost everything you need to create a custom meta box for a certain post type. If you want to simplify your work, you might want to use an utility like Meta Box plugin. This plugin … Read more