开发者

creating arbitrary page layouts in wordpress

I want to add a theme or plugin to my wordpress install such that I can quickly build pages with arbitrary layouts, mixing bars of 2, 3, and 4 columns, containing widgets, HTML, etc.

I've been looking at carrington build but it doesn't let me reuse bars across different pages, and it seems to be limited in the bar layouts (no 4 column bar for example).

i've also looked at plugins like widgets on pages but in that case I have to do a lot of CSS hacking to create a 4 column bar, for example.

is there a recommended plugin or theme or way to 开发者_高级运维solve this problem? i'm not a design guru, i'm looking for a simple solution that just works. I love the unbounce.com editor of pages, why isn't there something like that for wordpress???


You can make different template files for different pages/categories/etc. There is more than one way to get there, the easiest is with naming.

If you like to have a page with different layouts, just create a page-<my-pagename>.php and copy the content of page.php in it.

Now to make your own markup. Go to the Wordpress backend and edit your page. At the right-hand side, select the template you wish to use for this page, select page-<my-pagename>. Other ways are described here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜