HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/hybrid/widgets.php
<?php
/*
Template Name: Widgets
Description: Use this template to completely widgetize any page on your blog.
Note: This template is under heavy development, and functionality may change in the future.
*/
?>

<?php get_header(); ?>

<?php dynamic_sidebar(__('Widget Template','hybrid')); ?>

<?php wp_reset_query(); ?>

<?php if(have_posts()) : while(have_posts()) : the_post(); ?>

	<?php edit_post_link(__('Edit','hybrid'), '<p class="post-meta-data"><span class="edit">', '</span></p>'); ?>

	<?php hybrid_after_page(); // After page hook ?>

	<?php comments_template('', true); ?>

	<?php endwhile; ?>

<?php else: ?>

	<p class="no-data"><?php _e('Sorry, no page matched your criteria.','hybrid'); ?></p>

<?php endif; ?>

<?php get_footer(); ?>