Hello,
Is someone knows how I can display the latest posts on my blog.
I'am the admin and on want to display the posts (not mine) on the home page.
Thank you
Hello,
Is someone knows how I can display the latest posts on my blog.
I'am the admin and on want to display the posts (not mine) on the home page.
Thank you
Look into Donncha's Sitewide Tags plugin.
Thank, but I didn't find something
I bet you a nickle if you search for 'display latest posts' you would have found many threads on this topic, many of them pointing to that plugin. :)
Use that plugin on your site and grab either the rss feed from it or a switch_to_blog and list the latest posts from it.
Man, if we had taken each other up on all these bets, we'd both probably be a whole lot better off. :D
missou, a quick Google would surely have led you to:
http://wpmututorials.com/how-to/getting-member-blog-posts-on-the-main-page/
Andrea, this is a cool plugin. I got it to work on mine no problem. I need to tweak the font size. It's a little too small. Any idea if I need to edit CSS or in the plugin file to do this? If so where and how? Anyone? :)
Thanks in advance.
Edit the css file in the theme. :)
How would I call for it? Would this work?
ahp_recent_posts {
font-size: 14px;
font-weight: normal;
letter-spacing: -1px;
margin-bottom: 10px;
margin-top: 10px;
}
Nope and this didn't work either:
ahp-excerpt { margin-top: 2px;
font-size: 14px;
}
anyone know?
Not without looking. There could be something else overriding the 14px alreayd set.
Got Firebug? It's an extension for FireFox and there's no easier way to debug css.