Wordpress: Forcing a widget to display?
Posted
by meds
on Stack Overflow
See other posts from Stack Overflow
or by meds
Published on 2010-03-27T18:59:14Z
Indexed on
2010/03/27
19:03 UTC
Read the original article
Hit count: 157
I've been trying to make a widget which stays active permanently on a wordpress sidebar, preferably being on top before all other widgets. However the only way I have figured I can do this is by manually modifying individual sidebar.php's but that is slow and inefficient.
So is there a way I can force a widget to display in a sidebar? If I was to change actual wordpress code where would I go about doing htis? I Know where a widget is registered but I don't know where a widget is activated, if I knew this I think I could force the main widget I want to see active all the time be active.
© Stack Overflow or respective owner