Get WordPress Most Popular Posts By Total Comments
Posted by
Hoan Huynh 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 →
Tagged: comment_count, get_permalink, get_results, setup_postdata, Wordpress
WordPress Get Recent Posts And Recent Comments
Posted by
Hoan Huynh 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 →
Tagged: comment_author_url, get_permalink, get_results, numberposts, strip_tags, Wordpress, wp_get_recent_posts
Share Link/ Url Of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr
Posted by
Hoan Huynh 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 →
Tagged: Digg, Facebook, get_permalink, Google, Reddit, Social Bookmarking, StumbleUpon, Tumblr, Twitter, Wordpress, wp_get_shortlink
Get WordPress Short Link And Full Link To A Post
Posted by
Hoan Huynh 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 →
Tagged: get_permalink, permalink, Wordpress, wp_get_shortlink
Place Facebook Like Button On WordPress
Posted by
Hoan Huynh 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 →
Tagged: Facebook, get_permalink, Like Button, Wordpress