P
P
paulvales2015-12-14 16:07:54
WordPress
paulvales, 2015-12-14 16:07:54

Other mobile content on WordPress?

Hello, is there a need to display other content for the mobile version? So that it can be edited through the admin panel. How can this be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
paulvales, 2015-12-18
@paulvales

Did so. the block with the mob class only appears at <775px resolution. Created duplicate pages in the admin panel. In the duplicate, I wrote the content wrapped in div.mob.
Paste the following code into the page layout file:

$page_id = 459; //ИД СТРАНИЦЫ
$page_data = get_page( $page_id ); 
echo apply_filters('the_content', $page_data->post_content);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question