function view_settings_help()
    {
        ?>
            <p>
                <a class="wpv-help-link" target="_blank" href="http://wp-types.com/documentation/user-guides/view-templates/?utm_source=viewsplugin&utm_campaign=views&utm_medium=content-template-help-link-what-is-ct&utm_term=What is a Content Template"><?php 
        ?>
<?php_e( 'What is a Content Template', 'wpv-views' ); ?> &raquo;</a>
            </p>
            <p>
                <a class="wpv-help-link" target="_blank" href="http://wp-types.com/documentation/user-guides/editing-view-templates/?utm_source=viewsplugin&utm_campaign=views&utm_medium=content-template-help-link-editing-instructions&utm_term=Editing instructions"><?php 
        _e('Editing instructions', 'wpv-views');
        ?>
  &raquo;</a></p>
            <p>
                <a class="wpv-help-link" target="_blank" href="http://wp-types.com/documentation/user-guides/setting-view-templates-for-single-pages/?utm_source=viewsplugin&utm_campaign=views&utm_medium=content-template-help-link-how-to-apply&utm_term=How to apply Content Templates to content"><?php 
        ?>
<?php_e( 'How to apply Content Templates to content', 'wpv-views' ); ?>  &raquo;</a>
            </p>
        <?php 
    }
				<?php 
            the_excerpt();
            ?>

			</article>

		<?php 
        }
        ?>
 
			
		<?php 
    }
} else {
    ?>

			<p><?php 
    php_e('Sorry, no posts matched your criteria.');
    ?>
</p>

		<?php 
}
?>

	</div> <!-- .container -->

</div> <!-- .wrapper -->

<?php 
get_footer();
    function view_settings_help()
    {
        ?>
            <p>
                <a class="wpv-help-link" target=_"blank" href="http://wp-types.com/documentation/user-guides/view-templates/"><?php 
        php_e('What is a Content Template', 'wpv-views');
        ?>
 &raquo;</a>
            </p>
            <p>
                <a class="wpv-help-link" target=_"blank" href="http://wp-types.com/documentation/user-guides/editing-view-templates/"><?php 
        _e('Editing instructions', 'wpv-views');
        ?>
  &raquo;</a></p>
            <p>
                <a class="wpv-help-link" target=_"blank" href="http://wp-types.com/documentation/user-guides/setting-view-templates-for-single-pages/"><?php 
        php_e('How to apply Content Templates to content', 'wpv-views');
        ?>
  &raquo;</a>
            </p>
        <?php 
    }
Exemple #4
0
        the_permalink();
        ?>
">juicy<h1><?php 
        the_title_attribute();
        ?>
</h1></a>

			<?php 
        the_content();
        ?>
				<!--p>We are show-quality French Bulldog breeders with over 10 years of experience.</p>
				<p>Our next litter is due in June. Make a downpayment today to reserve your puppy!</p>-->
			</section>
		<?php 
    }
} else {
    ?>
			<p><?php 
    php_e('Sorry, no content');
    ?>
</p>
		<?php 
}
?>
		</section>
		<?php 
get_sidebar();
?>
</div>
<?php 
get_footer();
            ?>
                            <?php 
            $course_id = $post->ID;
            $calend_link = get_post_meta($course_id, 'calend_link', true);
            if (!empty($calend_link)) {
                ?>
                                <iframe class="course-shedule" src="<?php 
                echo $calend_link;
                ?>
" style="border: 0"
                                        frameborder="0" scrolling="no"></iframe>
                            <?php 
            } else {
                ?>
                                <?php 
                php_e('Календарь для данного курса отсутсвует', 'qode');
                ?>
                            <?php 
            }
            ?>
                            <?php 
        } elseif (is_user_logged_in() && $tab == 'forum' && !get_post_meta($post->ID, 'disable_forum', true)) {
            ?>
                            <?php 
            $course_id = $post->ID;
            $forum_id = '';
            $buddypress_id = get_post_meta($course_id, 'buddypress_id', true);
            if (!empty($buddypress_id)) {
                $forum_id = bbp_get_group_forum_ids($buddypress_id);
            }
            if (!empty($forum_id)) {
Exemple #6
0
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                        </tr>
                        <tr>
                                <td colspan="2"><?php 
_e('You are receiving this email because you indicated that you forgot the password for Spotzi Mapbuilder account %s. Click the link below to change your password. The link will expire in 2 days.', ucwords($this->user['Name']));
?>
</td>
                        </tr>
                        <tr>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                        </tr>
                        <tr>
                                <td colspan="2"><?php 
php_e('Does this account not belong to you or did you not request this change? Then you can ignore this email.');
?>
</td>
                        </tr>
                        <tr>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                        </tr>
                        <tr>
                                <td colspan="2"><hr></td>
                        </tr>
                        <tr>
                                <td colspan="2"><a href="<?php 
echo $changePasswordUrl;
?>
"><?php