4020 readersYou may be wondering why anyone would want to do this. Think about it, you probably have hundreds of articles that you wrote years ago and when those same articles appear on Google search engine results, the dates appear next to the description. You might think that this is great, users searching the web should
12667 readersWelcome back to part two of this tutorial; in part one we looked at some of the model, collection and view basics for when working with Backbone and saw how to render individual contact views using a master view bound to a collection.
In this part of the tutorial, we’re going to look at how
5454 readersWordPress provides several navigational template tags to make it easy for visitors to surf your pages. There are basically two different types of template tags used for chronological post navigation:
posts_nav_link() – for navigating various archive (non-single) pages
previous_post_link() & next_post_link() – for navigating single-post pages
These template tags output the HTML markup required to create the actual
-
8911 readersIt’s been a while since I’ve been so excited about a plugin. Enough that it inspired me to write a post about it.
I’ve always wanted to share drafts of posts with people before I publish them but didn’t want to bother them with “can you log in, look at the post and let me know
-
10673 readersIt’s been a while since I’ve been so excited about a plugin. Enough that it inspired me to write a post about it.
I’ve always wanted to share drafts of posts with people before I publish them but didn’t want to bother them with “can you log in, look at the post and let me know
-
84 readersIt’s been a while since I’ve been so excited about a plugin. Enough that it inspired me to write a post about it.
I’ve always wanted to share drafts of posts with people before I publish them but didn’t want to bother them with “can you log in, look at the post and let me know
-
1126 readersThis Magento theme, available only at Magentist, is modern, sleek, and clean. The minimalist design is inviting and modern, but subtle and very versatile; the very definition of a quality template.
The lively, pleasing color scheme and fluid shoppin...
4860 readers
(example screenshot)PHP
function ep_eventposts_metaboxes() {
add_meta_box( 'ept_event_date_start', 'Start Date and Time', 'ept_event_date', 'event', 'side', 'default', array( 'id' => '_start') );
add_meta_box( 'ept_event_date_end', 'End Date and Time', 'ept_event_date', 'event', 'side', 'default', array('id'=>'_end') );
add_meta_box( 'ept_event_location', 'Event Location', 'ept_event_location', 'event', 'side', 'default', array('id'=>'_end') );
}
add_action( 'admin_init', 'ep_eventposts_metaboxes' );
// Metabox
2797 readersNewscast is a HTML Template, best suited for Magazines and Blogs. It comes with 3 fantastic Image and News slideshows has multiple Page templates and of course gives you the option to choose from 4 Fantastic skins:
Newscast light
Newscast dar...
12945 readersIn the first part of this tutorial, we put together a basic example of a list of contacts. The view (the visible representation of the data on the page) was created using a template, along with some other elements bound to methods and properties of the viewModel using data-bind attributes. Some of the values in