Skip to content

Cards

The Total theme includes a unique and exclusive Card API that allows you to display your standard posts, pages and custom post types beautifully on your site. You can choose from over 100 pre-built card styles or you can create your own custom cards. Using Cards with Default Archives To get started using card simply…

Post Entry Cards

Total Cards are used to display post entries within grids and archives and while there are a many pre-build cards to choose from sometimes you may want to create a custom card design and luckily the WPEX_Card API makes it super easy! Creating custom Card styles in your child theme is quite simple, below you…

How to Create Custom Theme Cards Using The API

Here you can find a list of arguments that can be passed onto the wpex_card function when displaying theme cards in custom loops or when creating custom cards. Parameters List Parameter Type Description style string Your card style. post_id int The post being displayed. allowed_media array List of allowed media: thumbnail, video, audio, gallery. thumbnail_id…

Card Function (wpex_card) Arguments

Skip to video guide Creating custom cards for your post entries has never been easier! The Total theme includes the ability to create custom cards right via the WP admin and best of all it works with your favorite builder! That’s right, you can make custom cards using WPBakery, Elementor or Gutenberg. Contrary to other…

How to Create Custom Cards using the Card Builder

In Total 5.6.0 we added the ability to create an ajax filter for the Post Cards element via the Navigation Bar element. This will allow you to display categories or custom taxonomy terms that when clicked will sort the Post Cards element items with the selected item(s) without refreshing the page. Step 1: Insert the…

Post Cards Ajax Terms/Category Filter

If you are working on a dynamic template or custom card you may want to display the post featured image as a background for a row or column. A great example is the dynamic post template used on the bolt demo which has a title area with the post thumbnail as a background (see here).…

Using the Featured Image (Post Thumbnail) for a Row or Column Background

In some cases you may want to display a grid of posts but rather then linking to the posts you want to display the post content on the same page in a pop-up window. Luckily this is very easy in Total. To create a grid with a pop-up window for the post content all you…

How to Create a Post Grid with Popup Content
Back To Top