Title: webworld's Replies | WordPress.org

---

# webworld

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Sign Up] Redirect Error](https://wordpress.org/support/topic/redirect-error-14/)
 *  Thread Starter [webworld](https://wordpress.org/support/users/webworld/)
 * (@webworld)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/redirect-error-14/#post-6574904)
 * I look into it. Thanks very much for your response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] Slideshow Template Tag – Page Slug for Slideshow Slug](https://wordpress.org/support/topic/plugin-meteor-slides-slideshow-template-tag-page-slug-for-slideshow-slug/)
 *  [webworld](https://wordpress.org/support/users/webworld/)
 * (@webworld)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-slideshow-template-tag-page-slug-for-slideshow-slug/#post-2605082)
 * If I use the code you posted, where would I substitute slug name which is also
   page name? I have two slide shows for the header – one for services page (with
   slideshow slug “services”, and the other for all the other pages (with slideshow
   slug “home”. I couldn’t get the code to work. Thanks. Site url with 1 slideshow
   showing in header is: [http://utopiahomeservices.com/](http://utopiahomeservices.com/)
 * <?php if ( function_exists( ‘meteor_slideshow’ ) ) {
    global $post; $ms_page_slug
   = $post->post_name; $ms_parent_id = get_post($post->post_parent); $ms_parent_slug
   = $ms_parent_id->post_name; $ms_slideshow_check = term_exists( $ms_page_slug,‘
   slideshow’ ); $ms_parent_check = term_exists( $ms_parent_slug, ‘slideshow’ );
   if ( !empty( $ms_slideshow_check ) ) { meteor_slideshow( $ms_page_slug, “” );}
   else if ( !empty( $ms_parent_check ) ) { meteor_slideshow( $ms_parent_slug, “”);}
   else { meteor_slideshow( “default”, “” ); } } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] Code to have static header logo next to slideshow](https://wordpress.org/support/topic/plugin-meteor-slides-code-to-have-static-header-logo-next-to-slideshow/)
 *  Thread Starter [webworld](https://wordpress.org/support/users/webworld/)
 * (@webworld)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-code-to-have-static-header-logo-next-to-slideshow/#post-3110666)
 * Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Shopping Cart] [Plugin: WordPress Simple Paypal Shopping Cart] How to have multiple downloads for sale…](https://wordpress.org/support/topic/plugin-wordpress-simple-paypal-shopping-cart-how-to-have-multiple-downloads-for-sale/)
 *  [webworld](https://wordpress.org/support/users/webworld/)
 * (@webworld)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wordpress-simple-paypal-shopping-cart-how-to-have-multiple-downloads-for-sale/#post-2963091)
 * I’d also like to know how to sell different downloads and have customers be able
   to order different ones and have only those paid for be downloadable. Thanks.

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