acunmeswew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: My featured image errorUnless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
this my blog http://acunmeswew.com
i don’t know why my image in my blog eroor , display just demoForum: Themes and Templates
In reply to: [HELP] Featured Image on my blogI try that . buta my site became error
Parse error: syntax error, unexpected ‘<‘ in /home/u761473910/public_html/wp-content/themes/averin/index.php on line 55
in my theme already same as that , this is :
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Themes and Templates
In reply to: Problem With My Featured ImageTo display the image in a loop!
<?php if( has_post_thumbnail() ) :?>
<div class=”imageholder”>
<?php ( get_post_thumbnail() ) :?>
</div>
<?php endif; ?>HTH
David
where i put that code ? sorry i’m newbie in this section
Try deleting the blogger-importer directory from under your plugins folder using your file manager or FTP program. Don’t remove the whole plugins folder, just the blogger-importer folder. That should restore access to your blog.
yesss this is work 🙂
Forum: Themes and Templates
In reply to: Featured Image in my Blog not workNext: have you actually assigned any featured images to any Posts?
no sir, i want my featured image like this blog http://tricks-collections.com/
there is different image in other post 😀
Forum: Themes and Templates
In reply to: Featured Image in my Blog not workThat all looks fine.
For the index.php code: where did you put it? Is it within the Loop?
What currently displays for each post? Is your fallback image displaying?
i put that code in up before this
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>then , what be able i do ?
Forum: Themes and Templates
In reply to: Featured Image in my Blog not workI’m sorry, but I’m not understanding what you’re trying to do.
What Theme are you using?
What changes did you make to index.php, functions.php, and style.css?
Reply
ok ok, i can speak english a little 🙂
i’m using TechMaish theme , you now ?i add some syntax , that it :
in function.php –>> `add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 100, 100, true );`index.php —>
if (!is_single()) { if ( has_post_thumbnail() ) { the_post_thumbnail(); } else { echo '<img src="'.get_bloginfo('template_url').'/images/thumbnail.png" alt="'.get_the_title().'" class="wp-post-image"/>'; } } ?> <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>style.css —>
img.wp-post-image { float:left; margin-right:5px; width:100px; height:100px; padding:3px; border:solid 1px #cccccc; }Forum: Themes and Templates
In reply to: Featured Image in my Blog not workwell ,
i want :
1) I want my image to be Featured functions, like image featured another blog where every post is different imageI tried adding features its own image by editing the index.php, functions.php and style.css but still the image that came out just one image, not unlike the difference
you can help me sir ?