Tagged Questions
0
votes
2answers
29 views
How to display the content HTML of a page without displaying the gallery code as well
I am using the below to fetch the content of a page by its name and output the html
$my_wp_query = new WP_Query();
$page = $my_wp_query->query(
array(
'post_type' => 'page',
...