Forums
(@incluye)
14 years, 6 months ago
Are you using the Loop and the_content()?
If you deleted the code and there’s no change, it’s the wrong file. Are there any others you could try?
14 years, 7 months ago
That’s a .jpg, and it looked fine wherever I searched. Can you provide a scenario in which you know it’ll be stretched?
Or you could use <a href="<?php echo get_permalink(5); ?>">Back to Portfolio</a> or even set up a get_ID_by_name if you wanted to be fancier. The get_permalink function will account for having pretty permalinks set up and whatnot.
<a href="<?php echo get_permalink(5); ?>">Back to Portfolio</a>
15 years, 4 months ago
A thousand thanks.
Can you not edit the files by FTP?
Those two advertisements at the bottom are in a ul inside the .contentLayout div. Why are they not in .sidebar2?
You’d need to edit your template files manually and move the sidebar div, whatever it is, to after the content div.
I’m currently coding a theme. That’s the index.php file.
15 years, 5 months ago
Brilliant! Thanks a lot.
Doesn’t it work already? You just said it was getting 2.8 from www.remarpro.com.
In Settings -> Discussion, are threaded (nested) comments enabled?
It looks like the white part behind the header should stretch all the way down, but doesn’t because your #content and #sidebar divs are floated.
Just before the #wrapper closing div tag, add <div style="clear:both"></div>.
<div style="clear:both"></div>
15 years, 7 months ago
Resolved.
No problem, hehe.