I want to know is it possible to change the layout of individual pages instead of the look of the theme. For example, I want to have a photo gallery but i want to remove the sidebars but for only one page. If possible, how could I do this?
I want to know is it possible to change the layout of individual pages instead of the look of the theme. For example, I want to have a photo gallery but i want to remove the sidebars but for only one page. If possible, how could I do this?
try and work with page templates http://codex.wordpress.org/Pages#Page_Templates
in connection with additional css based on the css class output of body_class() http://codex.wordpress.org/Function_Reference/body_class
This can be done, requires some work, and is based on Page Templates.
Some themes come with some templates built in.
You must log in to post.