-
Notifications
You must be signed in to change notification settings - Fork 5
AeriaPost
simmontali edited this page Sep 9, 2019
·
2 revisions
⚠️ Warning: This page refers to Aeria v1, therefore the informations in it are deprecated and will not work on Aeria v3.
Con AeriaPost è possibile ottenere lo schema completo di un post
$aeria_post = new AeriaPost($post_id); // post_id | post-
idID del post -
titleTitolo del post -
contentContent del post -
excerptExcerpt del post -
dateData di creazione del post -
slugSlug del post -
orderMenu order del post -
permalinkPermalink del post -
typePost Type -
parentID del post genitore -
fieldsOggetto contenente tutti i metabox del post (vedi AeriaMetabox) -
thumbsOggetto contenente la featured image del post (thumbs->big,thumbs->small,thumbs->medium) -
tagsOggetto contenente i tags del post -
categoriesOggetto contenente le categorie del post