Tagged Questions
0
votes
1answer
103 views
Add HTML to Page Content
I'm accessing a page content from outside WordPress, in a different webpage. Everything runs fine, I'm using this:
require("wp-load.php");
$page_id = 300;
$data = get_page($page_id);
echo ...