Wordpress. How to fill the texts of a digital magazine from a form

0

hello a client asks me for a digital magazine in wordpress, this magazine will always have the same number of pages format and that, the only thing that would have to change are the texts, this would be from a form so that the client would not have to touch code. I do not know where to start, do you know of any plugin or something that can help me with this task ??? or do I do it from scratch?

Graciasss

    
asked by nose ke 17.01.2017 в 13:52
source

1 answer

0

Wordpress does this by default, no plugin is needed. In fact that is its essence.

Your client already has a form. You only have to load the content inside the ENTRADAS menu, there you will only load text, photos, video, etc. All similar to a Text editor.

Then the designer must layout the format in which that content is viewed. In other words you have to create a Theme. But Wordpress saves this text content in the database and is usually called POST.

When the developer builds the Theme (set of PHP pages) it dynamically prints what has been loaded from the Entries menu on the Wordpress desktop. (you can access www.dominio.com/wp-admin)

Wordpress also supports creating users with certain permissions. This is to avoid accidentally touching something of the design, etc. then you can give him permissions only to create or edit notes.

    
answered by 29.01.2017 в 03:48