示例#1
0
    ?>
    
                      <div style="background-repeat:no-repeat;background-position:left top;" class="fullwidth-section">
                          <div class="container"><?php 
    edit_post_link(__('Edit', 'iamd_text_domain'), '<span class="edit-link">', '</span>');
    echo '<div class="social-bookmark">';
    show_fblike('page');
    show_googleplus('page');
    show_twitter('page');
    show_stumbleupon('page');
    show_linkedin('page');
    show_delicious('page');
    show_pintrest('page');
    show_digg('page');
    echo '</div>';
    dt_theme_social_bookmarks('sb-page');
    if (dt_theme_option('integration', 'enable-single-page-bottom-code') != '') {
        echo wp_kses(stripslashes(dt_theme_option('integration', 'single-page-bottom-code')), $dt_allowed_html_tags);
    }
    if (dt_theme_option('general', 'disable-page-comment') != true && isset($meta_set['comment']) != "") {
        comments_template('', true);
    }
    ?>
                          </div>
                      </div>
                  </article>
              </section>
          </div>
      </div><?php 
}
get_footer();
示例#2
0
        echo wp_kses(stripslashes(dt_theme_option('integration', 'single-post-top-code')), $dt_allowed_html_tags);
    }
    the_content();
    wp_link_pages(array('before' => '<div class="page-link"><strong>' . __('Pages:', 'iamd_text_domain') . '</strong> ', 'after' => '</div>', 'next_or_number' => 'number'));
    edit_post_link(__('Edit', 'iamd_text_domain'), '<span class="edit-link">', '</span>');
    echo '<div class="social-bookmark">';
    show_fblike('post');
    show_googleplus('post');
    show_twitter('post');
    show_stumbleupon('post');
    show_linkedin('post');
    show_delicious('post');
    show_pintrest('post');
    show_digg('post');
    echo '</div>';
    dt_theme_social_bookmarks('sb-post');
    if (dt_theme_option('integration', 'enable-single-post-bottom-code') != '') {
        echo wp_kses(stripslashes(dt_theme_option('integration', 'single-post-bottom-code')), $dt_allowed_html_tags);
    }
    ?>
                            </div>
                        </div>
                    </article>

                    <div class="author-info">
                        <h2 class="section-title"><?php 
    _e('About the Author', 'iamd_text_domain');
    ?>
</h2>
                        <div class="thumb">
	                        <?php