thetvstop
Member
Posted 1 year ago #
Hello,
I have what I believe is the "related-post-23-" or something like that plugin.
What I was wondering is, is there a way to style the related post so it appears say to wrap around text inside of a post?
here's a working example: http://www.buddytv.com/articles/ghost-whisperer/ghost-whisperer-episode-previe-24708.aspx
The "don't miss" section.
Thanks!
Insert a floated div into the div that contains your the_content and add whatever code you need there.
It might not work in the middle of the post but it can work e.g. at the right top corner of it.
thetvstop
Member
Posted 1 year ago #
Thank you.
Since getting a custom page theme the "<!--nextpage-->" feature isn't working on my blog, I remember there is something I need to add to the loop, but I can't recall what, care to help once more?
Thanks.
Template_Tags/wp_link_pages
(the Codex is your best friend...)