The MU forums have moved to WordPress.org

Arthemia Premium headline and feature photos (4 posts)

  1. keeperbay
    Member
    Posted 14 years ago #

    I'm using the Arthemia Premium theme on MU.
    Is there anyway to convince MU to show the images in the Headline and Feature area?

    Of course it works great on the normal WP (example: http://stuckathomemom.com/)

    However on http://stuckathomemomS.com/ it doesn't show the images and when I click "View Image" I get this in the browser address bar as where the site is looking for the image: http://stuckathomemoms.com/wp-content/themes/arthemia-premium/scripts/timthumb.php?src=http://stuckathomemoms.com/files/2009/06/box.jpg&w=200&h=225&zc=1&q=100

    Ugh!

  2. keeperbay
    Member
    Posted 14 years ago #

    I'm just guessing, but I think I need to change something in this part of the code in the header.php file.

    <?php $values = get_post_custom_values("Image");
    	if (isset($values[0])) { ?>
    	<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php$values = get_post_custom_values(&quot;Image&quot;); echo $values[0]; ?>&w=175&h=150&zc=1&q=100" alt="<?php the_title(); ?>" class="left" width="175px" height="150px" ?>&w=175&h=150&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="175px" height="150px"  /></a>

    The image is located at: http://stuckathomemoms.com/files/2009/06/box.jpg

    I can manually put the images into files/2009/06/box.jpg each time if I can get this template to loo there, I can ftp the images. I just have to remember to keep the MU edited template in a different fold from the WP template.

  3. keeperbay
    Member
    Posted 14 years ago #

    Ok, if I manually upload my images to the folder it's looking for, it works. That will work fine for me.

    I created the folders it wanted and that was that.

  4. andrea_r
    Moderator
    Posted 14 years ago #

    It's actually the script creating the thumbnails doesn't work properly in MU.

    But if what you;re doing works for you, keep on.

About this Topic

  • Started 14 years ago by keeperbay
  • Latest reply from andrea_r