H
H
HamSter2019-01-16 17:50:10
MySQL
HamSter, 2019-01-16 17:50:10

Setting up a section of a wordpress page?

Landing page integration in WordPress.
What is the best way to organize the settings of sections (screens) of the page in the admin panel:
5c3f444ec8b7b941608836.png
Or through setting the theme --> appearance:
5c3f4461da524886293285.png
Which of the two options is the most common, convenient for the developer and the customer?
Or even some third option?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
curator, 2016-04-30
Reytarovsky @Antonchik

SELECT
    messages.*
FROM
    messages
WHERE
    messages.dialog_id = 3
AND
    messages.id NOT IN (
        SELECT deletes.message_id FROM deletes WHERE deletes.login = 'vasya'
    )

D
Denis Yanchevsky, 2019-01-17
@HamSter007

Or even some third option?

There is also an option using the Advanced Custom Fields plugin and the like.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question