Title: learning2's Replies | WordPress.org

---

# learning2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AudioIgniter Music Player] Stop Downloads of Samples](https://wordpress.org/support/topic/stop-downloads-of-samples/)
 *  [learning2](https://wordpress.org/support/users/learning2/)
 * (@learning2)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/stop-downloads-of-samples/#post-9421317)
 * I don’t have a download button, just a play button.
 * Apparently they viewed source and found folder where samples are stored and then
   downloaded directly, I found this out by looking at stats for site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Image preloaded for JW Player?](https://wordpress.org/support/topic/image-preloaded-for-jw-player/)
 *  Thread Starter [learning2](https://wordpress.org/support/users/learning2/)
 * (@learning2)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/image-preloaded-for-jw-player/#post-3956304)
 * All is ok now. I don’t recall the exact error but it did show 500…Will try this
   out this afternoon or tomorrow. Thanks for the VERY speedy response!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Image preloaded for JW Player?](https://wordpress.org/support/topic/image-preloaded-for-jw-player/)
 *  Thread Starter [learning2](https://wordpress.org/support/users/learning2/)
 * (@learning2)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/image-preloaded-for-jw-player/#post-3956302)
 * Hi Vladimir,
 * Thanks for sharing your time to respond.
 * I tried to download but kept getting errors, even right clicking.
 * Looking forward to exploring this plugin in depth.
 * thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nav Menu Images] Images not scaling](https://wordpress.org/support/topic/images-not-scaling-1/)
 *  [learning2](https://wordpress.org/support/users/learning2/)
 * (@learning2)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/images-not-scaling-1/#post-3767047)
 * I am still trying to figure this out too. See here: [http://wordpress.org/support/topic/responsive-images-in-nav-menu-will-not-resize-to-page](http://wordpress.org/support/topic/responsive-images-in-nav-menu-will-not-resize-to-page)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Version 2.5 : Static Page & Home Page – Basically CMS Site](https://wordpress.org/support/topic/version-25-static-page-038-home-page-basically-cms-site/)
 *  Thread Starter [learning2](https://wordpress.org/support/users/learning2/)
 * (@learning2)
 * [18 years ago](https://wordpress.org/support/topic/version-25-static-page-038-home-page-basically-cms-site/#post-775037)
 * Well…I tried to understand. I found that the ‘wp_list_pages’ tag was listed in
   my header.php file.
 * This is what I had
 *  <div id=”menu”>
    - 
       <?php wp_list_pages(‘title_li=&depth=1’ );?>
 *  </div>
 * What I did was comment out the reference to Home:
 *  <div id=”menu”>
    - –>
       <?php wp_list_pages(‘title_li=&depth=1’ );?>
 * I’m sure there is a cleaner way of doing this but I couldn’t find a reference
   to also include the ‘exclude’ method within the ‘wp_list_pages’ php code referenced
   as:
 *     ```
       <ul>
       <?php
       wp_list_pages('exclude=17,38' ); ?>
       </ul>
       ```
   
 * which was recommended and I found on this page: [](http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List)
 * So…I guess its time to get out my php book for a better understanding of using
   php code. Thanks for your input!

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