botakedan
Forum Replies Created
-
sorry to interrupt,
i got the same problem with jetpackthis is the error from my site
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Updating…
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Building sitemap-1.xml
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_sitemap
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_sitemap_index
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Building image-sitemap-1.xml
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_img_sitemap
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_img_sitemap_index
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Building video-sitemap-1.xml
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_vid_sitemap
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Cleaning Up jp_vid_sitemap_index
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Building Master Sitemap.
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: — Finished.
[03-Sep-2017 04:14:00 UTC] jp-sitemap-gi8Qo: 8.302 seconds elapsed.Forum: Reviews
In reply to: [Image Watermark] working fineor perhaps… it has features to manually select the desired image before save/embed the watermark on images
Forum: Plugins
In reply to: Request- WP Plugin, Upload Pictures then Sends to facebookthis plugin will be Rock 🙂
great, its works!!!
may be you can add this on the next update 🙂thank you man…
awesome…
will try this right away…Forum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] Different views countor may be you can add more option to filter posting/published post by day
thank you
Forum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] Different views countso… how to show only this week posts published that shown ?
Forum: Fixing WordPress
In reply to: Create an archive by date and listed by categoryis there any plugin that can create this custom archive ?
Forum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] Different views count<?php wpp_get_mostpopular(“range=weekly&limit=15&order_by=views&stats_views=1&stats_comments=0&wpp_start=’ ‘&wpp_end=’ ‘&”); ?>
so… the range=weekly mean show popular post views count of the week even the posting is 10 day old
i thought range=weekly is show the popular post views count for posting in this week.
there is ‘cat’ parameter on this script
may be you can create something like get_the_category so i can put it at the archive.phpright now i am implement it with create some category-ID.php for each category on my website, that put different cat=’ID’ for each category-ID 🙂
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Authentication Failed*bump
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Twitter Authentication Failsany one can help to solve this problem ?
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Authentication Failedit still doesnt work
i had double check my server time configurationany one ?
Forum: Fixing WordPress
In reply to: How to change position of NavBar?what you need is edit it at header.php of your theme.
or may be you can paste your header.php in here
Forum: Fixing WordPress
In reply to: Change the language of the date & time?how about create it under functions.php on theme ? any one has the code ? because if we upgrade the WP than file locale.php will be replaced either.