I am using a wordpress theme for my portfolio site and I am trying to recreate an effect that I see many sites using now. Its essentially a full width background image or css background color with standard page width content.
Here is an example: http://themeforest.net/item/vernumresponsive-onepage-parallax-wordpress-theme/full_screen_preview/4843905
When you go about half way down the page you will see the “Are you ready to buy this theme” section. Its like a page break with content. I want to do that in wordpress, but I don’t need to have the parallax effect. I just need the image background or background color css to break the initial content container, but keep the content inside it confined to that container.
You can use shortcode in your theme.
Example :
in your theme :
in your post:
Reference :
http://codex.wordpress.org/Shortcode_API