Structure and to do…
- See http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
- Social – add a post
- Warm-up Day – add a post
- Travel- add a post
- City & Weekend – edit page
- Main Page (child index.php and page.php) removed featured content section with grid or slider.
Change Log for WordPress site – July/Aug 2014
- Styles
<style>
li {
color: blue;
text-align: left;
list-style-type: circle;
}
p { text-align:justify;}
</style>
for the small portrait image on bio pages
style=”width:100px;vertical-align:top; float:right; margin: 0px 0px 0px 20px;”
Images at bottom
<center>
</center>
- Find photos for WARM UP DAY 2006 and put in gallery
- Maybe Try this…
Notes:
dec 6 warm (13 rain date)
mad river glenn????
boulder hut – ????
- See style.css in child for colour substitutions
- http://portal.areyouahuman.com/dashboard
mk@r. t!
not being used
- 72.7% for skitele.gif on 1260 x 240 header.
- Theme 2014 – child (css change to centre it)
- Changes to category.php (for warm-up, travel, social) — comment this out…
<!–
<header class=”archive-header”>
<h1 class=”archive-title”><?php printf( __( ‘Category Archives: %s’, ‘twentyfourteen’ ), single_cat_title( ”, false ) ); ?></h1>
<?php
// Show an optional term description.
$term_description = term_description();
if ( ! empty( $term_description ) ) :
printf( ‘<div class=”taxonomy-description”>%s</div>’, $term_description );
endif;
?>
</header>
–>
<!– .archive-header –>