Title: perler's Replies | WordPress.org

---

# perler

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] Header Color Change](https://wordpress.org/support/topic/header-color-change-3/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/header-color-change-3/#post-7176607)
 * unfortunately this doesn’t seem to have fixed it. here, the problem is still 
   there: [https://wolfgang-perler.c9users.io/](https://wolfgang-perler.c9users.io/)
 * for the 1.0.7 I asked a programmer to hack a quick fix, here is the diff:
 * [https://gist.github.com/perler/c71011240b1b1ff385a14690c644a8ea](https://gist.github.com/perler/c71011240b1b1ff385a14690c644a8ea)
 * maybe you can adapt it into a proper fix
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] Headline CSS problem](https://wordpress.org/support/topic/headline-css-problem/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/headline-css-problem/#post-7116364)
 * the same here with the menu size: [https://wolfgang-perler.c9users.io/](https://wolfgang-perler.c9users.io/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Timeline (Horizontal & Vertical Timeline)] remove date?](https://wordpress.org/support/topic/remove-date-10/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-date-10/#post-7092203)
 * It would be nice to have an option for each post to diasply only the year or 
   the mont and the year or the exact date. this is important for historical timelines
   where you often don’t know the exact date.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] shortcode for excluding like button](https://wordpress.org/support/topic/plugin-simple-facebook-connect-shortcode-for-excluding-like-button/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-shortcode-for-excluding-like-button/#post-2691977)
 * mh.. I inserted this into page.php
 *     ```
       if (is_page('contact')) {
       remove_filter('the_content', 'sfc_like_button_automatic', 30);
       }
   
       get_header(); ?>
       ```
   
 * but the fb like button is still there:
 * [http://blendermantheband.com/contact/](http://blendermantheband.com/contact/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] shortcode for excluding like button](https://wordpress.org/support/topic/plugin-simple-facebook-connect-shortcode-for-excluding-like-button/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-shortcode-for-excluding-like-button/#post-2691975)
 * we don’t use a special template for the contact us page – so we need to put this
   code somewhere on this very page only – is there a way?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sync Facebook Events] [Plugin: Sync Facebook Events] Start times don't match up](https://wordpress.org/support/topic/plugin-sync-facebook-events-start-times-dont-match-up/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-sync-facebook-events-start-times-dont-match-up/#post-2663106)
 * hello,
 * mhh. same problem here:
 * wordpress is at UTC+2 (Berlin)
 * facebook event:
    [https://www.facebook.com/events/234064520002853/](https://www.facebook.com/events/234064520002853/)
   wp event: [http://blendermantheband.com/shows/](http://blendermantheband.com/shows/)
 * everything is 3 hours earlier..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sorting categories returned by the_category() by parent category](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/#post-1038578)
 * thanks again, i extended and adjusted it to my site and one little problem came
   up, it looks like your loop shows only the first of each subcategories within
   a category (means, it shows only one author even if the post has multiple authors
   as categories attached). how could i solve this problem?
 * PAT
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sorting categories returned by the_category() by parent category](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/#post-1038528)
 * this works like a charm, thanks, your are the best!
 * PAT 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sorting categories returned by the_category() by parent category](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/sorting-categories-returned-by-the_category-by-parent-category/#post-1038491)
 * ok, i’m able to work with code, but rather pathetic 😉 – but i’ll give it a try,
   i have a general direction now. if you feel like providing an example it would
   be very appreciated, though..
 * anyway, thanks,
 * PAT
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [number of posts in listin mode in backend](https://wordpress.org/support/topic/number-of-posts-in-listin-mode-in-backend/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/number-of-posts-in-listin-mode-in-backend/#post-1019317)
 * ah.. there we are.. thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Audio Player] Version 2.0 beta released](https://wordpress.org/support/topic/plugin-audio-player-version-20-beta-released/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-audio-player-version-20-beta-released/page/31/#post-777139)
 * is there a way to replace all .mp3 files with the audio player but have an additional“
   download” link beside or below? (like μplayer)
 * i have a site, which got converted from another blog system and the mp3s are 
   not included by the media library but are hard linked in the posts. i would like
   to offer them to download and habe a flash player..
 * PAT
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Populating the Uploads with existing images](https://wordpress.org/support/topic/populating-the-uploads-with-existing-images/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/populating-the-uploads-with-existing-images/#post-750244)
 * will this get solved finaly? it’s very annoying especially when you switch from
   another blog and did a bulk transfer of all pictures with [http://ftp.](http://ftp.).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [importing from b2evolution](https://wordpress.org/support/topic/importing-from-b2evolution/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/importing-from-b2evolution/#post-895390)
 * i never went to b2evo 2.0, but i think it should be enough to take the rss skin
   from b2evo 2.x and change the <category domain> to <category> – this should do
   it..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Front Page Posts](https://wordpress.org/support/topic/front-page-posts-1/)
 *  [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/front-page-posts-1/#post-831672)
 * unfortunately, ACE does exactly the opposite, to accomplish blackfred’s (and 
   mine btw) wish, you would need to exclude all categories but the one which should
   appeatr on the frontpage.
 * this is bad because
    1. if you display only articles from the category “frontpage”, if this article 
       is in another category, which is excluded, the article gets excluded
    2. if you add a new category you need to go into ACE and manually hide it from 
       the frontpgae, which is tedious
 * so, is there a plugin, which does exactly the opposite, an, advanced category
   INCLUDER?
 * PAT
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [importing from b2evolution](https://wordpress.org/support/topic/importing-from-b2evolution/)
 *  Thread Starter [perler](https://wordpress.org/support/users/perler/)
 * (@perler)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/importing-from-b2evolution/#post-895347)
 * a quick follow up:
 * ignore step 3)
    change step 4) to:
 * goto [http://yourblog.com/index.php?blog=YOURBLOGNUMBER&tempskin=wpimport&posts=1000](http://yourblog.com/index.php?blog=YOURBLOGNUMBER&tempskin=wpimport&posts=1000)(
   EXAMPLE: [http://falschgold.net/index.php?blog=13&tempskin=wpimport&posts=1000](http://falschgold.net/index.php?blog=13&tempskin=wpimport&posts=1000))

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

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