Tagged Questions
0
votes
1answer
69 views
create 2 custom columns in page edit in Admin panel
Hey all i have this code here:
if ( !function_exists('AddThumbColumn') && function_exists('add_theme_support') ) {
// for post and page
add_theme_support('post-thumbnails', array( ...
0
votes
1answer
1k views
Creating a 3-column layout on a Wordpress Page
At the moment I am creating a page with Wordpress. Now there is some content, that won't chance often, that's why I want to use a page for it. I also want to create a custom template for that page. ...
0
votes
1answer
392 views
Pages with 2 Columns
I've had a look at many of the available plugins but they all seem to be too difficult to use or do not provide enough flexibility.
Plugins I've already tried:
WP Post Columns
Magazine Columns
WP ...