Title: blueyonder's Replies | WordPress.org

---

# blueyonder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form - Contact Form] Form Time Out, Not Uploading](https://wordpress.org/support/topic/form-time-out-not-uploading/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/form-time-out-not-uploading/#post-9377579)
 * Sent 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Widget Logic- Page Template not working](https://wordpress.org/support/topic/widget-logic-page-template-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/widget-logic-page-template-not-working/#post-1152985)
 * Oh. I was wrong.
 * Adding <?php wp_reset_query(); ?> woorked, but it reset the page so that my other
   code` <?php
    $page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“
   cat=10&showposts=5&paged=$page”); ?>` didn’t work 🙁
 * I guess I can’t have both?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Widget Logic- Page Template not working](https://wordpress.org/support/topic/widget-logic-page-template-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/widget-logic-page-template-not-working/#post-1152976)
 * Thanks Greenshady! That worked.
 * The weird thing is that the ‘wp_reset_query’ option (at the foot of the widget
   admin page) didn’t work, but it did work once I added it to my page template.
 * Thanks both of you for all your help!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Widget Logic- Page Template not working](https://wordpress.org/support/topic/widget-logic-page-template-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/widget-logic-page-template-not-working/#post-1152881)
 * !is_page(146) still doesn’t work 🙁
 * It does work if I remove the code from the page template, but I really need that
   code in there. Hmmm…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Polls] WP Polls Start Date/Time not working](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [17 years ago](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/#post-1060109)
 * I looked up wp-cron and most people seem to be having problems with it and scheduling
   future posts. We can schedule future posts no problem. I wonder if that is really
   our problem.
 * Thanks for all your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Polls] WP Polls Start Date/Time not working](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [17 years ago](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/#post-1060108)
 * I talked to my host and they said that they do not block wp-cron. Hm. Any way
   I can fix this myself?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Polls] WP Polls Start Date/Time not working](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [17 years ago](https://wordpress.org/support/topic/plugin-wp-polls-wp-polls-start-datetime-not-working/#post-1059776)
 * Thanks! I will ask my hosting people if they block it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only one category showing on every page](https://wordpress.org/support/topic/only-one-category-showing-on-every-page/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/only-one-category-showing-on-every-page/#post-963631)
 * Nevermind. I added a new query like in Example 1 vers.3
 * [http://codex.wordpress.org/The_Loop#Multiple_Loops_Example_1](http://codex.wordpress.org/The_Loop#Multiple_Loops_Example_1)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strikethrough not working on excerpts](https://wordpress.org/support/topic/strikethrough-not-working-on-excerpts/)
 *  Thread Starter [blueyonder](https://wordpress.org/support/users/blueyonder/)
 * (@blueyonder)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/strikethrough-not-working-on-excerpts/#post-906120)
 * Ok. I figured out that if I need to retain formatting, I need to just put the
   code into the “Excerpt” box for the post. Bummer that there is an extra step,
   but it worked.

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