Pagination not implemented?

3.75K viewsThemes
1

When will <!––nextpage––>  be implemented in the AnsBug theme?

I am trying to use it to paginate a long tutorial post.

When I enter <!––nextpage––> in the text editor, WordPress changes it to &lt;!––nextpage––&gt;

few months ago I suggested the same “Previous Question and Next Question” for presently selected parameters (e.g. category/tags etc)

Yes, I see the value, but my comment here was about the implementation on blog posts, which I thought might have been implemented as standard practice on WordPress. Obviously I was wrong.

I have updated answer.

0

Previously this functionality was existed in AnsPress but I have to remove it. And question already have pagination for answers. Also questions are generally not used for that purpose.

https://gist.github.com/rahularyan/d17030b836e52a0b75b4

I thought this was a WordPress theme issue and nothing to do with what you were trying to do with the plugin. I need to publish multipage tutorials in the posts section and maybe pages too,

I need this functionality, so I am not happy that you need to rob the pages and posts in order to enhance the questions and answers, if that’s what you are saying.

I realise that you as the designer have pretty much got your eyes fixed on your concept, but don’t forget that this is not always the whole story and its not the only thing we need a AnsPress/AskBug site to do.

As questions are submitted by public so we have to worry about proper sensitization. You can see this link https://github.com/anspress/anspress/blob/master/includes/process-form.php#L181 to know how AnsPress sanitizing data. Anyway if you want more pagination in question then I am updating answer.

Rahul, I am not trying to create a platform which deliberately avoids the sanitizing you think necessary for questions and answers.

But, what I do want to do is be able to use the blog posts in AskBug ‘normally’, as I would with any other WordPress theme,

For me this means being able to use pagination and comment management tools like Postmatic and Epoch etc.

So let me see if I am getting this right.

Are you saying that in your database schema, because you have not set up custom post types for questions and answers, and instead used the standard WordPress post format, due to the sanitization you are performing on the questions and answers, I won’t be able to do that?

You are asking for pagination in askbug blog posts not question, right? if yes then I will check the issue.

Yes, that’s correct. I am sorry if I didn’t make that clear.

At the moment I have found that I can use something called WP Link Pages Extended [https://wordpress.org/plugins/wp-link-pages-extended/] which seems to do a quite nice job of Post pagination.

The thing that worries me most is that I want to run comment management tools like Postmatic and Epoch etc.they run as a test, but I am not sure yet if they are functioning correctly.