Vielen lieben Dank, habe den Support direkt angeschrieben. :razz:
Beiträge von BeEnvy
-
-
Sehr geehrte Community Mitglieder,
ich bekomme auf der Website auf den Produkten wie z.B. hier http://kondom-guru.net/produkt/billy-…sitive-kondome/ die Fehlermeldung:
Warning: array_map(): Argument #2 should be an array in /www/htdocs/w013bf94/kondom-guru.net/wp-includes/category-template.php on line 1158So sieht meine Line von 1144 - 1158:function get_the_terms( $post, $taxonomy ) {
if ( ! $post = get_post( $post ) )
return false;$terms = get_object_term_cache( $post->ID, $taxonomy );
if ( false === $terms ) {
$terms = wp_get_object_terms( $post->ID, $taxonomy );
$to_cache = array();
foreach ( $terms as $key => $term ) {
$to_cache[ $key ] = $term->data;
}
wp_cache_add( $post->ID, $to_cache, $taxonomy . '_relationships' );
}$terms = array_map( 'get_term', $terms );
Wäre sehr dankbar, wenn mir jemand helfen könnte.
Gruß -
Sehr geehrte Community Mitglieder,
hab das Problem, dass ich Java Script Codes, wie zb:
<script type="text/javascript" src="http://w...."></script> in meinem Wordpress Blog nicht angezeigt bekomme.
Ich wollte sie in Widgets einbinden, direkt im Editor... funktioniert einfach kein script code?
Kann mit jmd. weiterhelfen, wie ich script codes zum laufen bringe, damit sie angezeigt werden? -
ja klar im anderen theme funkts aber in dem halt nicht
urbanblunt.comdieses theme http://gorillathemes.com/latest-themes/tribal/
-
PHP
Alles anzeigen<?php get_header(); ?> <div id="body"> <!-- Body [sidebar, posts] --> <div id="content"> <!-- Contents --> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="postMain png"> <!-- Post Block Wrapper --> <div class="post"> <!-- Post Contents --> <h2><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <h3><?php the_time('F jS, Y') ?> | By <?php the_author() ?></h3> <?php the_content(); ?> <div class="postMeta"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> <br /> Comments: <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div> </div> <!-- / Post Contents End --> </div> <!-- / Post Block Wrapper End --> <!-- / Post Footer for image --> <div style="clear:both"> </div><div class="postFoot png"></div> <?php endwhile; ?> <?php else : ?> <?php endif; ?> </div> <!-- / Contents End --> <?php get_sidebar(); ?> <div class="clr"></div> </div> <!-- / Body [sidebar, posts] End --> <?php get_footer(); ?> </div> <!-- / Main Container End --> </div> <!-- / Inner Wrapper [contains Floor Image] End --> </div> <!-- / Outermost Block End --> </body> </html>nein habe ich nicht, was muss den da stehen?
-
Sehr geehrte Community Mitglieder,
bei mir besteht das Problem dass die vorigen Seiten nicht angezeigt werden,
wenn ich auf ?paged=2 und weiteres gehe kommt ständig die hauptseite...
Könnte mir da wer helfen?
LG -
Sehr geehrte Mitglieder,
suche seit längeren dieses plugin?
hätte jemand ne ahnung wo ich das finden könnte oder den Namen?
lg