Welcome ,
  1. Home
  2. Standard Post Types Parameters in Embedding Widgets

PageCarton Documentation



Interested in coding widgets, classes, or methods? Check out the Code section!

Standard Post Types Parameters in Embedding Widgets

It's good to use Standard Post Types Parameters in Embedding Widgets in themes so that when users change themes, similar posts made from previous themes can work in the theme one is building


Image
Data Type Parameters
Our Services / What we do article_type="service"
Team Members article_types="team-member" && post_type_custom_fields="position,full_name,facebook_url,twitter_url,instagram_url,linkedin_url"
Products true_post_type="product"
Blog Posts article_types="blog-post" && true_post_type="article"
Portfolio / Project  article_types="portfolio" && true_post_type="link"
Slideshow article_types="slideshow"
Testimonial article_types="testimonial" && post_type_custom_fields="position,full_name"
Metrics article_types="metric" && post_type_custom_fields="number"
Gallery article_types="gallery-item"
Features / Why choose us article_types="feature"
Pricing article_types="pricing" && true_post_type="product" && post_type_custom_fields="feature_1,feature_2,feature_3,feature_4,feature_5"
Call-to-action article_types="call-to-action" && true_post_type="link"

 

 

 

← Previous "Steps in Creating a Theme""Where to get Free HTML Templates to Build PageCarton Themes" Next →


 

Similar article

 

How to Use Access Level Widgets to Control Content Visibility in PageCarton Photo

How to Use Access Level Widgets to Control Content Visibility in PageCarton

This article explains how to use PageCarton's Access Level Widgets to control content visibility based on user roles, such as content owners, invited users, or administrators. It helps ensure t...

article
 

 

How to Add Edit and Delete Buttons with URLs in PageCarton Photo

How to Add Edit and Delete Buttons with URLs in PageCarton

This article explains how to add functional Edit and Delete buttons to content items in PageCarton, using direct URL links to PageCarton edit and delete page. These buttons allow owners and admin...

article
 

 

A Step By Step Guide To Back up and Downloading your Website on PageCarton. Photo

A Step By Step Guide To Back up and Downloading your Website on PageCarton.

In the digital age, website is the face of a business or personal brand. Whether it's a blog, an e-commerce site, or a personal website. Backing up your website files is the first step towards secu...

article
 

 

Changing Number of Posts to Display on a Widget Photo

Changing Number of Posts to Display on a Widget

Another interesting customization feature just came in the latest PageCarton. Users of PageCarton can now change the number of post shown in embedded widget from the admin panel. For example, be...

Documentation Article
 

 

Installing PageCarton via Composer Photo

Installing PageCarton via Composer

If you have Composer installed on your computer, you can easily get PageCarton up by running the following commands on your command line.  # 1. Download PageCarton via composer compose...

article
 

 

Setting up PageCarton via Docker Photo

Setting up PageCarton via Docker

PageCarton now has a few files in its GitHub repository that helps to set it up on Docker easily. If you are familiar with Docker or a newbie, you should be able to get started with PageCarton...

article