Title: 14ner's Replies | WordPress.org

---

# 14ner

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[InstaTeam Instagram Importer] Authentication issue: You are not a sandbox user](https://wordpress.org/support/topic/authentication-issue-you-are-not-a-sandbox-user/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/authentication-issue-you-are-not-a-sandbox-user/#post-7439619)
 * I think this plugin is toast, which is a major bummer.
 * [https://www.instagram.com/developer/sandbox/](https://www.instagram.com/developer/sandbox/)
 * “Any app created before Nov 17, 2015 will continue to function until June 1, 
   2016. On that date, the app will automatically be moved to Sandbox Mode if it
   wasn’t approved through the review process. The previous version of our documentation
   is still available here.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [mp3 player with share and download buttons](https://wordpress.org/support/topic/mp3-player-with-share-and-download-buttons/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/mp3-player-with-share-and-download-buttons/#post-1908673)
 * Did you ever find anything?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Query Custom Post Type](https://wordpress.org/support/topic/query-custom-post-type/)
 *  Thread Starter [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/query-custom-post-type/#post-1989075)
 * Thanks for the help.
 * The code above doesn’t seem to be working though.
 * -14ner
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Has anyone gotten Shopp Improved to work?](https://wordpress.org/support/topic/has-anyone-gotten-shopp-improved-to-work/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/has-anyone-gotten-shopp-improved-to-work/#post-1938450)
 * Did you try this: [https://forums.shopplugin.net/topic/customer-input-tutorial?replies=26#post-67221](https://forums.shopplugin.net/topic/customer-input-tutorial?replies=26#post-67221)
 * It works pretty well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Has anyone gotten Shopp Improved to work?](https://wordpress.org/support/topic/has-anyone-gotten-shopp-improved-to-work/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/has-anyone-gotten-shopp-improved-to-work/#post-1938447)
 * any luck?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shopp Improved] Shopp Improved not working](https://wordpress.org/support/topic/shopp-improved-not-working/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/shopp-improved-not-working/#post-1938446)
 * Were you able to figure anything out. Really need a spot for a custom field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Shopp] Anybody have any luck setting up SSL for Shopp?](https://wordpress.org/support/topic/plugin-shopp-anybody-have-any-luck-setting-up-ssl-for-shopp/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-shopp-anybody-have-any-luck-setting-up-ssl-for-shopp/#post-1520955)
 * Once the SSL certificate is setup on your server the checkout pages using Shopp
   will automatically jump to https. My problem is with a couple style sheets from
   other plugins on the page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Query Post](https://wordpress.org/support/topic/query-post/)
 *  Thread Starter [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/query-post/#post-1980053)
 * Thanks for the link, I have tried multiple different ways of doing this. The 
   only thing that seems to be working is:
 *     ```
       <?php
           $postbits= new WP_Query();
           $postbits->query('showposts=3');
           if($postbits->have_posts()) :
           while ($postbits->have_posts()) : $postbits->the_post(); 
   
           ?> <a href="<?php the_title_attribute(); ?>"><?php the_title(); the_time('l, F jS, Y');
           endwhile; endif;
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After 16 hours and nothing to show](https://wordpress.org/support/topic/after-16-hours-and-nothing-to-show/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/after-16-hours-and-nothing-to-show/#post-1284492)
 * Hi Artaudo,
 * Another great resource could be this e-book for you.
    [http://rockablepress.com/books/rockstar-wordpress-designer/](http://rockablepress.com/books/rockstar-wordpress-designer/)
 * I am not exactly sure what you are trying to do entirely but certainly anything
   is possible using wordpress.
 * Yale is my favorite Collegiate Peak
 * -14ner
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After 16 hours and nothing to show](https://wordpress.org/support/topic/after-16-hours-and-nothing-to-show/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/after-16-hours-and-nothing-to-show/#post-1284300)
 * try this which is built as a child theme:
 * [http://www.chris-wallace.com/2009/07/17/simplecartjs-a-free-wp-e-commerce-thematic-child-theme/](http://www.chris-wallace.com/2009/07/17/simplecartjs-a-free-wp-e-commerce-thematic-child-theme/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [.SWF files don’t show up](https://wordpress.org/support/topic/swf-files-dont-show-up/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/swf-files-dont-show-up/#post-1284294)
 * what does your object embed code look like?
 * Also you can try this plugin:
    Kimili Flash Embed
 * [http://wordpress.org/extend/plugins/kimili-flash-embed/](http://wordpress.org/extend/plugins/kimili-flash-embed/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Totally new to WordPress & confused. help!](https://wordpress.org/support/topic/totally-new-to-wordpress-amp-confused-help/)
 *  [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/totally-new-to-wordpress-amp-confused-help/#post-1284290)
 * “personalizing the site, tweaking layout?”
 * What exactly are you trying to do?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Next Post Link](https://wordpress.org/support/topic/next-post-link-1/)
 *  Thread Starter [14ner](https://wordpress.org/support/users/14ner/)
 * (@14ner)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/next-post-link-1/#post-1284272)
 * When i changed the permalinks to default and the default theme the links at the
   bottom did work.

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