Tag Archives: get_permalink

Get WordPress Most Popular Posts By Total Comments Posted by in PHP | Leave a comment

This article shows How to retrieve and display the most popular posts by total comments on your WordPress template. A PHP function below will use the get_results function to run a SQL query to the WordPress posts table to get the top posts with highest comments. Continue reading

WordPress Get Recent Posts And Recent Comments Posted by in PHP | 2 Comments

In this article, I’ll show pieces of PHP script that retrieve and display Recent/Latest Published Posts and Recent/Latest Approved Comments. They’re being used in my current WordPress template and placed in the footer. Continue reading

Share Link/ Url Of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr Posted by in Internet | 1 Comment

This article just provides share link/url of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr and instruct How to add share link/url of the most popular social media websites in WordPress detail post. Continue reading

Get WordPress Short Link And Full Link To A Post Posted by in Tips And Tricks | 1 Comment

There are 2 ways to get the Short Link or Full Link (permalink) to a post by using wp_get_shortlink() or get_permalink() function respectively. Continue reading

Place Facebook Like Button On WordPress Posted by in Tips And Tricks | 1 Comment

Add the Facebook Like Button on your website or WordPress is a great idea which let your visitors share your content with their friends on Facebook and then drive traffics back to your site. Continue reading