| Server IP : 217.160.0.15 / Your IP : 216.73.217.116 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/alum/ |
Upload File : |
<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that
* other 'pages' on your WordPress site will use a different template.
*
*/
get_header(); ?>
<div class="smallhead">
</div>
<div class="page-intro" style="margin-top: 0px;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 ">
<ol class="breadcrumb ">
<?php alum_breadcrumbs(); ?>
</ol>
</div>
</div>
</div>
</div>
<!--end / page-title-->
<div class="mainblogwrapper">
<div class="container">
<div class="row">
<div class="mainblogcontent">
<div class="col-md-9">
<!-- *** Post loop starts *** -->
<!-- *** Post1 Starts *** -->
<?php if (have_posts()) while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="article-page">
<div class="headline"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2></div>
<?php the_content(); ?>
</div>
</div>
<?php endwhile; ?>
<div class="clearfix"></div>
<!-- *** Post1 Starts Ends *** -->
<!-- *** Post loop ends*** -->
<div class="clearfix"></div>
<!-- ***Comment Template *** -->
<?php comments_template(); ?>
<!-- ***Comment Template *** -->
<div class="clearfix"></div>
</div>
<div class="col-md-3">
<!-- *** Sidebar Starts *** -->
<?php get_sidebar(); ?>
<!-- *** Sidebar Ends *** -->
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>