• I finally got the thumbnails working in Arras. Now I have two pictures in the actual post. When someone clicks the story, One photo is above the post and then the photo appears in the post as it should be. How do I get rid of the extra photo?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Don’t insert the picture in the post, just include the link in the custom field.

    not sure if that would solve your problem.

    Please post back to let me know that it worked for you. Arras is a cool theme but I am having issues with the side bar layout (going crazy on me), till I get this solved I will activate it on my site.

    Also did you figure out how to change the size of the top (slide show)? once I switched layout to two sidebars, the slider over laps. If you figured that one out please post it here.

    also what would you do if you don’t have a picture for your post? is there any way to get rid of the (x) next to the post name

    thank you

    /* adding the // turns off the thumbnail appearing in the single post page */
    //$postheader .= ‘<div class=”entry-photo”><img src=”‘ . arras_get_thumbnail($w, $h) . ‘” alt=”‘ . get_the_title() . ‘” title=”‘ . get_the_title() . ‘” /></div>’;

    in filters.php around line 103

    Answer found at found this at http://code.google.com/p/arras-theme/updates/list and it worked

    open css file located
    “..//wp-content/themes/arras-theme/css/styles/default.css”

    and change

    “.single .post .entry-photo, .single-post .entry-photo”
    to “{display:none}”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arras Theme Double Pictures in Posts – help!’ is closed to new replies.