• Hi Guys,

    I’m really new to this and coding Isn’t something I can do ha so need lots of help.

    the following code is part of the code where I need to insert an image too my homepage at http://www.supplementadvisors.co.uk I want an image to sit just under the large image carosel. the code looks like this

    [please mark any posted code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]

    <div id="featured-wrapper">
    
                                    <div id="featured" class="<?php echo $featured_layout; ?> featured">
    
    <ul>
    										<?php # loop through featured slider panels
                                            $postcount=0;
                                            while (have_posts()) : the_post();  $postcount++;
                                                $category = get_the_category();
    											if(is_array($category)) {
    												if(array_key_exists(0, $category)) {
    													if($category[0]) $category_name=$category[0]->cat_name;
    												}
    											}
    											#minisite variables
    											$post_type = get_post_type(); #get post type
    											$minisite = $itMinisites->get_type_by_id($post_type); #get minisite object from post type
    											if(!empty($minisite)) {
    												#determine if rating should be shown
    												$review_disable = get_post_meta( get_the_ID(), IT_META_DISABLE_REVIEW, $single = true );
    												$editor_rating_disable = $minisite->editor_rating_disable;
    												$user_rating_disable = $minisite->user_rating_disable;
    												if($review_disable=='true' || ($editor_rating_disable && $user_rating_disable)) $rating_disable = true;
    												$category_name = it_get_category($minisite, true, true, true);
    												$award = it_get_awards(get_the_ID(), $minisite, 'featured', false);
    											} else {
    												$rating_disable=true;
    												$award_disable=true;

    Now I’ve been told the following Yes, you could manually add in content to the inc/featured.php file under where the featured slider is.</p>

    However this means nothing to me all I want to do is insert a picture into the large grey area on my website

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    you appear to be using a commercial theme, which is not supported here. No one here has access to that theme, so to get help with customising it, you need to request support from the vendor

Viewing 1 replies (of 1 total)

The topic ‘Help With Inserting an Image’ is closed to new replies.