Ejemplo n.º 1
0
					<li><a href="../digital">Digital</a></li>
					<li>|</li>			
					<li><a href="../3d">3D</a></li>
					<li>|</li>
					<li><a href="../blog" class="selected">Blog</a></li>
					<li>|</li>
					<li><a href="../contact.php">Contact</a></li>	
				</ul>
			</nav>
		</div>	
		<header>
			<h1>Blog</h1>
		</header>	
		<div class="blog-index">	
		    <?php 
perch_blog_recent_posts(6);
?>
		</div>
	    <div class="archive-panel">
	        <h2>Archive</h2>
	        <?php 
perch_blog_categories();
?>
	        <?php 
perch_blog_tags();
?>
	        <?php 
perch_blog_date_archive_months();
?>
	    </div>
		<div class="footer">		
Ejemplo n.º 2
0
<div id="location">
  <div class="content">
    <h2><a href="/blog/">Blog</a></h2>
  </div>
</div>
<!-- /LOCATION -->
<!-- MAIN --> 
<div id="main" class="blog blogListing"> 
  <div class="top_main"></div> 
  <div class="middle_main"> 
    <!-- Main content --> 

       <!-- Left Content 590 --> 
     <div class="left_content_590"> 
        <?php 
perch_blog_recent_posts(5);
?>

      </div>
            <!-- /Left Content --> 
            <!-- rhs -->
                <div id="sidebar"> 
                  <div class="line"></div> 
                  <!-- container --> 
                  <div class="container">  
                    <!-- The following functions are different ways to display archives. You can use any or all of these. 
                    
                    All of these functions can take a parameter of a template to overwrite the default template, for example:
                    
                    perch_blog_categories('my_template.html');
                    
Ejemplo n.º 3
0
?>
		</nav>
	</header>

	<!--  change cols2-nav-right to cols2-nav-left if you want the sidebar on the left -->
	<div class="wrapper cols2-nav-right">

		<div class="primary-content">
		    <h1>Blog</h1>
			<!-- this is an example blog homepage showing a simple call to perch_blog_recent_posts()

			Posts are displayed using the templates stored in perch/apps/perch_blog/templates/blog you can edit these as you wish, making sure that the
			paths used in these templates are correct for your installation.
			 -->
		    <?php 
perch_blog_recent_posts(10);
?>

		    <p><a href="archive.php">More posts</a></p>
		</div>

		<nav class="sidebar">
			<h2>Archive</h2>
		    <!-- The following functions are different ways to display archives. You can use any or all of these.

		    All of these functions can take a parameter of a template to overwrite the default template, for example:

		    perch_blog_categories('my_template.html');

		    -->
		    <!--  By category listing -->