By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
But any theme can do this, all you need is a bit of CSS on the homepage. Note however you can't keep all this above the fold on a mobile - which is what just about everyone forgets.I'm just looking for a layout that has a homepage with full width image with CTA(s) in the middle and then the option to have widget boxes below the image that can be arranged next to each other and are clearly visible above the fold.
Enfold from Theme Forest has been mentioned here before. It is a build your own framework with a (bloody) Layerslider, WP Layer I think, but the slider can be removed totally.Most of the themes have annoying sliders and fading / moving parts.
I'm just looking for a layout that has a homepage with full width image with CTA(s) in the middle and then the option to have widget boxes below the image that can be arranged next to each other and are clearly visible above the fold.
Most of the themes have annoying sliders and fading / moving parts.
I'm just looking for a layout that has a homepage with full width image with CTA(s) in the middle and then the option to have widget boxes below the image that can be arranged next to each other and are clearly visible above the fold.
Or use an seo plugin and you can overwrite the title tags from each page![]()
<?php wp_title(); ?>
That means they have coded the title tag wrong then, it should be
PHP:<?php wp_title(); ?>
or use the new title_tag support (http://codex.wordpress.org/Title_Tag)
They shouldn't be coding anything else as it limits what the user can do to the title
<?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>