From: Laury GvR Date: Thu, 13 Jul 2017 21:20:26 +0000 (-0400) Subject: Style version bump and log notes for prev. commit X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b2587f439ab95ce7ab7befd469f6b60b0db4d809;p=WP-Themes%2Ftruenorthgolf.git Style version bump and log notes for prev. commit - Changing the font settings across the site. - Setting up/styling the blog. - Default header image replaced - Setting up blocks categories to allow for separate blocks for the members only section. Because the members only section has a different markup structure and we don't normally add blocks to it, some changes had to be made to the markup and the css. - Adjusting the members only top bar to have a new "Members Home" link, as well as to show up not just on members-only pages but also on blog pages with the category "members-only". There was also some restructuring required to account for the Blog sidebar which is right-aligned (unlike the usual left-aligned members only bar) and which is attached to the header image preventing the normal placement of the top bar. - Since the Blog pages are not "Member pages" as far as the member DB is concerned, it does not apply its front.css stylesheet. Therefore several styles had to be brought over into the theme stylesheet. - Separating the blog posts based on whether they are part of the Members Only category. A check was needed for the members only top-bar which shows up only when one is on the Members Only category. (I still have to code this showing up when one is on a single blog post). A check was also needed for the sidebar; in the members only blog section only posts belonging to a certain category should be shown, while on the regular blog section only posts NOT belonging to that category should be shown. - The blog category template is archive.php, which is also the archive template. Thus, additional code had to be added to ensure that archives still showed up correctly (as they are not categories and must be treated differently). --- diff --git a/header.php b/header.php index 631414b..d57eb32 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - +