Quintic
WordPress

As mentioned in early blog background image and landscap -portrait/ I am looking to include BLIKI functionality into the Web Site.

Post Formats

These appear to be add on features that posts can have. Not sure why it is called Post Formats. However it looks like:

  • aside
  • gallery
  • quote
  • link
  • image
  • status
  • video
  • audio
  • chat

It looks like the Post Formats that are supported also control the set of ‘Blocks’ available for insert, or at least I am guessing that is the case, as Image, Gallery, Audio and Chat are all available in the Editor Block.

Post Formats are enabled at the Theme level by including ‘add_theme_support()’ in the functions.php file, eg

add_theme_support( 'post-formats',  array( 'aside', 'gallery', 'quote', 'image', 'video') );

Here is column 1 and next to it we have….

Column 2, or maybe they prefer Left and Right.

Issues:

There has been an error cropping your image

Problem can be caused by missing php graphics library. For me problem was solved by:

apt-get install php7.3-GD

Leave a Reply