rajesh0228
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help on Image for each post titleRVoodoo, I added this –
<?php the_post_thumbnail(‘title-image’, array(‘class’ => ‘titleImage’, ‘alt’ => ‘Title Icon’));?>
in index.php before the code that calls up the title. I can see my thumbnail. But I want 2 reduce the dimension, therefore I modified this code in functions.php:
set_post_thumbnail_size( 30, 30);
But this is not working! The dimension is as it was.
Forum: Fixing WordPress
In reply to: Help on Image for each post titleYes Mark, I can see it. I selected an image from my Media library & clicked Use as thumbnail.
What next? Do I use these codes as stated in your site:
1 <?php
2 if ( has_post_thumbnail() ) {
3 // the current post has a thumbnail
4 } else {
5 // the current post lacks a thumbnail
6 }
7 ?>the_post_thumbnail() outputs the Post Thumbnail, if it exists (in the loop):
1 <?php the_post_thumbnail(); ?>But how 2 use them?
Forum: Fixing WordPress
In reply to: Help on Image for each post titleOk Mark, I did what you wanted me to. The difference is that I can now see Post Thumbnail in Screen Options. But where’s the UI?
Forum: Fixing WordPress
In reply to: Help on Image for each post titleMark, sadly it’s not listed in Screen Options. And of course, the changes are still their in functions.php.
What next?!!!
Forum: Fixing WordPress
In reply to: Help on Image for each post titleRVoodoo, I can’t see the Post Thumbnail UI for both Post and Page after adding this in functions.php:
add_theme_support( ‘post-thumbnails’, array( ‘post’ ) ); // Add it for posts
add_theme_support( ‘post-thumbnails’, array( ‘page’ ) ); // Add it for pages
set_post_thumbnail_size( 50, 50 );I did refresh my admin login page. I am using the default theme in WP 2.9.2.
Did I miss a step?Forum: Fixing WordPress
In reply to: Help on Image for each post titleRVoodoo, you are right! That is what is stated at the top of Mark Jaquith’s site. Now I understand. I’ll try it out later.
Forum: Fixing WordPress
In reply to: Help on Image for each post titleI was going thru RVoodoo’s & Mark Jaquith’s codings…but I did not notice any reference 2 any path to an image. Why is it so?
Forum: Fixing WordPress
In reply to: Help on Image for each post titleRVoodoo, thanks 4 those suggestions. Let me 1st go thru them properly before implementing them.
t31os_, so you’ve the power 2 modify thread titles.Never knew that. The reason I’d inserted your name was obvious. I was desperate 4 someone to reply to my need. I’d waited 4 a long time. I’d stumbled upon that thread in which t31os_ had replied 2 a similar need….so I thought why not send a SOS to you.;)
In any case, I’ll keep you gentlemen (or gentlewomen;)…I do not know) informed about my progress in this matter.
Forum: Fixing WordPress
In reply to: Help on Image for each post titlet31os, what I want is simple & straightforward.I want an image (thumbnail type) to the left of each & every post/page title (separate image for each post/page title).
Btw, if I recall correctly I’d inserted your username – t31os – at the beginning of the title of this thread. But, strangely, it doesn’t exist! Why? Do you’ve any answer?
Forum: Fixing WordPress
In reply to: Help on Image for each post titlet31os, WHAT A RELIEF! At last you’d detected my SOS 2 you!
Yes, I am referring to the code link you’d given.
And no I am not using WPMU at all.What I am trying to do is to insert an image to the left of the page/post title. How to do it – sans using any plugin? Therefore, I’d asked those questions in my 2nd posting above.
Forum: Fixing WordPress
In reply to: Help on Image for each post titlet31os, I need your help. Or for that matter, anyone can help on t31os behalf.
Forum: Fixing WordPress
In reply to: Help on Image for each post titlet31os, in which PHP file you want your codings to be inserted? Is it Index.php? Should the custom field value contain the name of the image file – with extension? I ask this coz you’d hard-coded an extension(.jpg) in your example. Btw, what does “Adjust the CSS” mean?
Forum: Fixing WordPress
In reply to: Image & Font-change of Post/Page Titleesmi, I’ve deactivated “Under Construction”.
One additional point I’d like to state: I do not want to use any plugin for what I want. I want to get it done by making relevant changes in relevant files.
Forum: Fixing WordPress
In reply to: Image & Font-change of Post/Page Titleok esmi, here’s my site.
Forum: Plugins
In reply to: Image within Post TitleUneeklyme, can you show us the image link?