Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Need a bit of help regarding wordpress website !!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42619
    hal8
    Member

    Hi everyone.

    This is related to this [website](http://www.pheasantshootingreviews.co.uk “pheasant shooting reviews”).

    The website is designed in wordpress by myself (self tought….and still learning !!)

    Its a pheasant shooting review website in the UK and Ireland, with each review being seperated by the county that it is in.

    And what im trying to do if to have 2 free advertising boxes at he top of each county.

    So for example if there are reviews in Devon at the top I will have 2 adverts (hopefully from a shoot in Devon), but then I would want different adverts for the review under say Yorkshire.

    Can anyone help me with any ideas on how to go about this ?

    #124157

    If they are categories, try something like

    if ( in_category( ‘devon’ )) {
    // …..
    } elseif ( in_category( ‘yorkshire’ )) {
    // …..
    } else {
    // …..
    }
    ?>

    #124241
    notfilc
    Member

    You could create separate widget areas for them I suppose, that would get a bit unruly though with too many.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.