Title: defade's Replies | WordPress.org

---

# defade

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Query Problem](https://wordpress.org/support/topic/query-problem/)
 *  [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/query-problem/#post-2135180)
 * i’m no expert, and it sounds like you got it sorted…
 * from your reply i’d say did you change ‘order’ to ‘orderby’
 * it actually looks like you need BOTH commands:
 * order – chooses the direction of the order
    orderby – chooses what they are sorted
   by
 * so you need:
 * `'orderby' => 'title', 'order' => 'DESC'`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How To Add a Facebook Like Button](https://wordpress.org/support/topic/how-to-add-a-facebook-like-button/)
 *  [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-a-facebook-like-button/#post-2134653)
 * Insert the following code where-ever you want the like button
 * I’d recommend somewhere within the ‘loop’ on your single.php template
 * `<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink()?
   >&layout=standard&show_faces=false&width=450&action=like&font=arial&colorscheme
   =light&height=25" scrolling="no" frameborder="0" style="border:none; overflow:
   hidden; width:450px; height:40px;" allowtransparency="true"></iframe>`
 * NOTE: the ifame code is the only code that works on all browsers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Query Problem](https://wordpress.org/support/topic/query-problem/)
 *  [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/query-problem/#post-2135174)
 * i think this may be what you are looking for:
 * [http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters](http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i show a custom-taxonomy description in a DIV only when there is a descri](https://wordpress.org/support/topic/how-do-i-show-a-custom-taxonomy-description-in-a-div-only-when-there-is-a-descri/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-show-a-custom-taxonomy-description-in-a-div-only-when-there-is-a-descri/#post-1553167)
 * You sir… are a legend
 * It works perfectly – Thank you very much
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Post Type and Taxonomy Permalinks](https://wordpress.org/support/topic/custom-post-type-and-taxonomy-permalinks/)
 *  [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-and-taxonomy-permalinks/#post-1524744)
 * You need to refresh you permalinks…
 * Simply go to your “Permalinks” page under “Settings” in your admin area – Click
   save just to be on the safe side, and it will rebuild your permalinks
 * Then job done – refresh the page you were having 404 problems with
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Splitting out old ‘tags’ into new custom taxonomies](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/#post-1524734)
 * I imagine this would be relatively simple for someone who knows what they are
   doing….
 * Anyone up for the challenge? 🙂
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Splitting out old ‘tags’ into new custom taxonomies](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/#post-1524681)
 * That’s basically what i’m afraid of…
 * There’s surely got to be a better way.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Splitting out old ‘tags’ into new custom taxonomies](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/#post-1524664)
 * I’ve been thinking about this some more, to try and think how i can explain this
   clearer and why i want to do what i want to do.
 * There are two types of custom taxonomies
 * Hierarchical – which are the equivalent of traditional ‘categories’
    Non-hierarchical–
   which are the equivalent of traditional ‘tags’
 * I want to implement 3 new Non-hierarchical custom taxonomies in our website called‘
   drivers’, ‘stadium’, ‘championship’ – thus creating 3 new custom tag clouds
 * The problem then arrives of “How do i split out the tags that already exist in
   my database, from the old traditional tag cloud into my 3 new custom tag clouds?”
 * If the tags already exist in the database, then it would seem silly to go through
   the long process of deleting them all, then going through the 400+ posts and 
   re-creating all the tags inside the new ‘custom tag’ taxonomies… when theoretically
   it’s just a case of changing the relationship of the current tags from the old
   traditional tag taxonomy into the new custom taxonomies
 * hmmm… is that any clearer
 * This is why i feel there should be an option in the “edit tags” section of the
   wp-admin, to use the ‘Bulk Actions’ drop down to move selected tags from one 
   taxonomy to another
 * Surely once wp3.0 finally arrives, and more people start to experiment with custom
   taxonomies, and see the benefit they bring, i will not be alone in wanting to‘
   upgrade’ my current tag cloud into smaller groups of specific topics… there will
   be lots of people wanting to do this as simply and cleanly as possible
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Splitting out old ‘tags’ into new custom taxonomies](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/#post-1524660)
 * Ooh I got excited for a moment there, but I think I’ve confused you
 * It’s difficult to explain because of the use of the word ‘categories’
 * In it’s most basic form, what I want to do is split my traditional ‘tag cloud’
   into 3 new custom tag clouds
 * I’m sure there must be a simple way to do this, I just don’t think the functionality
   is currently built into WordPress core… I imagine it will require someone (much
   smarter than me) to write some-sort of plugin
 * At the moment the only solution i can see, is to delete all my current tags, 
   and then go through all the 400+ posts and re-tag them all… which would obviously
   take hours and hours… something I’d like to avoid if possible
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Splitting out old ‘tags’ into new custom taxonomies](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/splitting-out-old-tags-into-new-custom-taxonomies/#post-1524655)
 * Hmmmm…
 * The lack of responses would indicate, either…
 * 1) there is a very simple way to do this that i’m not aware of… or..
    2) nobody
   has yet come across this same problem… or.. 3) nobody understood what it was 
   i was asking
 * Any help or thoughts would be appreciated folks
 * 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Some syntax fixes for W3C validation](https://wordpress.org/support/topic/plugin-autonav-graphical-navigation-and-gallery-plugin-some-syntax-fixes-for-w3c-validation/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-autonav-graphical-navigation-and-gallery-plugin-some-syntax-fixes-for-w3c-validation/#post-1319326)
 * yep all looks good to me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Some syntax fixes for W3C validation](https://wordpress.org/support/topic/plugin-autonav-graphical-navigation-and-gallery-plugin-some-syntax-fixes-for-w3c-validation/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-autonav-graphical-navigation-and-gallery-plugin-some-syntax-fixes-for-w3c-validation/#post-1319310)
 * Glad to be of help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Number My Post Pages] Something has gone wrong](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/#post-1250361)
 * Yes mate… it’s absolutely working 🙂
 * Well done mate, and many thanks… I will be using this plugin from now on
 * One extra nice feature would be to an option for custom style sheets (at the 
   moment i am having to copy over my own stylesheet after each upgrade)
 * But over-all… fantastic plugin mate
 * And thanks again for your time – ADE
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Number My Post Pages] Something has gone wrong](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/#post-1250358)
 * Hi again…
 * I definitely do not have any styles using that ID
 * Some further info i have for you…
 * Of all my PUBLISHED multipage Posts, none have more than 2 pages.. for these 
   posts the plugin works perfectly
 * I do however have one post currently in DRAFT that is at the moment 3 pages long,
   and a good chance that it may end up being more by the time it is published (
   in late November or early December time)… When i view this post in ‘preview’ 
   mode the navigation does not work, it does what i explained in the above reply
 * Now whether it is the fact the post is over 2 pages long, or because i’m viewing
   it in preview mode, i do not have any idea which is breaking it
 * The following is the HTML from my website, for the 3 page post when viewed in‘
   preview’ mode on page 2
 *     ```
       <div id="wp_page_numbers">
       <ul>
       <li class="page_info">«</li>
       <li class="active_page">
       <a class="paginate" href="http://mysite.com/?p=7015&page=2">1</a>
       </li>
       <li>
       <a class="paginate" href="http://mysite.com/?p=7015">2</a>
       </li>
       <li>
       <a class="paginate" href="http://mysite.com/?p=7015&page=3">3</a>
       </li>
       <li class="paginate">
       <a href="http://mysite.com/?p=7015">»</a>
       </li>
       </ul>
       </div>
       ```
   
 * You can see the code is in fact as it should appear on page 1, and not the correct
   code for page 2.
 * and the same bug shows up in the dropdown menu when it’s activated… in fact things
   get worse and after using the dropdown choices a few times it starts to feel 
   almost like a lucky-dip as to what page will show up when you select.
 * I really don’t know what else to add, and obviously can’t help with tracking 
   down the error… if it just something as simple as being caused by viewing it 
   in ‘preview’ mode, then that is actually quite inconvenient from a blogging point
   of view, and properly checking a post before publication
 * Cheers – Ade
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Number My Post Pages] Something has gone wrong](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/)
 *  Thread Starter [defade](https://wordpress.org/support/users/defade/)
 * (@defade)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-number-my-post-pages-something-has-gone-wrong/#post-1250354)
 * Hi – i use the following custom permalink
 * `/%category%/%postname%/`

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

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