Hallo,
erstmal vielen dank für Ihre Bemühungen und das Antwort. Leider funktioniert es nicht bei 3.3 und diese gelten für ältere Versionen.
Hat jemand noch eine Idee wie man das machen kann?
LG
Animania
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,
erstmal vielen dank für Ihre Bemühungen und das Antwort. Leider funktioniert es nicht bei 3.3 und diese gelten für ältere Versionen.
Hat jemand noch eine Idee wie man das machen kann?
LG
Animania
Guten Abend,
wie kann ich wp-content Ordner umbenennen? Alte Version-Anleitungen funktionieren leider nicht mehr. Ich hoffe ihr könnt mir weiter helfen.
Mit freundlichen Grüßen
Animania
Jetzt habe ich es gefunden. Ich wusste nicht dass man es via Optionen einschalten muss.
Vielen Dank und Liebe Grüße
Animania
Guten Tag,
entweder bin ich blind, oder es ist wirklich nicht zu sehen. Ich suche seit halbe Stunde "Benuzterdefinierte Felder" auf meinen Wordpress. Gibt es nicht mehr? Ich habe auch die Version 3.3 Installiert und da ist es auch nicht zu finden. Es wäre sehr hilfreich, wenn einer mir sagen würde ob es noch gibt oder wo es ist.
Mit freundlichen Grüßen
Animania
@ oio: ow! vielen dank, es funktoniert jetzt super ^-^
@ tsunami10: deaktiviere " Simple Tagging", dann gehts wieder ^^
Ja denke ich auch. Aber keiner weiß wie es geht x.x
Das gleiche problem habe ich auch :(
wow, es klappt vielen vielen dank ^^
hmm...also kapiert habs net was du jetzt geschrieben hast =.=''' kannst du mir sagen wo ich das machen soll? also kannst du es für mich ein beispiel zeigen...? es wäre sehr nett ^^
Beitrag sieht so aus...
ZitatAlles anzeigen<div align="center"><img width="402" height="226" src="http://img47.imageshack.us/img47/6241/nostaljivw1.jpg" /></div>
<div align="center">Captain Harlock l Astro Boy l Captain Future l Saint Seiya</div>
<div align="left">
<blockquote>
<p>Ah o günler, ah...Ne güzeldi degilmi? Insan hepsine bastan izleyesi geliyor...ama nerdee. Eskiden Türk Televizyonlari'nda izlerdik, hic bir bölümünü kacirmazdik. Her ne kadar cogu Animeler sonuna kadar verilmemis olsada, hepsini büyük bir zevkle izlerdik.</p>
<p>Varmisiniz hepsini gözümüzün önünde canlandiralim?<!--more--></p>
<p>Iste Nostaljik Animeler (Alfabe'ye göre siralanmistir).</p>
</blockquote>
<blockquote>
<p>Adventure of Pinocchio,The, 1972, Tv, 52 Bölüm<br />
Orjinal Hikaye: Tatsuo Yoshida<br />
Animasyon: Tatsunoko<br />
Produksiyon: Tatsunoko<br />
Yayinlayan: Fuji Tv</p>
</blockquote></div>
also ich hatte immer </div> am ende...bilder einfügen manuell: alt+m
also muss ich vor </div>, <div align="left"> einfügen?
footer.php
</div>
<?php
// This code pulls in the sidebar:
get_sidebar(); ?>
<div style="clear:both;height:1px;"></div>
<p class="credit"><cite><?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds.<br><?php echo sprintf(__("Anasayfa: <a href='http://www.soulofanime.com'>Soul of Anime<a/><br> Servis: <a href='http://www.wordpress.org'>Wordpress<a/><br> Tema: <a href='http://www.dimension2k.de'>evil.bert</a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
<?php do_action('wp_footer', ''); ?>
<div class="footer"> </div>
</div>
</body>
</html>
Alles anzeigen
ja hab meine hp's link geadded... css.style hab ich auch editiert (aber nur größe der footer.gif)
INDEX.PHP
<?php
get_header();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<h3 class="storytitle" id="post-<?php the_ID(); ?>"><div id=docimage></div><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="meta"><?php _e("Konu:"); ?> <?php the_category(',') ?> <?php _e(', yazar:')?> <?php the_author() ?> <?php the_time('l F j, Y'); ?> <?php edit_post_link(__('Degistir')); ?></div>
<div class="storycontent">
<?php the_content(__('(devami...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<a href="<?php trackback_url(); ?>">Trackback</a> · <?php comments_popup_link(__('Yorum yaz'), __('1 Yorum'), __('% Yorum')); ?>
</div>
<?php trackback_rdf(); ?>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<div class="feedback"><?php posts_nav_link(' — ', __('« Önceki sayfa'), __('Sonraki sayfa »')); ?></div>
<?php get_footer(); ?>
<br><br>
Alles anzeigen
SIDEBAR.PHP
<div id="menu">
<ul>
<li id="calendar">
<?php get_calendar(); ?>
</li>
<h2><?php _e('Categories'); ?></h2>
<ul id=is_link>
<?php wp_list_cats(0, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
<!-- 4 the resent post plugin from Nick Momrik http://mtdewvirus.com/-->
<?php if (function_exists('mdv_recent_posts')) {
echo "<h2>";
_e('Last Posts');
echo "</h2>";
echo "<ul id=is_link>";
mdv_recent_posts(15, '<li id=is_link>', '</li>', true, 0, false);
echo "</ul>";
}
?>
<!-- 4 the resent comment plugin from Nick Momrik http://mtdewvirus.com/-->
<?php
if (function_exists('mdv_recent_comments')) {
echo "<h2>";
_e('Last Comments');
echo "</h2>";
echo "<ul id=lcomments>";
mdv_recent_comments(5, 8, '<li id=lcomments>', '</li>', true, 0);
echo "</ul>";
}
?>
<h2><?php _e('Links');?></h2>
<ul id=is_link>
<?php get_links('-1', '<li id=is_link>', '</li>', ''); ?>
</ul>
<li id="search">
<br />
<h2><?php _e('Ara');?></h2>
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" name="s" id="s" size="12" /> <input type="submit" id="searchsubmit" name="Submit" value="Git!" />
</form>
</li>
<li id="archives"><h2><?php _e('Archives:'); ?></h2>
<ul id=is_link>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<?php if (function_exists('wp_theme_switcher')) {
?>
<h2><?php _e('Themes:'); ?></h2>
<?php wp_theme_switcher(); ?>
<?php
}
?>
<!-- Remove the comments for pages -->
<!-- <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?> -->
<h2><?php _e('Meta:'); ?></h2>
<ul id=is_link>
<li><?php wp_loginout(); ?><?php wp_register(); ?></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
</ul>
</ul>
</div>
Alles anzeigen
hmm meinst du index.php vom theme? wenn ja, hab ich aber als ich wieder das nicht bearbeitete uploaded habe ist es genauso.
Hi WP-Forum Members =)
Hab ne problem und brauche eure hilfe (Sry wenn so eine thread schon gibt)...
also ich hab in meinen blog etwas langes geschrieben, dafür hab ich diese "more" teil da benutzt (alt+t)..ja dann war my blog navi ganz unten, und blog sah echt sht aus..aber wenn ich diese "MORE" teil wegmache ist es wieder normal...warum ist es so? wie kann man das normal machen?
hier zwei bilder...
Normal-ohne More teil:
http://img125.imageshack.us/my.php?image=devsizssko7.gif
Das hier mit More teil:
http://img295.imageshack.us/my.php?image=devsstb3.gif
=( brauche eure hilfe =(
thanks ^^ MfG Anikun ^^