Posts

Showing posts from July, 2014

Make Wordpress Twenty Thirteen Header 100% iPad compatible

In your style.css file search for @media (max-width: 767px) { and change the max-width to 768px like this: @media (max-width: 768px) { Add this CSS code within this media brace .site-header { position: relative; background-size: 100% 82% !important; } The 100% is for the width of the header and the 82% is for the height. Adjust these percentages to suit your template design and test on the iPad

Wordpress Add Pagination to Pages the Simple and Easy way

To add the built-in Wordpress pagination to your page with a lot of content simple add this line in "Text" mode at the places where you wish to break the page into multiple pages. <!--nextpage--> In my experience it took about 10 minutes for Wordpress to register I was using this feature and display the pagination on my page.  If you don't see the pagination immediately then wait a while. Tested in Wordpress 3.9.+