I am trying to use the featured questions plugin: https://github.com/NoahY/q2a-featured
I realized that it repeats the featured questions in every question page. Is it possible to change the code in order to include the featured questions only in the first question page? It seems that it is happening here: https://github.com/NoahY/q2a-featured/blob/master/qa-featured-layer.php#L31
However, it is not clear why this is really happening.
Maybe adding the following condition to this line:
&& (int) qa_get('start') == 0
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.