Featured Image in Header of Archive Pages in Twenty Eleven
To show the ‘featured image’ of the top post as header image in an archive page in the Twenty Eleven theme, edit header.php in the child theme; change this section: <?php /* * The header image. *...
View ArticleA Real ‘Full Width Page’ Template for Twenty Fourteen
To create a real full width page – with no sidebars whatsoever – in your WordPress site while using a child theme of the default theme Twenty Fourteen, program this page template file with the file...
View ArticleInjecting Multiple adsense Ads into a WordPress Loop
The versatile code injects for instance adsense ad codes several times into the posts of an index or archive page, starting with a pre-set post, and then repeated in regular intervals (up to a set...
View ArticleBetter Gallery Alignment in Twenty Seventeen
The new theme Twenty Seventeen shows the right thumbnail image in the default 3-column gallery with just a little space to its right, which is particular noticable when you post a full width image...
View ArticleShow Custom Site Title or Tagline per Page
to have a custom site title and/or tagline on different pages (static pages only) of your WordPress site; one possible approach: /* * customize different Site Title * and Tagline per (static) page */...
View Article