HTML to place an existing widget into Page–without any plugins.
-
MY WP installation is heavily controlled by the university. I have no access to add plugins, etc. I would like to call an existing widget (one that shows recent blog posts) so populate a Page. Is there a way to do this using HTML?
The site is cveda.ehe.osu.edu. The widget currently appears in the right sidebar area with the title BLOG: WORDS MATTER. Using Developer Tools in my browser, I can copy the OUTER HTML to recreate the widget, but this does not change it dynamically. Using Developer Tools I can copy the CSS selector (#recent-posts-2) and I can copy the X-PATH (//*[@id=”recent-posts-2″]).
How to I place this information into a page (https://cveda.ehe.osu.edu/ideas/blog/), using HTML syntax to update automatically, based on the Widget?
Thanks.
- The topic ‘HTML to place an existing widget into Page–without any plugins.’ is closed to new replies.