Author Topic: Manually insert widget  (Read 227 times)

SRD

  • Newbie
  • *
  • Posts: 1
Manually insert widget
« on: November 07, 2011, 02:28:07 AM »
Can I manually insert this widget into my code by calling it with a function?

They say to do this, you find the function in /wp-includes/widgets.php, but AVH Extended Categories is not listed in this file; nor anything to do with categories.

When I use this Widget by adding it in /wp-admin/widgets.php, the rest of the code in my sidebar is not executed; hence I want to add it manually in my sidebar to test that the rest of my sidebar works too.

Dex

  • Guest
Re: Manually insert widget
« Reply #1 on: November 17, 2011, 06:19:01 PM »
I'm looking to do the same thing as SRD.  Thanks in advance.