gothmog
Forum Replies Created
-
Forum: Plugins
In reply to: Prev/Next Page plugin? (wordpress Pages, not Posts)This is EXACTLY what I’m looking for! Thanks so much!
However, I’m having some problems getting the ‘last page’ and ‘ignore brothers & sisters’ stuff to work
This is the code I’m using to insert into pages:
<div id="prev_next_links"><div align="left"> <?php $parentid = $post->post_parent; previous_page('menu_order', '‹‹ %', '<span class="prev_link">', '</span>', 'Previous Page: %', $parentid); ?> </div> <div align="right"> <?php next_page('menu_order', '% ››', '<span class="next_link">', '</span>', 'Next Page: %', $parentid); ?> </div> </div>
The page in question that has the error is here:
Page with error
You can see it at the bottom. Here’s a copy of it:WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY menu_order LIMIT 0,1' at line 1] SELECT ID, post_title FROM wp_posts WHERE menu_order > '' AND post_type = 'page' AND post_status = 'publish' AND ID != 56 AND post_parent = ORDER BY menu_order LIMIT 0,1
Any ideas how I can fix?
Thanks!Forum: Themes and Templates
In reply to: Pages background OK on IE but transparent on Firefox?hmm- that could very well be, but I don’t see it.
I’ve got 3 div tags on my template:
<div class="post">
<div class="basiccontent">
<div id="footer">
And 3 corrosponding closing div tags:
2 underneath<?php the_content(__('(more...)')); ?>
</div>
</div>
and the last on this line:
seconds. --> </div>
That should be all right, shouldn’t it?
I gotta say all I’m getting out of the validator is thoroughly confused. ??Forum: Themes and Templates
In reply to: Pages background OK on IE but transparent on Firefox?Sorry- forgot the link:
https://www.guitarcameron.com/blog/bio/I’m not sure how to validate the html, I confess. I haven’t done that before.
Forum: Requests and Feedback
In reply to: Previous/Next for PagesKafkaesqui’s plugin is here:
https://www.ads-software.com/support/topic/43071Forum: Themes and Templates
In reply to: add prev and next links to subpagesFound a plugin for the next and previous thing here that I got to work after some fiddling!
https://www.ads-software.com/support/topic/43071Forum: Themes and Templates
In reply to: add prev and next links to subpagesAh, I’d like to do the EXACT same thing-
I’d like something akin to the ‘next and previous’ links, but WITHIN the subpages.
So at the bottom and top of the sub-page, you’d see:
{name of previous sub-page} – {name of next sub-page}Any way to do this?
Forum: Plugins
In reply to: Does WP have a WYSIYG editorI like Chenpress FAR better.
https://groups.google.com/group/ChenPress