1
votes

I have developed a plugin in Wordpress having admin and frontpage part. Admin part is ready. Now I need to show plugin content in frontend.

How can I do it?

I have seen many pages that Google suggested, but none has helped.

Any advice will be greatly appreciated,

Jaime

1

1 Answers

0
votes
  1. Make sure that your code is registering the widget to WordPress
  2. Activate your plugin from the WordPress Admin area > Plugins
  3. Go to WordPress Admin area > Appearance > Widget, you should see your new widget listed there
  4. Drag your widget onto a sidebar and save your changes
  5. View the wigdet on the side bar of your WordPress front end