Leo Blanchette
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get_query_var('paged') is always 1? Paginating custom post type.small update –
when I put up raw url variables like ?page=7 and skip get_url_var and just do $paged = ($_GET[‘paged’]) everything works fine.
Building for the long-term however I’m trying to avoid work-arounds.
Forum: Fixing WordPress
In reply to: get_query_var('paged') is always 1? Paginating custom post type.I might have gotten closer to the problem.
https://localhost/symbiostock_communicator.php/page/2/
print_r($_GET); returns empty array. So the URL rewriting isn’t happening?
This is being used on a special root-level script which is meant for other websites to dial in and get results. It includes wp-load.php. Perhaps this method is leaving out something crucial?
Forum: Fixing WordPress
In reply to: get_query_var('paged') is always 1? Paginating custom post type.Thank you Kurt, this has been getting me for more than a few hours to say the least!
I changed “paged” to “page” and the loop still doesn’t respond. Testing, though, if I turn the “1” to a “2” things do respond. So I’ve isolated the problem to something in the get_query_far function.
Also, its worth noting that I’m not using this either in a page template or archive, but in a different area. Does that change the game at all?
Thanks for your help!
Forum: Fixing WordPress
In reply to: get_post_custom() Serialized data works funnyThank you much.
Forum: Fixing WordPress
In reply to: Access directory above root (www)?Hahaha! I’d be all over it if it were that simple. Actually I’m making a theme. Best I can think of, if there is no $_SERVER variable is just to get the root and do one of those “../” relative methods.
Person installs theme…works on every site…
Forum: Fixing WordPress
In reply to: Access directory above root (www)?Great. So that should work on any installation? The /home/user/whatever is consistent among servers?
Forum: Everything else WordPress
In reply to: Advice on Leaving InMotion Hosting.I like inmotion myself. Their tech support is premium. Mainly I considered myself a little “too small” for a dedicated server, and am not using it to the fullest with my one site. Hence my question on downscaling. But they are worth the price for the security and help you mention.
Nice to see a serious reply on this thread!
Forum: Everything else WordPress
In reply to: Advice on Leaving InMotion Hosting.Yeah I did. Want me to Google it too?
Forum: Fixing WordPress
In reply to: Update Options, StuckForgive sloppy code…just fast prototyping right now.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Strange Malfunction PHP Code, Not ObviousSolved it. Delete thread plz.
Forum: Fixing WordPress
In reply to: Strange Malfunction PHP Code, Not Obvious…And my IDE is not giving me a syntax error…
Forum: Fixing WordPress
In reply to: Strange Malfunction PHP Code, Not ObviousProblem is, when I take this out, everything runs smooth though incomplete. When I put it in, it messes up the admin area, right-side widget dock disappears…seems to crash admin area.
Forum: Themes and Templates
In reply to: License, Starter Theme, Resell, Redistribute: QuestionThanks for your prompt replies. One more question from this enthusiastic WP geek –
Where are theme developers getting their job security if everything can be redeveloped and instantly put up as competition?
On that note, where can I find some good resourceful info on turning open source projects into profit?
Thanks for all your help. That should be all.
Forum: Themes and Templates
In reply to: License, Starter Theme, Resell, Redistribute: QuestionAnd of course, wordpress themes are required to hold GPL licensing?
Forum: Fixing WordPress
In reply to: Script opening comment generator?Thanks. I thought it was done with a process similar to ascii art but couldn’t find anything searching it on google.
Thanks for your help!