Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    In functions.php you will find:

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

    Add “link” to that, and you will have it enabled. You will need to add your own CSS to make it work though.

    
    add_theme_support( 'post-formats', array( 'image', 'gallery', 'video', 'audio', 'link' ) );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Post Formats – Link’ is closed to new replies.