LoganSix
38p40 comments posted · 1 followers · following 0
3 weeks ago @ Big Government - Tuesday Open Thread: v... · 0 replies · +4 points
4 weeks ago @ Big Government - Thursday Open Thread: ... · 0 replies · +4 points
6 weeks ago @ Big Government - That Didn’t Take Lon... · 0 replies · +2 points
8 weeks ago @ Big Government - Tuesday Open Thread: A... · 1 reply · +8 points
4 weeks ago @ Dean Logic - Getting Started · 0 replies · +1 points
If you got the Meetup Developer forum and the Request for Application Testers thread, you can see the steps for becoming a tester.
http://www.meetup.com/boards/thread/6466974
When I get back around to fixing the authentication issue, I will let everyone who is a tester know, so they can download the new version of the application.
9 weeks ago @ Big Hollywood - REVIEW: 'Book of Eli' ... · 0 replies · +1 points
9 weeks ago @ Big Hollywood - Daily Gut Video: Lt. C... · 0 replies · +2 points
9 weeks ago @ Big Journalism - Sarah Palin: 'Backwood... · 0 replies · +1 points
13 weeks ago @ Dean Logic - AHP Sitewide Recent Po... · 0 replies · +1 points
Use the following to call the information.
<?php ahp_recent_posts(5, 90, 32); ?>
13 weeks ago @ Dean Logic - AHP Sitewide Recent Po... · 0 replies · +1 points
You should remove the div tags and everything between for the "avatar" and "author".
echo $begin_wrap
. '<div class="date">' . $thisdate . '</div>'
. '<div id="avatar" style="margin-left:65px; margin-top:14px;">' . $thisgravatar . '</div>'
. '<h3>' . $this_postname . '</h3>'
. '<div class="postmetadata"> @ ' . $thistime . '
<div id="author">' . $thisauthor . '</div>'
. '
<div id="blogname"> ' . $this_blogname . '</div><div id="comment"> | ' . $thiscomment . '</div></div>'
. '<div id="excerpt">' . $thisexcerpt . '</div>'
. $end_wrap . "\n";
Joint