Title: Probleme with php
Last modified: August 20, 2016

---

# Probleme with php

 *  Resolved [jetaisriche](https://wordpress.org/support/users/jetaisriche/)
 * (@jetaisriche)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/probleme-with-php/)
 * Hey,
 * Thanks for this great plugin !
 * I wanna display it only on the first page (home page) So i use this :
 *     ```
       <?php
   
       wp_reset_query();
       $page = (get_query_var('paged')) ? get_query_var('paged') : 1;
       if ($page ==1)  {
       echo '
       if(function_exists('tptn_show_pop_posts')) tptn_show_pop_posts();
       ';
       }
       ?>
       ```
   
 * But i have a syntax error with the `'`
 * here (**‘**tptn_show_pop_posts**‘**))
 * Do u have a solution ?
 * [http://wordpress.org/extend/plugins/top-10/](http://wordpress.org/extend/plugins/top-10/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/probleme-with-php/#post-3433752)
 * What is the error that PHP is throwing up?
 *  Thread Starter [jetaisriche](https://wordpress.org/support/users/jetaisriche/)
 * (@jetaisriche)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/probleme-with-php/#post-3433753)
 * Dont worry i found the solution
 *     ```
       <?php
   
       wp_reset_query();
       $page = (get_query_var('paged')) ? get_query_var('paged') : 1;
       if ($page ==1)  {
       if(function_exists('tptn_show_pop_posts')) tptn_show_pop_posts();
       }
       ?>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Probleme with php’ is closed to new replies.

 * ![](https://ps.w.org/top-10/assets/icon-256x256.png?rev=2986432)
 * [WebberZone Top 10 — Popular Posts](https://wordpress.org/plugins/top-10/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/top-10/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/top-10/)
 * [Active Topics](https://wordpress.org/support/plugin/top-10/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/top-10/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/top-10/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jetaisriche](https://wordpress.org/support/users/jetaisriche/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/probleme-with-php/#post-3433753)
 * Status: resolved