• Resolved marcelolz

    (@marcelolz)


    Is it possible to create and add a fifth post template?

    Before now, I created a template file in / public just by removing the thumbnail hook. But this new model did not appear in the list.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tajam

    (@tajam)

    There is a number of layouts defined in flex-posts/includes/functions.php in this function:

    function flex_posts_get_layouts() {
    	return apply_filters( 'flex_posts_layouts', 4 );
    }

    In current version, it’s set to 4. You can change that number, but please note that we also have a plan to add more layouts in future updates, so your own template may get replaced when you update the plugin.

    Thread Starter marcelolz

    (@marcelolz)

    Thank you! I will need to make this change, so I will avoid updating this plugin automatically, so.

    ***

    Obrigado! Vou precisar fazer essa altera??o, ent?o evitarei atualizar esse plugin automaticamente, ent?o.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add a template?’ is closed to new replies.