phanaks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Keep Page Parent Titlebump. this has to be easy, i just cant figure it out from what im reading in the codex. everything on this topic relates exclusively to the sidebar
Forum: Themes and Templates
In reply to: Multiple Installs Loop Problem<div id="headlines"><?php include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('http://www.hoistedsail.com/blog/wp-rss.php'); $maxitems = 5; $items = array_slice($rss->items, 0, $maxitems); ?> <?php if (empty($items)) echo '<li>No items</li>'; else foreach ( $items as $item ) : ?><a href='<?php echo $item['link']; ?>'title='<?php echo $item['title']; ?>'><?php echo $item['title']; ?></a> - <?php echo date("n/j/y"); ?><br /> <?php endforeach; ?></div>The above calls todays date, but I cannot figure out how to have it echo the publish date of the article. I have been trying for days to figure this out…does anyone have any idea? Thanks.
Forum: Themes and Templates
In reply to: Multiple Installs Loop Problemawesome! Thank you! this is working perfectly with a little tweaking. How would I add the date of the posts as a non link after the title?
Forum: Plugins
In reply to: Calendar Plugin with User Submission Option?i want this so bad, how has no one done this yet
Forum: Plugins
In reply to: Calendar as full page with event details as full pageshow do you use google calendar in a wordpress site. I have a page that I would love to have exactly what the OP is talking about but cannot figure out how…
Forum: Themes and Templates
In reply to: Page Nav is not workingNo, it is not working in any case. I tried default theme, no permalinks, and default with no permalinks, none worked. I have been working on this for a few days now and read countless blogs and threads on this and other forums…nothing seems to apply. I dont understand why there is no 404 error message.
I’m sure it is something simple, but I just cant figure it out. I am on apache and use htaccess, etc. all my links work but this one.
Forum: Themes and Templates
In reply to: Footer Problem – wont align to bottom of pagebump, there has to be a way to align to the bottom…
Forum: Themes and Templates
In reply to: Footer Problem – wont align to bottom of pagethat change didn’t effect anything. presently the header is showing up aligned with the top of the content box. the main thing i dont understand is that the footer should show up outside of the box and after it, but it is being shown inside of it instead. im very confused.