How can I get HTML Component under a object like #post1?

How can I view the HTML source code of a page? I’m attempting to locate the h2 and h3 titles within #post1 on the blog page but haven’t been able to find relevant examples.

As illustrated in the image, I’m interested in extracting the text from the h2 headline “Making a Snapchat Profile…” shown in the second image.

Edit: When I try to click invidual title or text under the #post1 I can’t get spesific id value related to these component because only showing #post1.

1 Like

Not sure, but you should maybe try this…

2024-03-10 20_38_42-getPost - Velo API Reference - Wix.com

You want to get the TITLE of Blog-post?

1 Like

Sadly, I need sub titles h2, h3 not the h1 one :sweat: basically I am looking for this

var child = document.querySelector("#post1 > h2"); but I can't access document.