Something to do with ap_pagination()……..

Link to the plug in https://wordpress.org/plugins/alphabetic-pagination/

I’m trying to update the link for Login and Register.

There used to be an Option to change/set the URL for Login and Register URL. But, I can’t find them with latest 2.3 update.

If it was removed, can it be added back to Option?

@RahulAryan — I got your code to do this:

<?php
ap_get_questions(array('showposts' => 5));
?>
 
<?php if ( ap_have_questions() ) : ?>
	<div class="ap-questions">
		<?php					
			/* Start the Loop */
			while ( ap_questions() ) : ap_the_question();
				ap_get_template_part('content-list');
			endwhile;
		?>
	</div>
<?php ap_questions_the_pagination(); ?>
<?php
	else : 
		ap_get_template_part('content-none');
	endif; 
?>

I have a few questions:

  1. Where do I put this code? Would it go in a specific PHP file?
  2. Is there a way to make a new class for the shortcode so this code won’t affect the shortcode I use for the full page?

Thanks.

Hi,

I have just tried to activate the plugin but I am getting an error. Please see below:

Plugin could not be activated because it triggered a fatal error.

Parse error: syntax error, unexpected T_STRING in /home/PROTECTED/public_html/PROTECTED.com/wp-content/plugins/anspress-question-answer/includes/process-form.php on line 143

Please could you tell me how to fix this?

Hello, is there a way to enable questions to be private by default?

When I click on the username for profile page, I got Error 404. There are some strings in Anspress Options -> Pages. What should be these strings?

“Users page slug”

“User page slug”

Instead of displaying the title and the link to the answer, it only displays “answer”:

http://anspress.io/user/rahularyan/reputation/

i think it would be great to add profile and notifications on the menu like the last version.

and to give at least a regular format for archive pages

Sometimes there are discussions in comments and you dont know, whos commenting to whom.

So it would be useful to have a feature, that allows to mention users @rahul.

It would be useful, if the user could select, if he wants to get updates for the complete question, or only for comments made on his question and his answer. (and when he made a comment below a question)