How to Display an Author List with Avatars in WordPress Contributors Page. How to Make A Sidebar Widget To Display Recent Custom Posts by Jared Williams. Out of the box, WordPress comes equipped with a recent posts widget for displaying your latest content in the sidebar and other widgetized areas of your website. However, the settings and controls on the default recent posts widget are pretty minimal.
With only the ability to give the widget a title, set the number of posts to display, and the option of displaying the post date, there isn’t much flexibility on offer. WordPress Recent Post Plugins Installing a recent posts plugin, however, can give you a lot more control over how your recent posts are featured in the sidebar and other widgetized areas of your WordPress theme. By upgrading the core recent posts widget you can display featured images, include custom post types, filter posts by category, or list other posts by the same author.
If you are using Multisite, you can even display recent posts from other sites in your network. Recent Posts Widget Extended More details: Recent Posts Widget Extended Advanced Random Posts Widget Conclusion. Support » Display 4 more posts from same category. Class Reference/WP Query. Class Reference/WP Query Languages: English • Italiano • 日本語 • 中文(简体) • (Add your language) Description WP_Query is a class defined in wp-includes/query.php that deals with the intricacies of a posts (or pages) request to a WordPress blog. The wp-blog-header.php (or the WP class in Version 2.0) gives the $wp_query object information defining the current request, and then $wp_query determines what type of query it's dealing with (possibly a category archive, dated archive, feed, or search), and fetches the requested posts. It retains a lot of information on the request, which can be pulled at a later date.
Interacting with WP_Query Most of the time you can find the information you want without actually dealing with the class internals and global variables. There are two main scenarios you might want to use WP_Query in. The second is during The Loop. Usage Standard Loop <? Standard Loop (Alternate) <? Multiple Loops If you have multiple queries, you need to perform multiple loops. Properties $query. Function Reference/the author posts link. Function Reference/the author posts link Languages: English • Türkçe • 日本語 • (Add your language) Description Displays a link to all posts by an author. The link text is the user's Display name publicly as field. The results of clicking on the presented link will be controlled by the Template Hierarchy of Author Templates. This tag must be used within The Loop. Usage Parameters This function takes no arguments. Deprecated Parameters idmode (string) Sets the element of the author's information to display for the link text.
Examples Use Example Displays the link, where the default link text value is the user's Display name publicly as field. <p>Other posts by <? Source File the_author_posts_link() is located in wp-includes/author-template.php Change Log Since: 1.2.0 Related. Support » [Plugin: Social Crowd] facebook likes 0!! Widgets Reloaded. The default WordPress widgets don't offer much control over how they are output on the screen. Widgets Reloaded seeks to correct this problem. This plugin replaces many of the default widgets with versions that allow much more control. Widgets come with highly customizable control panels. Each widget can also be used any number of times. Features The plugin overwrites many of the default WordPress widgets. ArchivesAuthorsBookmarks (Links)CalendarCategoriesNavigation MenuPagesSearchTags Professional Support If you need professional plugin support from me, the plugin author, you can access the support forums at Theme Hybrid, which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 40,000+ users (and growing).
Plugin Development If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's GitHub repository. Donations Yes, I do accept donations. GenerateWP. Display & Style Related Posts For Your WordPress Site. Displaying related posts is a great way to keep readers on your blog and this tutorial will show you how to achieve just this!
There are definitely many related posts plugins out there that would be great to use, however I couldn't find any plugins that fit exactly what I needed. So after a lot of reading and researching, here's what I ended up with that's helped me on a ton of my client's projects including my own. Here I will show you how to program a custom WordPress loop that will display your related posts with thumbnails. Step 1 Edit your functions.php file First thing's first, open up your functions.php file and add this little bit of code: Be sure to replace the 196 and 110 with your own dimensions. Step 2 Edit your single.php file Now, open your single.php file and add this block of code anywhere you want the related posts section to show up. Just change the 'showposts'=>4 to however many posts you want to show.
Optional Default Image with this: Step 3 Make it Look Good with CSS! 2 is Now Responsive! | SlideDeck Web Slider. We’ve talked before about how we believe that the responsive movement is the way forward for the Web, and now it’s time for us to stand by our words - starting with SlideDeck 2. Thanks to a lot of engineering trickery that we discussed a little while ago, today, we’ve updated SlideDeck 2 to be responsive! Now your sliders can automatically resize themselves to fit neatly on the page, regardless of the size of your screen or device – skip to the bottom to see how.
Try it for yourself Check out how SlideDeck 2 reconfigures itself to accommodate for different screen resolutions. The three stages of a responsive SlideDeck | Click to enlarge Want to try it out for yourself? We’ve also updated our free SlideDeck 2 Live Demo, so you can play with the responsive features right this minute. How to make your SlideDecks responsive As always, we’ve sought to make this changeover as simple as possible for you all: But wait, there’s more!
Don’t have SlideDeck yet? Tabs Widget for WordPress. Home Files WordPress Widgets Tabs Widget for WordPress Live PreviewScreenshots This plugin creates a new WordPress widget to display a tabbed panel with different content types on your site, from recent or popular posts to your latest tweets from your Twitter timeline. Tabs can rotate one after the other thus allowing for more exposure of the content: your posts are no longer hidden. Content types Display recent posts from any taxonomy, not just categories or tags but any custom taxonomy! Plugin features Unlimited number of tabs! Support Support is offered exclusively through the support forums. See also on CodeCanyon GraphicRiver More items by Elliot You must sign in or sign up to purchase this item. Regular License $16 Use, by you or one client, in a single end product which end users are not charged for Details | Licensing help Elliot View Portfolio 497 Purchases 173 Comments Buyer Rating: 4.30 stars 4.30 average based on 57 ratings.
Tweet © All Rights Reserved Elliot Contact Envato Support by. WP101 WordPress Tutorial Videos | Learn WordPress 3.5 fast! What, Whys, and How to's of Post Formats in WordPress 3.1. Tutorial: Different Sidebars for Homepage and Posts - BlogCraving. This is an update with full illustrations to an older post. Basic Method: 1) Find your sidebar.php file. 2) Make a copy of it.
Name it sidebar-secondary.php. Your second, third, forth, etc. sidebars all need to start with sidebar-NAMEHERE.php. That’s part of the naming convention in WordPress. 3) Make the content changes you need in secondary sidebar file. 4) Locate your single.php file. 5) Look for a line near the end of the file that looks like this: <? 6) Change it to <? Should look like this: 7) Save your new single.php file and upload it. 8) Done. You’ve now made two separate sidebars. Note: In your sidebar-inside.php file, you will want to remove the dynamic sidebar components. <? Only remove that line of code from the file if you do not need the new sidebar to have dynamic widget functionality.
If you would like to get a fully detailed version of these instructions with illustrations and screen shots, just fill out your name and email address below. Here we go: Illustration 5) STOP. WP Super Cache. This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. The static html files will be served to the vast majority of your users, but because a user's details are displayed in the comment form after they leave a comment those requests are handled by the legacy caching engine. Static files are served to: Users who are not logged in.Users who have not left a comment on your blog.Or users who have not viewed a password protected post. 99% of your visitors will be served static html files.
If for some reason "supercaching" doesn't work on your server then don't worry. The plugin serves cached files in 3 ways (ranked by speed): Mod_Rewrite. If you're new to caching use PHP caching. Recommended Settings PHP caching.Compress pages.Don't cache pages for known users.Cache rebuild.CDN support.Extra homepage checks.
W3 Total Cache. The only WordPress Performance Optimization (WPO) framework; designed to improve user experience and page speed. Recommended by web hosts like: Page.ly, Synthesis, DreamHost, MediaTemple, Go Daddy, Host Gator and countless more. Trusted by countless companies like: AT&T, stevesouders.com, mattcutts.com, mashable.com, smashingmagazine.com, makeuseof.com, yoast.com, kiss925.com, pearsonified.com, lockergnome.com, johnchow.com, ilovetypography.com, webdesignerdepot.com, css-tricks.com and tens of thousands of others. W3 Total Cache improves the user experience of your site by increasing server performance, reducing the download times and providing transparent content delivery network (CDN) integration. An inside look: Benefits: Features: Improve the user experience for your readers without having to change WordPress, your theme, your plugins or how you produce your content.
Meilleurs plugins WordPress Gratuits et Premium - Extensions. 10 Blank/Naked Wordpress Themes Perfect for Development. If you have to develop WordPress themes on a regular basis then I have no doubt that you too have experienced the tedium that goes with re-writing the same code over and over again. It doesn’t matter how excited you are about a new project or even how much you love web design, having to repeatedly do the same basic coding for every single theme can be really, really annoying. Of course there are frameworks that you could use that will take the pain away, but these may offer too much functionality. What if you want just a basic nuts and bolts theme with everything unnecessary stripped out and leaving only WordPresses base structure with some basic CSS styling? Then you will need a WordPress Blank theme. Some developers call them blank, they can also be called naked, starter, base, framework (not in the same vein as Hybrid or Thematic) or even just basic.
Regardless of what you call them, they will all do the same thing: Bring the enjoyment back to WordPress development. Features: Using the Advanced Custom Fields Plugin to create a custom home page in WordPress { Elliot Condon. In this tutorial we will look at how the Advanced Custom Fields plugin can be used to create a professional home page fit for your client. What will I need? General knowledge of making a WordPress themeGeneral knowledge of PHPThe Free WordPress plugin: Advanced Custom Fields 1. Create a home page template file A template file is a php file within your theme folder which a page or post uses to display it’s data on the website. In this tutorial I am using the default theme “Twenty Ten” and I have created a new file within the theme folder called template_home.php template_home.php as you can see, this template file is blank. 2.
Now it's time to use the Advanced Custom Fields plugin to create our home page's custom fields. Heading Text (text)Hero Image (image)Column 1 (wysiwyg)Column 2 (wysiwyg)Featured Article (post object) To create these fields, we need to install and activate the Advanced Custom Fields plugin. Give the ACF a useful name like "Home Page Fields" and add in the custom fields. How To Create Custom Post Meta Boxes In WordPress. How To Create Custom Taxonomies In WordPress. The Complete Guide To Custom Post Types. WordPress has been gaining a foothold in the general content management system (CMS) game for a few years now, but the real breakthrough was the custom post type mechanism which allows for the creation of a wide variety of content.
Let’s take a look at how this came to be and all the options that this great functionality offers. 1Some of the custom post types you can create in WordPress. What It Used To Be Like In practice, custom post types have been around for a long time, more specifically since February 17, 2005, when WordPress 1.5 added support for static pages, creating the post_type database field. The wp_insert_post() function has been around since WordPress 1.0, so when the post_type field was implemented in 1.5, you could simply set the post_type value when inserting a post.
By version 2.8, the register_post_type() function and some other helpful things were added to the nightly builds, and when 2.9 came out, the functions became available to everyone. Creating Custom Post Types. WordPress multi-site et multi-domaine avec le plugin Domain Mapping. Utiliser le mode multisite de WordPress avec des noms de domaines différents pour vos sites : tel est le principe du domain mapping. Grâce au plugin du même nom, nous verrons comment associer un site WordPress à un autre nom de domaine que le site principal avec WordPress 3.0 (également valable pour WPMU). N.B : il existe des différences entre le mode multi-site de WordPress 3.0 et la version 3.1. Celles-ci seront détaillées dans le podcast vidéo à venir qui décrira la procédure sous WordPress 3.1. Pré-requis Ce tutoriel nécessite de vérifier les points suivants avant de le suivre : WordPress doit être installé à la racine de votre serveur ;Votre hébergeur doit autorisé le multi-domaine ;Un serveur performant est conseillé (évitez un mutualisé de base) ;Avoir créé un un réseau de sites avec WordPress 3.0 ;Être un utilisateur averti en développement Web / configuration serveur Apache ; Étape n°1 – Installation du plugin Domain Mapping WordPress MU Domain Mapping Crédits photo : barockschloss.
Configure WordPress Multisite to use different domain names | iWeb. The purpose of this example is to demonstrate how to use a single installation of WordPress on a server and run multiple websites or WordPress blogs with different domain names. What it takes : WordPress updated version (February 2011 = 3.0.5)PHP version 4.3 or higherMySQL version 4.0 or higherApache mod_rewrite (Linux Hosting recommended)Wildcard CNAME record for subdomainsActivation Procedures for Multisite with sub-domain optionPlugin : WordPress MU Domain MappingAccess to DNS management interface Step 1 : Enable Multisite function with sub-domain You can use this procedure to activate the Multisite function under WordPress 3.0.5 (with sub-domain option). Step 2 : Create site and choose domain names In my example, the main blog will be www.babillard-scolaire.org and I have already created a second site which is testmapping.
Step 3 : Install the WordPress MU Domain mapping plugin You may download the plugin on the WordPress.org site Step 5 : Map the domain name on the site. WordPress 3.0: Multisite Domain Mapping Tutorial. Multi-blogs et Multi-domaines avec Wordpress 3 et OVH. | Ma Boite A Disques. MultiDom. MU Domain Mapping. Installation de WordPress 3.0 Multisite avec option sous-domaines : tutoriels, conseils, problèmes et solutions « Bloody Marie. Un seul hébergement et des centaines de sites. Showing custom post types on your home/blog page. Support » Advanced Custom Fields. Post Types. ACF { Documentation: Custom location rules. 40+ Light and White WordPress Themes For Minimalistic Websites. Site Design and Layout. How to remove <p> tags from images in WordPress | Interconnect IT - WordPress Consultants, Web Development and Web Design. Conditional Tags. Advanced Custom Fields. WP Native Dashboard. Installing WordPress in Your Language. Template_Hierarchy.png (1453×1443) All-in-One Event Calendar.
Pourquoi et comment passer sont site Wordpress en maintenance.