Studio Hyperset
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Search Results ProblemTo accommodate what you describe:
Instead what I need is a solution to the search results itself in what links are shown and that it links to the subpage of a post, not the post itself. It makes finding a solution tricky, or at least it has been so far.
… I think we’d need to find some way for PLP — which is essentially a glorified hook for the
wp_link_pagesfunction — to dialogue with the WP core search function. Essentially, the former would tell the latter (a) here’s how I’m paginating content and (b) preserve this permalink structure in search returns IF vertical Ajax isn’t activated.This should take users from the search return page to the precise page on which a term (or array of terms) appears.
Am I missing anything?
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Search Results ProblemHi, Mileages:
We emailed a bit about this. Since this is, in essence, a WP core question, let’s see what the community has to offer in terms of suggestions.
If it makes sense to do so, we can probably work this feature into PLP in the near future.
Keep me posted on ideas.
Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] unexpected T_FUNCTION ErrorHi, ageletint:
First, thanks so much for your interest in PLP.
Second, we’ve seen this error on servers running old versions of PHP (older than 5.3, which was released in 2009). It’s probably worth a support email to your host. You may need to update your instance’s version of PHP manually.
Let me know if you have other question.
Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination/ redundancyHi, starmouse:
The “Creating default object from empty value” error is PHP related:
http://stackoverflow.com/questions/8900701/creating-default-object-from-empty-value-in-php
You may need to update the version of PHP your environment’s running and/or disable E_STRICT warnings. In either case, it’s worth a message to your host.
Thanks again for your interest in PLP.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?*pleased PLP is nimble enough …
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
I’m please PLP is nimble enough to (mostly) handle even non-standard, highly-particular WordPress installations.
To even begin to unpack the above, though, I’d probably need access to your site.
Follow up with me via email if you want me to dig deeper.
Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Great, Andreas. Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
WordPress prefers we not use these forums to sell plugins. As such, I’ll refer you to the free, basic module here:
:: http://wordpress.org/plugins/page-links-single-page-option
If the next steps aren’t immediately clear, please email me at info@studiohyperset.com, and I’ll send you to the right place. Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
This is a very specialized, unique instance, and I just don’t understand enough about what you’re trying to do to make sense of it.
My sense is PLP would auto paginate your content, but if your theme doesn’t include the wp_link_pages function, other features probably won’t work.
Best of luck going forward.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Duplicate post.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
Are you pasting PHP into the page/post editor?
If so, no, the demo won’t accommodate this, but neither will any WP instance without some customization. (The demo is intentionally built to be as “vanilla” as possible.)
If you were to build the above into a theme template, PLP would probably still auto paginate the content. However, I’ve no idea how the other features would work. PLP is essentially a glorified hook for the wp_link_pages function (http://codex.wordpress.org/Function_Reference/wp_link_pages), and I’ve only tested it narrowly outside the context of this function.
Is there a reason you’re injecting content using the above vs. using the WP loop? Just out of curiosity, what’s your thinking re: this approach?
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
PLP will split based on the paragraphs, not the <div>’s. As such, if you had the sort of code you outline above, PLP will insert a page break after x number of paragraphs (x being the variable you provide).
Please note that, to prevent splitting sentences or words or creating widows, orphans, or trailing headers, PLP won’t accept values lower than “3.” There’s no upper limit, though.
Again, the best way to test your particular code blocks would be to use the demo site. You can test different scenarios on pages, posts, and custom post types.
Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
Probably the best thing to do would be to test a sample of your markup on the demo site.
Whether it works or doesn’t work, can you post a sample of it here? I’d like to see what you’re trying to accomplish and the structure of your copy/markup.
Thanks!
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?Hi, Andreas:
I’m not entirely sure I understand your issue or your question, but if you install the PLP auto pagination module in a WP environment and structure your content according to best-practices HTML tagging, it will automatically paginate content for you.
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Autopagination with php?PS, you can demo the plugin here, if you like: