Blog List

It's the foundation of Wordpress. In Bateaux, list is customizable with image size, aspect ratio, and 2 types of entry styles.
Broken Next Previous Posts Navigation

Fixing Broken Posts Navigation

According to the WordPress codex the get_previous_post and get_next_post should either return null or empty in single posts navigation when you are at the first or last post. If you come across a situation where these two handy functions do not work as expected then most probably you have installed a plugin which is interfering […]
Add css classes to WordPress posts links generated by next_post_link and previous_post_link functions

Add css classes to WordPress posts links generated by next_post_link and previous_post_link functions

You might have across a situation where you needed to add css class to the html markup generated by WordPress posts links’ functions of next_post_link and previous_post_link. Especially if you working with Bootstrap or Zurb foundation frameworks as these two frameworks require specific css classes for formatting. So have come across similar situation and we […]
How to Exclude Categories From Default WordPress Loop

How to Exclude Categories From Default WordPress Loop

Recently I was working on a gym WordPress website and I needed to exclude WODs category from the default WordPress loop. The reason of this requirement was that my client wanted to get the WODs from Wodify service which would push daily WODs to a specific category of posts type post. But this lead to […]
Load More
Fail to load posts. Try to refresh page.