-
703 readersWe were working on a WordPress site that needed to display a sticky post at the top of the blog page with one style, and then below it a list of the most recent posts with a completely different style. I realize that you can just style the sticky post using the sticky-related classes provided
-
869 readersWe were working on a WordPress site that needed to display a sticky post at the top of the blog page with one style, and then below it a list of the most recent posts with a completely different style.
I realize that you can just style the sticky post using the sticky-related classes provided by
-
3 readersWe were working on a WordPress site that needed to display a sticky post at the top of the blog page with one style, and then below it a list of the most recent posts with a completely different style.
I realize that you can just style the sticky post using the sticky-related classes provided by
-
3944 readersTheme Features:
Full Drupal 6 Compatibility!
Homepage featuring a slider, message box, featured posts area, posts by category, and Twitter feed
Message box with button
Featured posts area with four layout options: 2 sticky posts and recent posts feed, 3 sticky posts, 4 sticky posts, custom content
Category tabs with four recent posts per tab
Uses TimThumb script to automatically resize
2735 readersFrom the archives (which are full of good things, btw) I revamped a post with an updated version of the List All plugin, and confirmed the Most Recent Blogs widget still worked. It does! So, if you’re looking to have a widget that will show the last ten blogs, go get it here. Random Posts
7179 readers
PHP
function wps_wp_list_pages(){
$excluded_pages = array();
$all_pages = get_pages();
foreach ( $all_pages as $the_page ) {
if ('' == $the_page->post_content) {
$excluded_pages[] = $the_page->ID;
}
}
wp_list_pages( array(
'exclude' => implode(',',$excluded_pages)
));
}
PHP
Visit wpsnipp.com for details on how to setup this WordPress snippet. Share this
-
3690 readersTheme Features:
Full Joomla 1.6 and 1.7 Compatibility!
Homepage featuring a slider, message box, featured posts area, posts by category, and Twitter feed
Message box with button
Featured posts area with four layout options: 2 sticky posts and recent posts feed, 3 sticky posts, 4 sticky posts, custom content
Category tabs with four recent posts per tab
Uses TimThumb script to
3131 readersWe often find ourselves looking for the best and easiest way to exclude categories or pages from the navigation menu, the WordPress loop, the category list, the feed, the search, and/or the archive. It’s so easy to forget one of these elements and accidentally let that category slip into the blogstream. We actually wrote about
236 readersWe often find ourselves looking for the best and easiest way to exclude categories or pages from the navigation menu, the WordPress loop, the category list, the feed, the search, and/or the archive. It’s so easy to forget one of these elements and accidentally let that category slip into the blogstream. We actually wrote about
-
1360 readersUpdate: A normal horizontal menu is also available, if required. You can e-mail me and I will send you the updates.
SNIPER is a clean and robust Wordpress theme, best suited for decent corporate websites, photography portfolio, and personal blog. The...