Title: Ghalt's Replies | WordPress.org

---

# Ghalt

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_query pagination trouble](https://wordpress.org/support/topic/wp_query-pagination-trouble/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/wp_query-pagination-trouble/#post-2711008)
 * OK…I figured it out.
 * I retried esmi’s recommendation about using query_posts instead of wp_query.
 * The error I had gotten was because I had modified the while-haveposts syntax.
   When I reverted it back to default, the query_posts worked.
 * Hope that helps someone.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Post Type Pagination](https://wordpress.org/support/topic/custom-post-type-pagination-3/)
 *  [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/custom-post-type-pagination-3/#post-2707511)
 * If I’m reading the documentation correctly, depending on what version of WP you’re
   using, it should be ‘page’, not ‘paged’.
 * From the documentation on wp_query:
 * > Pagination Note: You should set get_query_var( ‘page’ ); if you want your query
   > to work with pagination. Since WordPress 3.0.2, you do get_query_var( ‘page’)
   > instead of get_query_var( ‘paged’ ). The pagination parameter ‘paged’ for WP_Query()
   > remains the same.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom pagination](https://wordpress.org/support/topic/custom-pagination-1/)
 *  [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/custom-pagination-1/#post-2711993)
 * You need to update your wp_query to only display posts from a particular category.
 * [http://codex.wordpress.org/Class_Reference/WP_Query](http://codex.wordpress.org/Class_Reference/WP_Query)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_query pagination trouble](https://wordpress.org/support/topic/wp_query-pagination-trouble/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/wp_query-pagination-trouble/#post-2710998)
 * I’ve tried varying the contents of my arguments, and each is clearly having an
   impact, yet no values being displayed either in the loop or out of it.
 * Is anyone else having similar issues?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_query pagination trouble](https://wordpress.org/support/topic/wp_query-pagination-trouble/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/wp_query-pagination-trouble/#post-2710859)
 * Thanks for the efforts!
 * OK…I tried that, too, with no luck still.
 * I have the global setting at 10 (from the Dashboard, Settings, Reading screen),
   and I have my argument set to 3. I know there are more than 3 posts in this particular
   category, but 3 show up, and no navigation links. 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_query pagination trouble](https://wordpress.org/support/topic/wp_query-pagination-trouble/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years ago](https://wordpress.org/support/topic/wp_query-pagination-trouble/#post-2710765)
 * Hmm. I tried that and the page bombed on the “while have_posts” line that starts
   the loop.
 * Fatal error: Call to a member function have_posts() on a non-object
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [301 Redirect and change path](https://wordpress.org/support/topic/301-redirect-and-change-path/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/301-redirect-and-change-path/#post-2238963)
 * I guess what I’m asking for is the specific regex code. I’m a regex noob.
 * Here’s my attempt, but if someone could verify, that would be helpful:
 * To change:
 * /yyyy/mm/blog-post-name to simply /blog-post-name, will this work?
 * /\d+/\d+/(.*) => /$1
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [301 Redirect and change path](https://wordpress.org/support/topic/301-redirect-and-change-path/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/301-redirect-and-change-path/#post-2238959)
 * OK…I see that plugin, and I see that it might actually work.
 * But…I’m still not sure (even after reading the documentation page) how to code
   it to pull the path for any year, any month…
 * I suppose I could make multiple entries, 12 for each year I’ve had the blog. 
   But I bet there’s a better way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-table-reloaded – search box disappears](https://wordpress.org/support/topic/wp-table-reloaded-search-box-disappears/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp-table-reloaded-search-box-disappears/#post-2078781)
 * OK…It happened again.
 * The strange thing is, it seems like we updated the tables one time (just one 
   of them), and the search boxes didn’t go away.
 * This time, we updated two of the tables, and it went away for all of them.
 * AFAIK, both times we updated, we did it with line-edits, not uploading a full
   table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] [Plugin: WP-Table Reloaded] Fancy Features not working](https://wordpress.org/support/topic/plugin-wp-table-reloaded-fancy-features-not-working/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-fancy-features-not-working/#post-2029983)
 * Tobias –
 * I saw that earlier thread, but my WordPress URL and Site URL are identical. Both
   have the spelled-out name, not the IP address.
 * Is there somewhere, perhaps in a data table somewhere, where the old location
   of the jquery is stored, in spite of having updated the two URLs on the Settings/
   General page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Display items and prices based on user login](https://wordpress.org/support/topic/display-items-and-prices-based-on-user-login/)
 *  Thread Starter [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/display-items-and-prices-based-on-user-login/#post-1886266)
 * BTW – this would be CATALOG only…no shopping cart or actual e-commerce transaction
   would be needed.
 * thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Inlinefeed] Feeds With Tokens](https://wordpress.org/support/topic/plugin-inlinefeed-feeds-with-tokens/)
 *  [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-inlinefeed-feeds-with-tokens/#post-772417)
 * Yes…please help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adsense Manager Does Not Limit to 3 Ads per Page](https://wordpress.org/support/topic/adsense-manager-does-not-limit-to-3-ads-per-page/)
 *  [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/adsense-manager-does-not-limit-to-3-ads-per-page/#post-659591)
 * If you could point us to the part of the code where the base color is set, we
   could tweak it. I just need the empty boxes to show up black, not white.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Three (3) ads per page](https://wordpress.org/support/topic/three-3-ads-per-page/)
 *  [Ghalt](https://wordpress.org/support/users/ghalt/)
 * (@ghalt)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/three-3-ads-per-page/#post-642978)
 * I do get a blank space. It appears black (which blends with my background) in
   Firefox, but appears white in IE6.
 * I’ve tried to change google to show black if there are no ads…but since it’s 
   not really that there are no ads, it’s that this is the 4th ad box on that particular
   screen…it’s showing up a big white box.
 * Any thoughs? (using 2.5)

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