Changeset 570494
- Timestamp:
- 07/11/2012 07:25:45 AM (14 years ago)
- Location:
- dynamics-sidebars/trunk
- Files:
-
- 1 deleted
- 1 edited
-
assets/banner-772×250.jpg (deleted)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamics-sidebars/trunk/readme.txt
r570487 r570494 70 70 ?>` 71 71 72 Many filters and actions to hook on to.72 And many filters and actions to hook on to. 73 73 74 74 75 75 **Changing before_widget and after_widget** 76 76 77 On your functions.php file just add the following code , don't forget to change 'function_to_return_my_new_*' to your own function77 On your functions.php file just add the following code. (don't forget to change 'function to return my sidebar items' to your own function name 78 78 `<?php 79 79 add_filter( 'ds_sidebar_args', 'function to return my sidebar items' );
Note: See TracChangeset
for help on using the changeset viewer.