Title: Echo link counter
Last modified: August 24, 2016

---

# Echo link counter

 *  Resolved [Gleb](https://wordpress.org/support/users/u02ru/)
 * (@u02ru)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/echo-link-counter/)
 * Hello! I want to echo a number, that display how many people go to link.
 * Full url i have in funcltion `<?php the_syndication_permalink(); ?>`
 * How can i display, how many people go to this link (stat from plugin base)
 * [https://wordpress.org/plugins/wp-noexternallinks/](https://wordpress.org/plugins/wp-noexternallinks/)

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

 *  Thread Starter [Gleb](https://wordpress.org/support/users/u02ru/)
 * (@u02ru)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/echo-link-counter/#post-5984286)
 * I need stat for all time and for “last week” + “last month”
 *  [Jehy](https://wordpress.org/support/users/jehy/)
 * (@jehy)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/echo-link-counter/#post-5984464)
 * Hello. You need to use SQL query like this:
 * SELECT COUNT(1) FROM PREFIX_links_stats WHERE url=”[http://SOME_URL&#8221](http://SOME_URL&#8221);
   AND `date` >(DATE_SUB(SYSDATE(), INTERVAL 30 DAY))

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

The topic ‘Echo link counter’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-noexternallinks.svg)
 * [WP No External Links](https://wordpress.org/plugins/wp-noexternallinks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-noexternallinks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-noexternallinks/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-noexternallinks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-noexternallinks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-noexternallinks/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jehy](https://wordpress.org/support/users/jehy/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/echo-link-counter/#post-5984464)
 * Status: resolved