Thanks in advance!
]]>if ( function_exists( ‘pgntn_display_pagination’ ) ) pgntn_display_pagination( ‘multipage’ );
somewhere in a php file, but I’ve tried it in single.php, page.php and content.php to no avail. I saw somewhere that you add it to the function wp_link_pages, but I cannot find that function any where (not in the above pages)
I’m using the Mobile theme by Theme Hall, which is a child theme of Omega
Here is a sample Paginated Page that I’m trying to get this plugin integrated into. Currently it is simply defaulting to the basic pagination format
Any help is appreciated, as this should be a quick fix, once I know where the code needs to go
https://www.ads-software.com/plugins/pagination/
]]>https://www.ads-software.com/plugins/table-of-contents-plus/
]]>My meta description template for posts is “%%excerpt%%”.
Example : https://www.rumblerum.com/ten-most-extreme-airports/
Please help.
https://www.ads-software.com/plugins/wordpress-seo/
]]>I have been researching a solution for many weeks, not finding the answer.
Our paginated pages, ex www.yourdomain.com/your-dog/food/2/ are all pointing the rel=canonical to the main post ex: www.your domain.com/your-dog/food.
Since we are already using rel=next and rel=prev in our heading, we would like to configure the seo plugin not to point a rel_canonical in the paginated pages.
Is that possible?
And how?
Hoping to hear from someone,
thanks
Brigitte form Brazil
https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>Second, I am wondering – is there anyway to include a “See More Posts” link when limiting the number or posts displayed, so that a user may view older posts? I couldn’t find an option or any other information on doing this (but I could’ve just missed it). If not a possibility within the plugin, is there any easy way of doing this?
TIA!
https://www.ads-software.com/extend/plugins/advanced-post-list/
]]>However, that does not work for my template. Is there some coding I need to add in order for that function to work?
Thanks for helping!
]]>https://project.zombiephiles.com/2007/07/05/zombie-outbreak-ten-worst-things-to-do
The poll displayed in the sidebar is a separate loop, written with the following code:
$polls_cat = "45";
$poll_query = new WP_Query('cat='.$polls_cat.'&showposts=1&orderby=date&order=DESC');
while ($poll_query->have_posts()) : $poll_query->the_post(); update_post_caches($posts);?>
<h2 id="pollboxtitle"><?php the_title(); ?></h2>
<div id="featuredpicture"> <!-- featured picture wrapper -->
<img height="200px" width="300px" src="<?php echo get_post_meta($post->ID, 'thumbnail',true); ?>" alt="Post Image" class="postimg" />
<div class="caption"><?php echo get_post_meta($post->ID, 'thumbnailcaption',true); ?></div>
</div> <!-- /featuredpicture -->
<?php the_content(''); ?>
<?php endwhile; ?>
When viewing the first page of a paginated post (split into two pages using the <!--nextpage-->
tag, the poll displays perfectly. HOWEVER, when viewing the second page of the paginated post, as at the following URL:
https://project.zombiephiles.com/2007/07/05/zombie-outbreak-ten-worst-things-to-do/2/
the_content()
appends the content of the second page of the post at the end of the poll, causing the post to display twice, once in the main body of the page, and once in the sidebar, underneath the poll.
I’ve isolated this problem to paginated posts; it doesn’t seem to be happening anywhere else on the site.
I’m something of a newbie when it comes to WordPress, and a lot of what I’ve done has been done without necessarily knowing whether or not it’s the best way to do it or not. I’m thinking that I’ve done something wrong concerning the_loop(), but doing things like wp_reset_query(); doesn’t seem to have any effect.
Can anyone give me some advice about how I should be doing this? I’ve searched around and, possibly due to the strangeness of the problem, can’t find any information on it.
I’m using several plugins to customize my template, including Popularity Contest and a modified version of Lester Chan’s PostViews plugin.
]]>More specifically, I want to feed each page into a content slider on a single Web page.
Is there anyway to call and manipulate the content of specific pages in a paginated post?
]]>