• I am using the Dialogue theme of a website with static pages. I like the theme, however I am not using for a blog and at the bottom of every page is a picture of a folder with “Author, Date, Trackback” ect. It really takes away from the look of the site. I want to remove it but don’t want to damage any critical information as I am still learning. Could any one point out where I may find the code to be removed and what the code would look like? The site is at Step Two Recovery. I appreciate any help.

Viewing 1 replies (of 1 total)
  • In page.php remove:

    <div id=”info”><p class=”info_s”>
    <?php _e(‘Autor: ‘,’avenue’); ?><?php the_author_posts_link(‘nickname’); ?>
    <?php _e(‘Datum:’,’avenue’); ?> <?php the_time(__(‘l, j. F Y G:i’)) ?>
    <?php _e(‘ Trackback: ‘,’avenue’); ?>“>Trackback-URL

    <?php _e(‘Feed zum Beitrag:’,’avenue’); ?> <?php comments_rss_link(‘RSS 2.0 ‘); ?>
    <?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) { // Both Comments and Pings are open ?>
    <?php _e(‘Diesen Artikel kommentieren ‘,’avenue’); ?>
    <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) { // Only Pings are Open ?>
    <?php _e(‘Kommentare sind geschlossen,
    aber Du kannst einen’,’avenue’); ?> “>trackback <?php _e(‘ auf Deiner Seite setzen.’,’avenue’); ?>
    <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) { // Comments are open, Pings are not ?>
    <?php _e(‘Diesen Artikel kommentieren.
    Pingen ist momentan nicht möglich. ‘,’avenue’); ?>
    <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) { // Neither Comments, nor Pings are open ?>
    <?php _e(‘Kommentare und Pings geschlossen. ‘,’avenue’); ?>
    <?php } edit_post_link(__(‘Edit’),”,”); ?></p></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Modifying Dialogue 1.1.0 theme’ is closed to new replies.