Category Journey at rtCamp

rtCamp notes, day 49 of undefined

Pagination WordPress by default provides us with the pagination functions and handles the pagination automatically internally. In our theme template files we can use the function like, next_posts_link and previous_posts_link to get the links of next and previous posts.In both…

rtCamp notes, day 48 of undefined

Theme Functionality WordPress provides us the ability to fully customize the viewing experience for the theme, most of the features can be customized using the function add_theme_support() Let’s look at some of the customizations. Custom Headers Custom headers can be…