picaboy
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] Multiple Page Updating?PERFECT! I tried that and it worked perfectly. Thank you for such an awesome plugin and I look forward to the releases.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] Multiple Page Updating?A better question would be, what screen do I need to be at to upload the compressed zip?
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] Multiple Page Updating?Hmm, so if I make a compressed zip file I can upload multiple pages?
I look forward to the release keep up the good work 😀
3 Hours in and it’s still the same
Forum: Fixing WordPress
In reply to: Two Column Category ListingNevermind, figured it out:
<?php $cats = explode("<br />",wp_list_categories('title_li=&echo=0&depth=1&style=none&show_count=1')); $cat_n = count($cats) - 1; $cat_col = round($cat_n / 2); for ($i=0;$i<$cat_n;$i++){ if ($i<$cat_col){ $cat_left = $cat_left.'<li>'.$cats[$i].'</li>'; } elseif ($i>=$cat_col){ $cat_right = $cat_right.'<li>'.$cats[$i].'</li>'; } } ?> <table border="0" width="260"><tr> <td><ul> <?php echo $cat_left;?> </ul></td> <td><ul> <?php echo $cat_right;?> </ul></td> </tr></table>Forum: Everything else WordPress
In reply to: Simple copy and paste requestthen if possible can it be sent to me via email, the main reason is because my work blocks pastebin 🙁
Email: [email protected]
Forum: Fixing WordPress
In reply to: Category post count showing up on 2 lines in sidebarFortunately, I don’t plan to have any full line hover effects on my sidebar, and this worked like a charm! Thanks for help!
Viewing 8 replies - 1 through 8 (of 8 total)