Download Instagram Photos, Accounts, Hashtags, and Locations
4K Stogram is an Instagram Viewer and Downloader for PC, macOS and Linux. Download photos, videos and stories from your friends’ public and private Instagram accounts, backup your Instagram profile and import your list of Instagram subscriptions. Get started for free!
DJ puštao Sinana Sakića na jednom od najpoznatijih svjetskih festivala – Tomorrowland 2017
DJ puštao Sinana Sakića na jednom od najpoznatijih svjetskih festivala – Tomorrowland 2017
Read MoreHow to get JSON data for popular posts from certain category on WordPress
Unfortunately, WordPress don’t have option to measure post hits/visits, even for single post. How to get most readed/popular posts from certain category on WordPress for user defined time (ex. one day, two days, one week) we wil explain to you shortly in next steps. 1. Firstly, install AJAX Hits Counter + Popular Posts Widget from this link…
Read MoreJetpack Publicize only certain categories
Unfortunately, Jetpack Publicize module don’t have the option to choose which category of posts you want to publicize automatically. Here is the quick hack to publicize module file in order to publish future posts only from chosen category. add_filter('wpas_submit_post?', 'vipx_wpas_submit_post', 10, 4); function vipx_wpas_submit_post($ret, $post_id, $name, $connection) { $categories = get_the_terms($post_id, 'category'); if (is_array($categories)) { $categories =…
Read More