0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
themes-bak
/
corp2
/
includes
/
[
Home
]
File: featured.php
<?php $q = new WP_Query('pagename=home_feature'); while ($q->have_posts()) : $q->the_post(); $do_not_duplicate = $post->ID; global $home_feature_id; $home_feature_id = $post->ID; ?> <?php global $feature_text; $feature_text = strip_tags(get_the_content('Read More...'), '<h4><p><a><strong>'); $feature_text = apply_filters('the_content', $feature_text); $feature_text = str_replace(']]>', ']]>', $feature_text); ?> <?php endwhile; ?>