MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/me/wp-content/themes/DERMOVIVA WP THEME AR/index.php
<?php get_header(); ?>
 
 		<br class="breakline"/>
        
</div><!-- header -->
 
    <div id="content">
            
        <div class="mainholder01">
        <div class="contentholder txtclrblack bgwhite">
        <div class="breadcrumb"><a href="http://dermoviva.com/me">Home</a>&nbsp;&nbsp;>&nbsp;&nbsp;Our Products&nbsp;&nbsp;>&nbsp;&nbsp;<?php the_title(); ?></div>
        
			<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
             
            <div class="post">
            <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
             
                <div class="entry">  
                    <?php the_post_thumbnail(); ?>
                    <?php the_content(); ?>
     
                    <p class="postmetadata">
                    <?php _e('Filed under&#58;'); ?> <?php the_category(', ') ?> <?php _e('by'); ?> <?php  the_author(); ?><br />
                    <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?> <?php edit_post_link('Edit', ' &#124; ', ''); ?>
                    </p>
     
                </div>
            </div>
            <?php endwhile; ?>
             
            <div class="navigation">
            <?php posts_nav_link(); ?>
            </div>
             
            <?php endif; ?>
        
        </div><!-- contentholder -->   
        </div><!-- maincontainer -->
        
    </div><!-- content -->  
    
<?php //get_sidebar(); ?>  
<?php get_footer(); ?>
<!-- INDEX -->