Ghalt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_query pagination troubleOK…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
In reply to: Custom Post Type PaginationIf 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
In reply to: Custom paginationYou need to update your wp_query to only display posts from a particular category.
Forum: Fixing WordPress
In reply to: wp_query pagination troubleI’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
In reply to: wp_query pagination troubleThanks 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
In reply to: wp_query pagination troubleHmm. 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
In reply to: 301 Redirect and change pathI 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
In reply to: 301 Redirect and change pathOK…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
In reply to: wp-table-reloaded – search box disappearsOK…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
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Fancy Features not workingTobias –
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
In reply to: Display items and prices based on user loginBTW – this would be CATALOG only…no shopping cart or actual e-commerce transaction would be needed.
thanks!
Forum: Fixing WordPress
In reply to: [Plugin: Inlinefeed] Feeds With TokensYes…please help.
Forum: Fixing WordPress
In reply to: Adsense Manager Does Not Limit to 3 Ads per PageIf 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
In reply to: Three (3) ads per pageI 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)