- 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).
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.7">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.8">
<!-- <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>