3
votes
1answer
109 views

Using preg_replace to clean widget output HTML

I am working on a wordpress site that uses a plugin / sidebar widget. The issue I am experiencing is that the widget generates HTML that is not valid, an example of this is below... <p> ...
0
votes
1answer
29 views

How to find the exact widget details

I imported the blog to my self-hosted WP. I also found the theme I was using, downloaded and installed it. I don't see all the widgets that are available in my Wordpress.com dashboard. I can search ...
1
vote
2answers
289 views

Install widget on plugin activation

Anyone know any resources to help me install my widget when my plugin is activated?