Okay, das habe ich ja auch verstanden. Mich haben die 3 Links verwundert. Weshalb setzt du Links wenn diese nicht angeklickt werden sollen??
Und ja so stelle ich mir das vor. Das geht demnach?
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 erstellenOkay, das habe ich ja auch verstanden. Mich haben die 3 Links verwundert. Weshalb setzt du Links wenn diese nicht angeklickt werden sollen??
Und ja so stelle ich mir das vor. Das geht demnach?
Hmm also die erste zeigt stiftung warentest, die zweite gar nix und die dritte irgendeine dealsite über fussball?? ich versteh echt nicht, was genau du mir damit sagen willst O.o ??
ähm was sollen diese Links nun genau aussagen ?
Guten Morgen zusammen
Ich habe da ein paar Fragen und hoffe ihr könnt mir die beantworten - sorry steht auf dem Schlauch ;)
Wir haben ein Projekt welches mehrere Blogs beinhalten soll und vom Design und den Funktionen her die selben Dinge beinhalten soll.
Wie funktioniert das denn mit multisite? Sagen wir wir haben 4 Domains. Der Space wird dann aufgeteilt oder benötigt man für jede Domain separaten Webspace beim Hoster?
Gibt es irgendwo ne Demo wo man sich das live ansehen kann oder soll ich mir das einfach mal installieren?
Danke schon mal
Nein das ist nicht das Probelm. Es hat jetzt jahrelang immer alles funktioniert und plötzlich habe ich bemerkt, dass meine Seiten nciht mehr angezeigt werden. Die Menüs selbst sind verschwunden, die Platzierung der Widgets bleibt bestehen. Der Titel der Menüs z.B. "Artikel" ist nach wie vor da, nur die zugewiesenen Artikel, Seiten, etc. nicht mehr. Füge ich sie dann wieder hinzu und speichere natürlich ab, erscheinen sie wieder an der richitgen Stelle. Nur irgendwann sind sie wieder weg! Ohne dass ich etwas im Dashboard oder sonstwo basteln würde O.o !!?
Hallo zusammen
In meinem Theme wird auf der rechten Seite die Seitennavigation eingeklappt dargestellt und erst wenn man darüber fährt, öffnet sie sich. Nun haben aber viele Besucher anscheinend Mühe damit und deswegen suche ich nach einer Möglichkeit diese ausgeklappt zu lassen. Meine Seite: http://www.freie-Bildung.ch
Hat da jemand Ideen?
Hallo zusammen
Ja beide Varianten sind mir bekannt. Ich bin mir nur nicht im klaren ob dann z.B. ein Googleeintrag oder ein Link auf einer fremden Website zu meinem Artikel nach wie vor funktioniert ? Ich habe nämlich mal irgendwas von einer 301 Weiterleitung gelesen - aber versteh nicht genau um was es dabei geht?
Hallo allerseits
Ich überarbeite gerade die Struktur meiner Artikel und Seiten und möchte gerne die Permalinks so einfach und effizient wie möglich gestalten. Nun habe ich teilweise andere Titel, die ich verwenden möchte, da ein Wort besser passt als früher. Wie ändere ich denn die Adresse, so dass die Ergebnisse in Google und andere Weiterleitungen nach wie vor funktionieren?
Vielen Dank schon mal an euch
Hallo zusammen
gibt es neben den mir bekannten kostenpflichtigen Plugins für Webinare auch kostenlose Plugins?
Und falls nein, welches könnt ihr empfehlen? WPwebinar?
Ich möchte gerne in Zukunft Webinare anbieten. Es sollte also die Möglichkeit bestehen, Inhalte, Videos, etc. nur für zahlende Kunden anzubieten.
Vielen Dank euch
Hat niemand eine Idee?
Momentan kriege ich nämlich einige Mails von Kunden die keine Bestellung aufgeben können :(
Guten Morgen
Auf meiner Seite http://www.freie-bildung.ch/shop wird beim checkout, also dort wo der Kunde seine Rechnungsadresse eingibt, die Spalte über das Seitenlayout hinaus angezeigt, weil neu rechts zusätzlich zu der linken Sidebar auch noch eine ist.
Auf den Bildern seht ihr das. Zusätzlich hat es auch einen zweiten Text mit "zusätzliche Informationen" welcher aber nicht benötigt wird, da er 1. schon vorkommt und 2. auch gar kein Eingabefeld für Text enthält.
Wie kann ich es nun machen, dass das untere, also auf der linken Seite unter Telefonnummer - zusätzliche Informationen - verschwindet und das rechte Feld unter den ganzen Angaben links erscheint?
Mein Theme heisst Artificer.
Räusper hat hier jemand eine Idee - habe nämlich gestern wieder versucht die betroffenen Stellen zu finden ...
Hi zusammen
Ich grabe das Thema mal aus da ich das selbe Problem habe... Ich möchte gerne, dass die Besucher schon in der Übersicht sehen, dass es Kommentare gibt, momentan gibt es nämlich nicht mal einen Anhaltspunkt, dass da ein Kommentar sein könnte...
Ich benutze das Wootheme Artificer und meine index.php sieht so aus:
Kann mir jemand sagen wo ich da was verändern muss ?
<?php
/**
* Index Template
*
* Here we setup all logic and XHTML that is required for the index template, used as both the homepage
* and as a fallback template, if a more appropriate template file doesn't exist for a specific context.
*
* @package WooFramework
* @subpackage Template
*/
get_header();
global $woo_options;
?>
<div>Hello</div>
<div id="content" class="col-full">
<div id="main-sidebar-container">
<?php get_sidebar( 'secondary' ); ?>
<?php woo_main_before(); ?>
<div class="home-intro">
<h1 class="stand-first"><?php bloginfo('name'); ?></h1>
<?php if( isset( $woo_options['woo_stand_first'] ) ) {
echo '<div class="stand-first">';
echo stripslashes( $woo_options['woo_stand_first'] );
echo '</div>';
} ?>
<?php if ( is_woocommerce_activated() ) { ?>
<ul class="featured-products">
<!-- The first 3 -->
<?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 3, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); $_product;
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?><!-- the large 1 --><?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 1, 'offset' => 3, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_single'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?><!-- the last 3 --><?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 3, 'offset' => 4, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); $_product;
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?>
</ul>
<?php } ?>
</div><!--/.home-intro-->
<section id="main" class="this plus <?php if ( $woo_options[ 'woo_homepage_tweet' ] == "false" && $woo_options[ 'woo_display_store_info' ] == "false" ) echo 'fullwidth'; else echo 'col-left'; ?>">
<?php woo_loop_before(); ?>
<?php
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; query_posts( array( 'post_type' => 'post', 'paged' => $paged, 'posts_per_page' => 1 ) );
if ( have_posts() ) : $count = 0;
?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); $count++; ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>
<?php endwhile; ?>
<?php else : ?>
<article <?php post_class(); ?>>
<p><?php _e( 'Sorry, no posts matched your criteria.', 'woothemes' ); ?></p>
</article><!-- /.post -->
<?php endif; ?>
<?php woo_loop_after(); ?>
</section><!-- /#main -->
<?php woo_main_after(); ?>
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" || $woo_options[ 'woo_display_store_info' ] == "true" ) { ?>
<aside id="sidebar this" class="col-right">
<?php } ?>
<!-- The latest tweet -->
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" ) { ?>
<?php artificer_tweet(); ?>
<?php } ?>
<!-- The store info -->
<?php if ( $woo_options[ 'woo_display_store_info' ] == "true" ) {
$email = get_option('woo_store_email_address');
$phone = get_option('woo_store_phone_number');
$twitterID = get_option('woo_contact_twitter');
?>
<ul class="store-info">
<li class="phone">
<div class="inner">
<span><?php _e('Call us:','woothemes'); ?></span>
<a href="tel:<?php echo $phone; ?>"><?php echo $phone; ?></a>
</div>
</li>
<li class="email">
<div class="inner">
<span><?php _e('Send us an email:','woothemes'); ?></span>
<a href="mailto:<?php echo $email; ?>" title="<?php _e('Send us an email', 'woothemes')?>"><?php echo $email; ?></a>
</div>
</li>
</ul><!--/.store-info-->
<?php } ?>
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" || $woo_options[ 'woo_display_store_info' ] == "true" ) { ?>
</aside>
<?php } ?>
</div><!-- /#main-sidebar-container -->
</div><!-- /#content -->
<?php get_footer(); ?>
Alles anzeigen
Ich habe es nun so gelöst dass ich mit dem Plugin postlist categories, welches ich bereist nutze ein Inhaltsverzeichnis erstellt habe. Ich hätte es zwar gerne so wie oben beschrieben - aber für den Moment muss ich mich wohl damit zufrieden geben. Falls also jemand noch Ideen hat, bin ich immer noch dankbar dafür ;)
Hallo zusammen
Bis jetzt habe ich mein WP mehr mit statischen Seiten befüllt...
Nun habe ich einen Blog gestartet, der z.B. als Kategorie "September 2013" heisst.
Nun werden da einzelne Tage als Beiträge gepostet.
Mein Problem ist nun, dass ich zwar die Kategorie "September 2013" sehe und wenn ich diese anklicke, untereinander auch die Beiträge kommen. Ich möchte aber gerne ein Design, dass mir die Kategorien untereinander anzeigt (so wie jetzt), September, Oktober, November, usw. und wenn ich auf den Monat klicke, dann auch zusätzlich alle Beiträge mit Titel auch angezeigt werden und einzeln angeklickt werden können. Ich sehe dies oft in Blog so, aber habe bisher noch nicht herausgefunden wie ich das anstelle ?
Ich habe nun die Anleitung befolgt vom Link oben und bin so weit, dass im Dashboard auch die Sidebar angezeigt wurd und bestückt werden kann. Damit sie nun auf der Seite aber auch angezeigt wird, muss ich laut Anleitung, noch get_template_part('sidebar-homepage'); in die index.php einfügen... Ich habe das nun an verschiedenen Stellen gemacht, doch die Sidebar erscheint einfach nicht auf der Seite ?! Zuletzt habe es so eingetragen (viertunterste zeile oberhalb get_sidebar)... Kann mir hier noch jemand weiterhelfen beim letzten Schritt?
<?php
/**
* Index Template
*
* Here we setup all logic and XHTML that is required for the index template, used as both the homepage
* and as a fallback template, if a more appropriate template file doesn't exist for a specific context.
*
* @package WooFramework
* @subpackage Template
*/
get_header();
global $woo_options;
?>
<div id="content" class="col-full">
<?php woo_main_before(); ?>
<div class="home-intro">
<h1 class="stand-first"><?php bloginfo('name'); ?></h1>
<?php if( isset( $woo_options['woo_stand_first'] ) ) {
echo '<div class="stand-first">';
echo stripslashes( $woo_options['woo_stand_first'] );
echo '</div>';
} ?>
<?php if ( is_woocommerce_activated() ) { ?>
<ul class="featured-products">
<!-- The first 3 -->
<?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 3, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); $_product;
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?><!-- the large 1 --><?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 1, 'offset' => 3, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_single'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?><!-- the last 3 --><?php
$args = array( 'post_type' => 'product', 'posts_per_page' => 3, 'offset' => 4, 'meta_query' => array( array('key' => '_visibility','value' => array('catalog', 'visible'),'compare' => 'IN'),array('key' => '_featured','value' => 'yes')) );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); $_product;
if ( function_exists( 'get_product' ) ) {
$_product = get_product( $loop->post->ID );
} else {
$_product = new WC_Product( $loop->post->ID );
}
?><li class="featured">
<?php //woocommerce_show_product_sale_flash( $post, $_product ); ?>
<a href="<?php echo get_permalink( $loop->post->ID ) ?>" title="<?php echo esc_attr($loop->post->post_title ? $loop->post->post_title : $loop->post->ID); ?>">
<?php if (has_post_thumbnail( $loop->post->ID )) echo get_the_post_thumbnail($loop->post->ID, 'shop_catalog'); else echo '<img src="'.woocommerce_placeholder_img_src().'" alt="Placeholder" />'; ?>
<h3><?php the_title(); ?> <span class="price"><?php echo $_product->get_price_html(); ?></span></h3>
</a>
</li><?php endwhile; ?>
</ul>
<?php } ?>
</div><!--/.home-intro-->
<section id="main" class="<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "false" && $woo_options[ 'woo_display_store_info' ] == "false" ) echo 'fullwidth'; else echo 'col-left'; ?>">
<?php woo_loop_before(); ?>
<?php
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; query_posts( array( 'post_type' => 'post', 'paged' => $paged, 'posts_per_page' => 1 ) );
if ( have_posts() ) : $count = 0;
?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); $count++; ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>
<?php endwhile; ?>
<?php else : ?>
<article <?php post_class(); ?>>
<p><?php _e( 'Sorry, no posts matched your criteria.', 'woothemes' ); ?></p>
</article><!-- /.post -->
<?php endif; ?>
<?php woo_loop_after(); ?>
</section><!-- /#main -->
<?php woo_main_after(); ?>
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" || $woo_options[ 'woo_display_store_info' ] == "true" ) { ?>
<aside id="sidebar" class="col-right">
<?php } ?>
<!-- The latest tweet -->
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" ) { ?>
<?php artificer_tweet(); ?>
<?php } ?>
<!-- The store info -->
<?php if ( $woo_options[ 'woo_display_store_info' ] == "true" ) {
$email = get_option('woo_store_email_address');
$phone = get_option('woo_store_phone_number');
$twitterID = get_option('woo_contact_twitter');
?>
<ul class="store-info">
<li class="phone">
<div class="inner">
<span><?php _e('Call us:','woothemes'); ?></span>
<a href="tel:<?php echo $phone; ?>"><?php echo $phone; ?></a>
</div>
</li>
<li class="email">
<div class="inner">
<span><?php _e('Send us an email:','woothemes'); ?></span>
<a href="mailto:<?php echo $email; ?>" title="<?php _e('Send us an email', 'woothemes')?>"><?php echo $email; ?></a>
</div>
</li>
</ul><!--/.store-info-->
<?php } ?>
<?php if ( $woo_options[ 'woo_homepage_tweet' ] == "true" || $woo_options[ 'woo_display_store_info' ] == "true" ) { ?>
</aside>
<?php } ?>
get_template_part('sidebar-homepage');
<?php //get_sidebar(); ?>
</div><!-- /#content -->
<?php get_footer(); ?>
Alles anzeigen