Blog & News

  • [blog_post_image] - displays the presentation image of a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [blog_post_title] - displays the title of a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [blog_post_date] - displays the posting date for a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [blog_post_categories] - displays the categories of a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
      • taxonomy
        (string) The taxonomy for which the display is made. Values category/news_cat. Default news_cat
  • [blog_post_description] - displays the description of a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [blog_post_tags] - displays the tags of a post
    • Attributes
      • pid
        (int) The post ID for which the display is made
      • taxonomy
        (string) The taxonomy for which the display is made. Values post_tag. Default post_tag
  • [blog_post_share] - show social sharing buttons for a post
  • [blog_post_comment_form] - displays the comment form for a post
  • [blog_post_comments_list] - display the comments of a post
  • [blog_search_form] - displays the search form
    • Attributes
      • post_type
        (string) The post type for which the search is made. Values post/news
  • [blog_categories] - show all categories for blog or news
    • Attributes
      • taxonomy
        (string) The taxonomy for which the display is made. Values category/news_cat
  • [blog_tags] - show all tags for blog or news
  • [blog_posts_list] - displays the list of blog articles
  • [news_posts_list] - displays the list of news articles