Beiträge von Minos
-
-
Jottlieb,
vielen Dank, nun sind RSS- Comments und Entries entfernt.
Allerdinngs ist die RSS Icone oben im Header läsig wie eine Klette, sie will sammt Link nicht verschwinden. Ich bin jetzt schon Stunden mit diesem Problem beschäftigt und leider scheint es am Ende doch nicht so leicht zu sein wie Jottlieb sagt, zumindest nicht für einen Anfänger wie mich.
Doch möchte ich betonen das die Hilfe von Jottlieb und anderen hier für mich sehr willkommen und wertvoll ist, daher bleibt natürlich die Frage wie man sich für euren guten Willen und euere Zeit revanchieren kann? Das ewige "Dankeschön" klingt mir irgendwie zu wenig.
Gruß -
Möchte RSS Icon, RSS Comments und Entries aus meiner Theme , Anonymous Elegance entfernen.Was genau müßte ich löschen bzw. ändern?
Bin über jede Antwort dankbar.
footer.phpPHP<div id="footer"> <p>Proudly Powered by <a href="http://www.wordpress.org">WordPress</a> | Theme by <a href="http://www.the-cloisters.net">The Cloisters</a> | <a href="<?php bloginfo('rss2_url'); ?>" class="rss">Entries RSS</a> <a href="<?php bloginfo('comments_rss2_url'); ?>" class="rss">Comments RSS</a></p></div> </div></div> <?php wp_footer(); ?> </body> </html>header.php
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="Bluefish 1.0.7"/> <!-- leave this for stats please --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body> <div id="wrapper"> <div id="main_content"> <div id="header-wrap"> <div class="header"> <div class="subscribe"><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Add this blog to any reader'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.gif" alt="RSS" /></a></div> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> <!-- Comment this section to turn off the header menu bar or uncomment to use --> <?php if(function_exists('wp_page_menu')) : ?> <?php wp_page_menu ('show_home=1&depth=1&title_li='); ?> <?php else : ?> <div class="menu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('depth=1&title_li='); ?> </ul> </div> <?php endif; ?> </div> </div> <!-- Comment this section to turn off the below the header menu bar or uncomment to use --> <!-- <?php include('nav-menu.php');?> --> -
MrsMoody,
herzlichsten Dank :D -
-
hat sich erledigt, bisschen nachgedacht als der Schreck nachließ und die Welt ist wieder im Lot :)
-
In der index.php hat sich die Zeilenanordnung verschoben.
-
Habe in index.php gearbeitet und irgend etwas ging schief.
Wenn ich meine Seite anklicke kommt folgendes:
Parse error: syntax error, unexpected $end in /home/hkndhr/public_html/wp-content/themes/anonymous-elegance/index.php on line 48Hilfe wäre mehr als nur willkommen !
-
Danke jottlieb, allerdings passiert da nichts. Immer noch steht da "Category: meine Kategorie | Comments Off"
Also suche ich weiterhin einen Tip wie dies entfernen. -
Hallo, möchte die Komentarleiste bei den Kategorien entfernen. Bin über jeden Rat dankbar. Was genau muß ich da noch löschen?
<p class="postmetadata">
<?php _e('Category:'); ?> <?php the_category(', ') ?>
<br />
<span class="tags"><?php _e('Tags: '); ?> <?php the_tags('', ', ', ''); ?></span>
</p>
<br />
</div><div id="author-box">
<h2><?php _e('About The Author'); ?></h2>
<?php
$author_email = get_the_author_email();
echo get_avatar($author_email, '80', 'wavatar');
?>
<h4><?php the_author_posts_link(); ?></h4>
<?php the_author_description(); ?>
</div>
<div class="comments-template">
<h2>Comments</h2>
<?php comments_template(); ?>
</div>