Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next/Previous Post Navigation within Parent CategoryMe again.
Nobody knows how to do that since WP doesn’t give me the choice?
Thanks…
Forum: Plugins
In reply to: [YOP Poll] How to start the poll with X number of votes?That’s great, I’ll do that.
Maybe you could add an Edit Logs so it would easier to do.
Thanks a lot for your help! 🙂
Forum: Plugins
In reply to: [YOP Poll] How does the if (function_exists('yop_poll')) work?Fantastic, exactly what I wanted, thanks! 🙂
Forum: Plugins
In reply to: [YOP Poll] How to start the poll with X number of votes?Sure, I can try, tell me what I have to do. 🙂
Hi Harish. Alas, I don’t know coding much… I wish I could help. But if the filter by IP could be disabled, that would be very interesting to 🙂
Thanks for your work!
Maybe what would be cool is to provide Logging Methods like:
– Logged by IP
– Logged by Cookie
– Logged by UsernameI guess it’s not easy to implement. My favorite option would be logging by Cookie, if you happen to know how I could modify your code only to add that option, that would be great 🙂
Thanks Harish!
That would be fantastic if you could do that Harish, thank you! 🙂
I just modified this code, replacing showposts=-1 with posts_per_page just in case it was the problem but it’s not…
I’m using this code:
Search Results for <?php
/* Search Count */
$allsearch = &new WP_Query(“s=$s&showposts=-1”);
$key = wp_specialchars($s, 1);
$count = $allsearch->post_count; _e(”);
_e(‘<span class=”search-terms”>’);
echo $key; _e(‘</span>’); _e(‘ — ‘);
echo $count . ‘ ‘; _e(‘articles’);
wp_reset_query(); ?>It worked fine until recently and I don’t know what has changed… 🙁
Hi WPyogi. I created mine, but I’m using the default code on search.php.
What do you think could be the problem?
Forum: Fixing WordPress
In reply to: Next/Previous Post Navigation within Parent CategoryWell, no response here so far and nothing found on Google…
If by any chance someone reads this post, his/her help would be more than welcome, thank you!
Forum: Fixing WordPress
In reply to: Next/Previous Post Navigation within Parent CategoryAll right, I checked again and there is no info in the Codex. A plugin, maybe… Isn’t there a hack to do it?
Keep searching…
Hi! What happens when I schedule my posts without using any plugin? I publish them in advance following the standard WordPress guidelines, hence I hit the ‘Publish’ button. So will your plugin publish my scheduled posts to all the networks immediately or will it wait until the date they are scheduled to be published?
Thanks!
Same question. Is it possible and how to do that?
Thanks!
Forum: Themes and Templates
In reply to: Template hierarchy about pagination after static home pageNo idea why I can’t do that?