Hallo Freunde!
Könnt ihr mir sagen, wie ich das hier entfernen kann?
http://img828.imageshack.us/img828/2609/unbenanntds.jpg
Ich weiß ehrlich gesagt nicht die korrekte Bezeichnung dafür, daher kam googeln auch nicht in Frage.
Viele Grüße, Neo!
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenHallo Freunde!
Könnt ihr mir sagen, wie ich das hier entfernen kann?
http://img828.imageshack.us/img828/2609/unbenanntds.jpg
Ich weiß ehrlich gesagt nicht die korrekte Bezeichnung dafür, daher kam googeln auch nicht in Frage.
Viele Grüße, Neo!
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
Hi,
der oberste Kasten besteht aus Widgets, die Du eigentlich über das Designe-Menue im Adminbereich entfernen kannst... Der unten von Dir markierte Kasten könnte eventuell ein Eintrag in der footer.php des von Dir verwendeten Theme sein, zumindest müsste es dort aufgerufen werden und von Dir in der Datei ausgeklammert werden...
Gruß blog_micky
Hallo, Danke für die Antwort.
Ich war im Widget-Bereich des Design-Menüs und dort steht:
ZitatZiehe Widgets, die du aktivieren möchtest von hier in die Sidebar rechts. Ziehe Widgets hierher, um sie zu deaktivieren und ihre Einstellungen zu löschen.
Meine Sidebar ist leer, da ist nichts drin und dennoch ist auf der Startseite "Archiv" und "Meta" zu sehen.
Viele Grüße, Neo.
Hi,
hmm, dann wurden sie eventuell hardcodiert in der index.php des Theme eingebunden bzw. werden über diese Datei aufgerufen und müssen dort von Dir ausgeklammert werden...
Gruß blog_micky
Der Block rechts ist in der sidebar.php zu finden. Entferne oder kommentiere diesen Code aus:
<div class="sidebar-wrap clearfix">
<h3><?php _e('Archives', 'graphene'); ?></h3>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
<div class="sidebar-wrap clearfix">
<h3><?php _e('Meta','graphene'); ?></h3>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Posts RSS','graphene'); ?></a></li>
<li class="rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','graphene'); ?></a></li>
<?php /* translators: %s is the link to wordpress.org */ ?>
<li><?php printf(__('Powered by %s','graphene'), '<a href="http://www.wordpress.org" title="'.esc_attr__('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'graphene').'">WordPress</a>'); ?></li>
</ul>
</div>
<?php } ?>
<?php wp_meta(); ?>
Alles anzeigen
Das andere steht in der footer.php (wobei sich der Autor des Themes hier bestimmt über eine Würdigung seiner Arbeit in Form des Links freuen würde...).
ZitatAlles anzeigen* This is where the credit for the theme is placed. Please keep the link back
* to the author's website. Seriously, developing this awesome theme took a lot
* of effort and time, weeks and weeks of voluntary unpaid work. I only ask
* that you retain this link here, and you can use and/or modify the theme
* however you like to.
*
* If you still would like to remove the credit, please consider a donation
* through Graphene Options page under Appearance in Wordpress admin
* to help support the author and future theme development/support.
Hallo, ihr beiden!
@ blog_micky:
Ich hab die index.php im Ordner "Themes" gefunden:
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Graphene
* @since Graphene 1.0
*/
get_header(); ?>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part('loop', 'index');
?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
Was muss ich da jetzt machen?
@ infected: Soll ich das einfach löschen?
@ infected: Soll ich das einfach löschen?
Hm... Was hab ich denn geschrieben? ;-)
Entfernen = DEL/ENTF auf der Tastatur
Auskommentieren = den angegebenen Code in <!-- und --> setzen
[COLOR="Red"]EDIT: [/COLOR]Sorry, ich sehe gerade, dass ich zu viel Code angegeben habe. Bitte nur das entfernen/auskommentieren:
<div class="sidebar-wrap clearfix">
<h3><?php _e('Archives', 'graphene'); ?></h3>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
<div class="sidebar-wrap clearfix">
<h3><?php _e('Meta','graphene'); ?></h3>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Posts RSS','graphene'); ?></a></li>
<li class="rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','graphene'); ?></a></li>
<?php /* translators: %s is the link to wordpress.org */ ?>
<li><?php printf(__('Powered by %s','graphene'), '<a href="http://www.wordpress.org" title="'.esc_attr__('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'graphene').'">WordPress</a>'); ?></li>
</ul>
</div>
Alles anzeigen
Okay, dann habe ich ein paar Fragen dazu:
1. Wie mache ich das, also das löschen?
Also ich habe Zugang über eine WebFTP und wenn ich dort die Datei editieren will, kriege ich drei Button:
Also hier: http://img826.imageshack.us/img826/2704/frage.jpg
2. Und kann ich das vorherige irgendwie sichern, falls ich Scheiße baue und das gar nicht mehr geht?
Zu 1) Ich kenne webFTP nicht und weiß daher auch nicht, wie damit umzugehen ist. Ich vermute mal, dass es reicht die Datei im gezeigten Textfeld zu bearbeiten und anschließend auf hochladen zu klicken.
Zu 2) Sicher kannst Du von der Datei vorab ein Backup anlegen. Dazu lädst Du sie einfach auf Deinen Desktop. Wie das im Falle von webFTP funktioniert weiß ich nicht. Ich benutze generell einen Desktop-FTP-Client für sowas (Filezilla), also ein eigenständiges FTP Programm, welches nicht über den Browser läuft.
Aber darum schrieb ich auch etwas von auskommentieren... Wenn etwas nicht funktioniert, hast Du wenigstens den vorherigen Code noch zur Hand.
Okay, ich versuche es mal mit den auskommentieren.
Danke, das auskommentieren hat geklappt!
Ich finde, ihr habt Recht. Ich lasse die Würdigung des Autors des Themes.
Aber weg hätte ich doch gerne das Valid XHTML und Vaild CSS.
Der Code ist hier:
<?php
/**
* The template for displaying the footer.
*
* Closes the <div> for #content and #container, <body> and <html> tags.
*
* @package WordPress
* @subpackage Graphene
* @since Graphene 1.0
*/
?>
<?php if (is_page_template('template-onecolumn.php')) : ?>
</div><!-- #content-main -->
<?php endif; ?>
</div><!-- #content -->
<?php /* Get the footer widget area */ ?>
<?php get_template_part('sidebar','footer'); ?>
<div id="footer">
<p id="copyright" <?php if (!get_option('graphene_show_cc')) {echo 'style="background:none;padding-left:20px;"';} ?>>
<?php if (get_option('graphene_copy_text') == '') : ?>
<?php _e('Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Licence</a>.','graphene'); echo get_option('graphene_copy_text');?>
<?php else : ?>
<?php echo stripslashes(get_option('graphene_copy_text')); ?>
<?php endif; ?>
</p>
<p id="w3c">
<a title="<?php esc_attr_e('Valid XHTML 1.0 Strict', 'graphene'); ?>" href="http://validator.w3.org/check?uri=referer" id="w3c_xhtml"><span><?php _e('Valid XHTML 1.0 Strict', 'graphene'); ?></span></a>
<a title="<?php esc_attr_e('Valid CSS', 'graphene'); ?>" href="http://jigsaw.w3.org/css-validator/validator?uri=referer" id="w3c_css"><span><?php _e('Valid CSS Level 2.1', 'graphene'); ?></span></a>
</p>
<?php
/**
* This is where the credit for the theme is placed. Please keep the link back
* to the author's website. Seriously, developing this awesome theme took a lot
* of effort and time, weeks and weeks of voluntary unpaid work. I only ask
* that you retain this link here, and you can use and/or modify the theme
* however you like to.
*
* If you still would like to remove the credit, please consider a donation
* through Graphene Options page under Appearance in Wordpress admin
* to help support the author and future theme development/support.
*/
?>
<p id="developer">
<?php
$theme_data = get_theme_data(ABSPATH.'wp-content/themes/graphene/style.css');
?>
<?php /* translators: %1$s is the blog title, %2$s is the theme's name, %3$s is the theme's author */ ?>
<?php printf(__('%1$s uses %2$s theme by %3$s.','graphene'), '<a href="'.get_home_url().'">'.get_bloginfo('name').'</a>', '<a href="'.$theme_data['URI'].'">'.ucfirst(get_template()).'</a>', $theme_data['Author']); ?>
</p>
</div><!-- #footer -->
</div><!-- #container -->
<?php /* Print out Google Analytics code if tracking is enabled */ ?>
<?php if (get_option('graphene_show_ga')) : ?>
<!-- BEGIN Google Analytics script -->
<?php echo stripslashes(get_option('graphene_ga_code')); ?>
<!-- END Google Analytics script -->
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>
Alles anzeigen
Ich würde folgendes auskommentieren:
<a title="<?php esc_attr_e('Valid XHTML 1.0 Strict', 'graphene'); ?>" href="http://validator.w3.org/check?uri=referer" id="w3c_xhtml"><span><?php _e('Valid XHTML 1.0 Strict', 'graphene'); ?></span></a>
<a title="<?php esc_attr_e('Valid CSS', 'graphene'); ?>" href="http://jigsaw.w3.org/css-validator/validator?uri=referer" id="w3c_css"><span><?php _e('Valid CSS Level 2.1', 'graphene'); ?></span></a>
</p>
Ist das so korrekt, oder was anderes?
Du hast den öffnenden p-Tag vergessen, also:
[COLOR="Red"]<p id="w3c">[/COLOR]
<a title="<?php esc_attr_e('Valid XHTML 1.0 Strict', 'graphene'); ?>" href="http://validator.w3.org/check?uri=referer" id="w3c_xhtml"><span><?php _e('Valid XHTML 1.0 Strict', 'graphene'); ?></span></a>
<a title="<?php esc_attr_e('Valid CSS', 'graphene'); ?>" href="http://jigsaw.w3.org/css-validator/validator?uri=referer" id="w3c_css"><span><?php _e('Valid CSS Level 2.1', 'graphene'); ?></span></a>
[COLOR="Red"]</p>[/COLOR]
Das heißt über bzw. unter diesem öffnenden P-Tag?
Sorry, wenn das dumme Fragen sind, aber das alles neu für mich.....
Den kompletten Code meines letzten Postings (#12).
Hat geklappt, Danke.
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!