Widget Unique Id
-
Hello, I am looking to give each of my widgets a unique identifer in two places, I have capitalized below where im looking for the identifiers if anyone could help please. Thanks
// Register Sidebars register_sidebar( array( 'name' => 'Primary Sidebar', 'before_widget' => "<div class=\"xoxo2\">", 'before_title' => "<div class=\"widgettitle\"><div style=\"float:right;display:inline\"><a href=\"javascript:animatedcollapse.toggle('UNIQUEIDPLEASE')\"><img src=\"https://blablabla/intranetfront/wp-content/themes/whiteboard/images/downarrow.jpg\"></a></div>", 'after_title' => '</div><div id="SAMEUNIQUEIDASABOVEPLEASE:-)" class="widgetcontent"><div class="textwidget">', 'after_widget' => '</div></div></div>' ) );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Widget Unique Id’ is closed to new replies.