Moin Leute,
ich habe gerade versucht Multi Blog bei mir ans laufen zu bekommen. Ich kann auch Blogs anlegen, allerdings sehen die dann so aus http://www.waslosinlingen.de/ccd/ Wisst Ihr woran das liegt? Der Hauptblog ist http://www.waslosinlingen.de
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 erstellenMoin Leute,
ich habe gerade versucht Multi Blog bei mir ans laufen zu bekommen. Ich kann auch Blogs anlegen, allerdings sehen die dann so aus http://www.waslosinlingen.de/ccd/ Wisst Ihr woran das liegt? Der Hauptblog ist http://www.waslosinlingen.de
1000 Dank! Bin halt noch ein blutiger Anfänger und muss mich da bei jeder Sache durchfuxen. :-) Ich danke dir.
Kann dir nen zugang anlegen. wie machen wirs?
Seo-Blog und Cebito,
hat leider nicht funktioniert. Habe gerade mal ein test Post gemacht.
Hat leider nicht Funktioniert. Oder würde er das nicht Rückwirkend machen, sonder nur bei kommenden Post?
Le Code
<?php global $indomagz_settings; $temp_query = $wp_query; ?>
<?php get_header(); ?>
<div id="content">
<?php if (is_home() && $indomagz_settings['featured']) require_once(INDOMAGZ_PATH . '/slider.php'); ?>
<?php if(!is_home()) : ?>
<?php breadcrumb_trail(); ?>
<?php endif; ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Top','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); $loopcounter++; ?>
<div <?php if(function_exists('post_class')) { post_class(); } ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
<?php the_title(); ?></a></h2>
<div class="entry">
<?php the_content(__('Continue reading »','indomagz')); ?>
</div>
<div style="clear:both;"></div>
<?php if(function_exists('the_ratings')) { echo '<p>'; the_ratings(); echo '</p>'; } ?>
<div class="postmeta">
<span class="post-author"><?php the_author(); ?></span>
<span class="post-calendar"><?php the_time(__('F j, Y','indomagz')); ?></span>
<span class="post-category"><?php the_category(', '); ?></span>
<?php if(function_exists('the_tags')) : ?>
<?php the_tags('<span class="post-tag">', ', ', '</span>'); ?>
<?php endif; ?>
<span class="post-comment"><?php comments_popup_link(__('No Comments','indomagz'), __('1 Comment','indomagz'), __('% Comments','indomagz')); ?></span>
<?php if(function_exists('the_views')) {
echo '<span class="post-view">';
the_views();
echo '</span>';
} ?>
<?php if(function_exists('wp_email')) {
echo '<span class="post-email">';
email_link();
echo '</span>';
} ?>
<?php if(function_exists('wp_print')) {
echo '<span class="post-print">';
print_link();
echo '</span>';
} ?>
<?php if ($user_ID) : ?>
<span class="post-edit"><?php edit_post_link(__('Edit','indomagz'),'',''); ?></span>
<?php endif; ?>
</div>
</div>
<?php if ($loopcounter==1) : ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Middle','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Index - Bottom','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) : wp_pagenavi(); else : ?>
<div class="alignleft"><?php next_posts_link(__('« Older Entries','indomagz')); ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries »','indomagz')); ?></div>
<hr class="clear"/>
<?php endif; ?>
</div>
<?php else : ?>
<div class="post sticky">
<h2><?php _e('Not Found','indomagz'); ?></h2>
<p><?php _e('Sorry, but you are looking for something that is not here.','indomagz'); ?></p>
<?php include (INDOMAGZ_PATH . "/searchform.php"); ?>
</div>
<?php endif; ?>
</div><!--/content -->
<?php $wp_query = $temp_query; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Also, ich hätte einmal den Code vom Category Template
ZitatAlles anzeigen<?php global $indomagz_settings, $myPosts;
$cat_ID = absint( get_query_var('cat') );
if (magz_child_category($cat_ID, absint($indomagz_settings['blogcategory']))) :
include (INDOMAGZ_PATH . "/indomagz-blog.php");
elseif (magz_child_category($cat_ID, absint($indomagz_settings['newscategory']))) :
include (INDOMAGZ_PATH . "/indomagz-news.php");
elseif (magz_child_category($cat_ID, absint($indomagz_settings['gallery2category']))) :
include (INDOMAGZ_PATH . "/indomagz-gallery2.php");
elseif (magz_child_category($cat_ID, absint($indomagz_settings['gallery3category']))) :
include (INDOMAGZ_PATH . "/indomagz-gallery3.php");
else :
include (INDOMAGZ_PATH . "/index.php");
endif;
?>
Ist der richtig? Ansonsten hätte ich noch .... anzubieten
Templates
Styles
Danke
[FONT=Arial]Moin liebes Wordpress Forum,[/FONT]
[FONT=Arial] [/FONT]
[FONT=Arial]ich habe ein Problem und hoffe Ihr könnt mir helfen. Wenn Ich bei mir im Blog auf eine Kategorie gehe. Beispiel:[/FONT]
http://www.waslosinlingen.de/category/kino/
[FONT=Arial] [/FONT]
[FONT=Arial]dann taucht der letzte Post den Ich gemacht habe, immer doppelt auf. Hat jemand eine Ahnung woran das liegt? [/FONT]
[FONT=Arial]Kann mir da vlt jemand helfen? [/FONT]
[FONT=Arial] [/FONT]
[FONT=Arial]Gruß[/FONT]
Ja, das passt jetzt so. 1000 Dank an Euch beiden ;-)
Okay, ich glaube Ich habe es jetzt. Habe noch mal den kompletten Code wieder eingestellt und nur die
[LEFT] [COLOR=#000000] [COLOR=#0000BB]<?php $temp_query [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$wp_query[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#0000BB]?>
[/COLOR] [/COLOR] [/LEFT]
gelöscht. Jetzt sieht es ganz gut aus. :-)
Das Problem ist aufgetaucht bevor ich auch nur ein Plugin installiert habe. Das einzige was Ich habe ist auch nur ein Statistik Tool. Bzw 2 Widgets in der Sidebar.
Das hat funktionier :-)
Allerdings stehen jetzt unter den Posts
Fatal error: Call to a member function on a non-object in /homepages/44/d347183451/htdocs/wp-includes/query.php on line 641
Here we go
<?php $temp_query = $wp_query; ?>
<?php get_header(); ?>
<div id="content">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Post - Top','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
<?php breadcrumb_trail(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to','indomagz'); ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<div class="entry">
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<p><strong>'.__('Pages: ','indomagz').'</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<div style="clear:both;"></div>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Post - Middle','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
<?php if(function_exists('the_ratings')) { echo '<p>'; the_ratings(); echo '</p>'; } ?>
<div class="postmeta">
<span class="post-author"><?php the_author(); ?></span>
<span class="post-calendar"><?php the_time(__('F j, Y','indomagz')); ?></span>
<span class="post-category"><?php the_category(', '); ?></span>
<?php if(function_exists('the_tags')) : ?>
<?php the_tags('<span class="post-tag">', ', ', '</span>'); ?>
<?php endif; ?>
<span class="post-comment"><?php comments_popup_link(__('No Comments','indomagz'), __('1 Comment','indomagz'), __('% Comments','indomagz')); ?></span>
<?php if(function_exists('the_views')) {
echo '<span class="post-view">';
the_views();
echo '</span>';
} ?>
<?php if(function_exists('wp_email')) {
echo '<span class="post-email">';
email_link();
echo '</span>';
} ?>
<?php if(function_exists('wp_print')) {
echo '<span class="post-print">';
print_link();
echo '</span>';
} ?>
<?php if ($user_ID) : ?>
<span class="post-edit"><?php edit_post_link(__('Edit','indomagz'),'',''); ?></span>
<?php endif; ?>
</div>
</div>
<div class="post-nav">
<span class="previous"><?php previous_post_link('%link') ?></span>
<span class="next"><?php next_post_link('%link') ?></span>
<div style="clear:both;"></div>
</div>
<?php comments_template('', true); ?>
<?php endwhile; ?>
<?php else : ?>
<div class="post sticky">
<h2><?php _e('Not Found','indomagz'); ?></h2>
<p><?php _e('Sorry, but you are looking for something that is not here.','indomagz'); ?></p>
<?php include (INDOMAGZ_PATH . "/searchform.php"); ?>
</div>
<?php endif; ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Post - Bottom','indomagz')) ) : ?>
<?php endif; ?>
<?php $wp_query = $temp_query; ?>
</div><!--/content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
Sorry, aber kannst du das genauer erklären :-) Ich mache das nur zum Hobby und die Seite habe Ich so mit Mühe und Not hinbekommen. Ich habe im Admin Pannel von Wordpress folgende Codes
Styles
Ist der dabei oder Ist das ne Datei auf dem Server?
/* Your Custom CSS Code *
Welchen Code braucht Ihr genau? Dann kann Ich euch den geben.
Hallo,
ich habe da leider ein Problem. Ich habe Wordpress auf einem 1 und 1 Server eingerichtet und dann ein Neues Template draufgespielt. Da ich jetzt nicht der Super Profi bin, komme Ich bei meinem folgenden Problem nicht weiter. Ich habe hier auch schon im Forum gesucht, aber leider nichts gefunden.
Meine Seite lautet. http://www.waslosinlingen.de
Wenn ICh jetzt ein neues Posting mache, taucht der Beitrag hunderte mal untereinander auf. Vlt ist es ja nur eine kleine Einstellungssache, aber Ich kann das Problem leider nicht lösen .
Kann mir jemand von Euch helfen?
G