cbmark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How can I call an older post e.g the second latest?@alchymth
Thank you works a treat. I thought I would be writing the syntax incorrectly and I tried several ways with no luck. The closest I got to your perfect solution was using && /facepalm.
Thanks Again
Forum: Themes and Templates
In reply to: How can I call an older post e.g the second latest?That’s great thanks but 1 small addon I want to limit it to show 1 post so I have got..
<?php $offset1 = new WP_Query('offset=1 , showposts=1');but that isn’t working. The offset on it’s own works as does the showposts could you tell me how I can do both?
Thanks,
MarkForum: Themes and Templates
In reply to: Sidebar is not floating right correctly.Nice! Shall try and store that in memory (and bookmark this) for future reference! Thanks for the explanation too, amazing what little tricks there are!
Thanks esmi + rep (if only there was a plus rep button!)
Mark
Forum: Themes and Templates
In reply to: Sidebar is not floating right correctly.Wow, cheers so much just placed that code in works a treat! Thanks so much esmi! Can I ask a stupid question though what exactly is this doing Im assuming its adding a div after container with a content of . clearing it and hiding it? Just wondering how on earth does that fix it?
Mark
Forum: Themes and Templates
In reply to: Sidebar is not floating right correctly.Hiya esmi I have removed it which has moved the sidebar which is great just a problem with the container not expanding down now any ideas? I have updated the site so you can see what’s happening.
Mark