Warning: printf() [function.printf]: Too few arguments in
-
Hello!
I receive this warning everytime I choose a “tag”.Warning: printf() [function.printf]: Too few arguments in /home/agseg937/public_html/vidabemfeliz/wp-content/themes/enigma-premium/tag.php on line 7
And, in my code, I have this:
<?php get_header(); ?>
<div class=”enigma_header_breadcrum_title”>
<div class=”container”>
<div class=”row”>
<?php if(have_posts()) :?>
<div class=”col-md-12″>
<h1><?php printf( __( ‘Author Archives: %s’, ‘weblizar’ ) ); ?>
</h1>
</div>
<?php endif; ?>
<?php rewind_posts(); ?>
</div>Any help??????
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Warning: printf() [function.printf]: Too few arguments in’ is closed to new replies.