Title: tlo's Replies | WordPress.org

---

# tlo

  [  ](https://wordpress.org/support/users/tlo/)

 *   [Profile](https://wordpress.org/support/users/tlo/)
 *   [Topics Started](https://wordpress.org/support/users/tlo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tlo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tlo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tlo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tlo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tlo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IntelliWidget Per Page Custom Menus and Dynamic Content] Making Title a Link?](https://wordpress.org/support/topic/making-title-a-link/)
 *  Thread Starter [tlo](https://wordpress.org/support/users/tlo/)
 * (@tlo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/making-title-a-link/#post-4365783)
 * Thanks for those instructions.
    That is exactly what I wanted to do.
 * T.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [About dynamic sidebar and widgets](https://wordpress.org/support/topic/about-dynamic-sidebar-and-widgets/)
 *  Thread Starter [tlo](https://wordpress.org/support/users/tlo/)
 * (@tlo)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/about-dynamic-sidebar-and-widgets/#post-1458305)
 * Thanks so much for your reply. I was confused by the fact that there was no code
   to be executed within the if statement.
 * if (true) {
    no code here }
 * from your explanation, I see that the function dynamic_sidebar() is executed 
   while the if statement is evaluated, if the function exists. If I understand 
   your response correctly, the following snippet would have the same result:
 * `<?php if (function_exists('dynamic_sidebar')) {dynamic_sidebar();} ?>`

Viewing 2 replies - 1 through 2 (of 2 total)