I can’t find a way to place a div at the bottom of a wordpress sidebar, after all the widgets are displayed. Though I can acheive this by tweaking the themes I need a way to do this programmatically. Please help..
Leave a Reply
You must be logged in to post a comment.
You can use jQuery
Documentation
You could probably hook into an action which prints the sidebar, and then print something after it. See the Actions API. dynamic_sidebar and get_sidebar might be useful.