Hello Vladimir. I love the template, but am very new to this. I have images in my post and they are visible on the home page, but are not visible on the category page. Can you tell me how to fix this?
I have switched to the_content in the index.php file (I do not have an archive.php or category.php files) and still do not see images on the category page. Here is the code I tried to manipulate:
Post edited 14:50 – 22 September, 2010 by Toby Hoof Post edited 15:00 – 22 September, 2010 by Toby Hoof
I am not able to type the code into this space. But basically, I have changed the_excerpt to the_content in the index.php file and still am not able to see images in the categories. As mentioned above I do not have an archive.php or category.php file.
All right – Other reason can be one of the plugins you have activated (try disabling them). Finally did you check two tutorials for the theme that can be found on the theme page?
Thank you, Vladimir. I checked the plugins and also noticed my images were linked incorrectly which was causing problems. I love the template and the site looks great so far!
Vladimir’s WordPress Forum
Images not in category
1:37
22 September, 2010
Toby Hoof
Hello Vladimir. I love the template, but am very new to this.
I have images in my post and they are visible on the home page, but are not visible on the category page. Can you tell me how to fix this?
8:52
22 September, 2010
Vladimir
posts 707
Its probably because your category page uses excerpts and not full content. Solution is to switch to the_content instead
13:41
22 September, 2010
Toby Hoof
I have switched to the_content in the index.php file (I do not have an archive.php or category.php files) and still do not see images on the category page. Here is the code I tried to manipulate:
<?php printf('', get_permalink()); _e('Continue reading about ', 'amazinggrace'); the_title(); ?>
<?php the_tags(''.__('Tags: ', 'amazinggrace'), ', ', '
'); ?>
As you can see I did change the_excerpt to the_content, but still can not see images. Any help would be appreciated. Thank you!
14:47
22 September, 2010
Toby Hoof
Post edited 14:50 – 22 September, 2010 by Toby Hoof
Post edited 15:00 – 22 September, 2010 by Toby Hoof
I am not able to type the code into this space. But basically, I have changed the_excerpt to the_content in the index.php file and still am not able to see images in the categories. As mentioned above I do not have an archive.php or category.php file.
11:39
23 September, 2010
Vladimir
posts 707
All right – Other reason can be one of the plugins you have activated (try disabling them). Finally did you check two tutorials for the theme that can be found on the theme page?
15:56
23 September, 2010
Toby Hoof
Thank you, Vladimir. I checked the plugins and also noticed my images were linked incorrectly which was causing problems. I love the template and the site looks great so far!