Title: luckiecks's Replies | WordPress.org

---

# luckiecks

  [  ](https://wordpress.org/support/users/luckiecks/)

 *   [Profile](https://wordpress.org/support/users/luckiecks/)
 *   [Topics Started](https://wordpress.org/support/users/luckiecks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/luckiecks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/luckiecks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/luckiecks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/luckiecks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/luckiecks/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/luckiecks/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/luckiecks/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Pipes] A couple questions](https://wordpress.org/support/topic/a-couple-questions-6/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/a-couple-questions-6/#post-5115324)
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_dropdown_categories() Top Option as Subject](https://wordpress.org/support/topic/wp_dropdown_categories-top-option-as-subject-1/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp_dropdown_categories-top-option-as-subject-1/#post-5047190)
 * Solved this sort of. Only works with the javascript version I think though. I
   like it better anyway.
 *     ```
       <li id="categories">
       	<?php wp_dropdown_categories('show_option_none=S U B J E C T&title_li=&hide_empty=0&exclude=1&orderby=name'); ?>
   
       <script type="text/javascript"><!--
           var dropdown = document.getElementById("cat");
           function onCatChange() {
       		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
       			location.href = "<?php echo get_option('home');
       ?>/?cat="+dropdown.options[dropdown.selectedIndex].value;
       		}
           }
           dropdown.onchange = onCatChange;
       --></script>
       </li>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category in page title](https://wordpress.org/support/topic/category-in-page-title/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/category-in-page-title/#post-5048465)
 * It’s in the header which is a separate .php file. When I replace the code the
   title becomes <a href=” blah blah
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Where are categories in MySQL\MySQL Server 5.1\data\wordpress157?](https://wordpress.org/support/topic/where-are-categories-in-mysqlmysql-server-51datawordpress157/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/where-are-categories-in-mysqlmysql-server-51datawordpress157/#post-5047075)
 * Thanks for the link.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] is it possible to force the source link to just be a single word?](https://wordpress.org/support/topic/is-it-possible-to-force-the-source-link-to-just-be-a-single-word/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-force-the-source-link-to-just-be-a-single-word/#post-5041531)
 * Nvm it doesn’t matter. The time it takes to refresh the feed to post page is 
   really slow with a lot of categories. Back to autoblogged I guess.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Is it possible to have more than 50 entries per feed?](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/#post-5032432)
 * I’m not sure if plugin authors can post in resolved threads so I’ll make a new
   one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make wp_list_categories skip "The" in alphabetization](https://wordpress.org/support/topic/make-wp_list_categories-skip-the-in-alphabetization/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/make-wp_list_categories-skip-the-in-alphabetization/#post-5026758)
 * So I could do child_of for genres, but my options for ordering them within the
   subcategories are
 *     ```
       id
       name
       slug
       count
       term_group
       ```
   
 * ID seems pretty difficult to do, because if I add new categories I’d have to 
   delete all of the old ones and then use new ids. I think. Name is what I’m using
   now. Slug is a possibility but would look unprofessional. Count may work if I
   could somehow hide the extra posts needed. That is if I’m understanding what 
   count does correctly. And I don’t think term_group is helpful in this area. Which
   one seems the most manageable?
 * _[ [**Stop bumping**](http://codex.wordpress.org/Forum_Welcome#No_Bumping). ]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Is it possible to have more than 50 entries per feed?](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/#post-5032413)
 * Okay, I tried both of these
 *     ```
       <OPTION VALUE="Download" <?php if($options['sourcename']=='Download'){echo 'selected';} ?></OPTION>
   
       <OPTION VALUE="Download" <?php _e("Download", 'wp-rss-multi-importer')?></OPTION>
       ```
   
 * and they didn’t work. It’s probably worth noting that I don’t know php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Is it possible to have more than 50 entries per feed?](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/#post-5032340)
 * No worries. As an aside, is it possible to force the source link to just be a
   single word? I’d like it to just say “Download” on every post instead of “via
   x” or “download x”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Is it possible to have more than 50 entries per feed?](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/#post-5032233)
 * Thank you. If I do <OPTION VALUE=”9999″ <?php if($post_options[‘maxfeed’]==9999){
   echo ‘selected’;} ?>>9999</OPTION> will it break? The feeds are of podcasts. 
   I’m using wordpress to make a locally hosted version of feedly for myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Is it possible to have more than 50 entries per feed?](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-50-entries-per-feed/#post-5032225)
 * They have hundreds, there’s no way to do unlimited? I’m switching from autoblogged
   which has this feature.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] How to get rid of the " " and "-"?](https://wordpress.org/support/topic/how-to-get-rid-of-the-and/)
 *  [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-get-rid-of-the-and/#post-5017534)
 * Ah didn’t think about updating. If an update is applied with mismatched code 
   is the previous stuff just overwritten or is there a major error?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] How to get rid of the " " and "-"?](https://wordpress.org/support/topic/how-to-get-rid-of-the-and/)
 *  [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-get-rid-of-the-and/#post-5017525)
 * You just need to edit it out of wp-content/plugins/thumbs-rating/thumbs-rating.
   php, lines 115 and 116 for me. Search for data-text. Removing all of line 116
   will remove the negative vote button.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make wp_list_categories skip "The" in alphabetization](https://wordpress.org/support/topic/make-wp_list_categories-skip-the-in-alphabetization/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/make-wp_list_categories-skip-the-in-alphabetization/#post-5026674)
 * Is there a guide on how to code my own category listing somewhere? I couldn’t
   find one
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I change the arrow to another symbol in my title?](https://wordpress.org/support/topic/how-do-i-change-the-arrow-to-another-symbol-in-my-title/)
 *  Thread Starter [luckiecks](https://wordpress.org/support/users/luckiecks/)
 * (@luckiecks)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-change-the-arrow-to-another-symbol-in-my-title/#post-5025137)
 * Thank you.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/luckiecks/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/luckiecks/replies/page/2/?output_format=md)