I just went into my dashboard and made those changes – it worked out perfectly!
Vielen dank!
(von: Blogchick)
Hier noch 8 weitere Ergebnisse dieses Threads:
Another Category Bar Change Question
20. Jan. 2010 (von: Blogchick)
Hey JoernQuick question. Is it possible to have the category bar show only 3 sections instead of 5?Basically, what I would like to do is delete 2 categories and have the three take up the width of the screen -…
Re: Another Category Bar Change Question :: Reply by Joern
20. Jan. 2010 (von: Joern)
that's very easy, just take off 2 of the 5 Category IDs you entered once in index.phpthese are the numbers behind<?php $display_categories = array( ....It should look like this then<?php $display_categories = array(3,5,6); $i = 1;you will see now... Weiterlesen…
Re: Another Category Bar Change Question :: Reply by Blogchick
21. Jan. 2010 (von: Blogchick)
Hi Joern,Thanks for the tip. I actually haven't touched the template at all yet. All I did was adjusted an image of the theme to show what I meant. I'll try that now and let you know how everything goes.And…
single.php ‚post-format‘ template for builtin Post Formats
17. Sep. 2012 (von: Joern)
The problem: I need a single.php for one of the built in post formats like 'aside', 'gallery', 'link', 'video', 'image' or 'quote'.My theme was calling the content-single.php Post Format in it's original single.php like <?php get_template_part( 'content', 'single' ); ?>and…
Issues with upgrading WordPress, please help!
10. Okt. 2012 (von: omerkhan01)
Hi there Admin, I am trying to use a plug in but it says I have to upgrade from WP 2.7 to WP 3.0 and above. I have heard horror stories of people's WP sites disappearing after upgrading. What can…
Re: Issues with upgrading WordPress, please help! :: Reply by Joern
12. Okt. 2012 (von: Joern)
I would recommend to update! Sure there are some stories of peoples having problems upgrading - but this doesn't reflect my experience.The WordPress team tries to keep most stuff backwards compatible, I think they remove functions only if there are…
Re: Issues with upgrading WordPress, please help! :: Reply by omerkhan01
12. Okt. 2012 (von: omerkhan01)
There is an "auto update" button in the dashboard, can you not click on that and just do it this way, or must you do it "manually"? Weiterlesen →
Re: Issues with upgrading WordPress, please help! :: Reply by Joern
12. Okt. 2012 (von: Joern)
this "auto update" button might be much easier, but I never tried it. You have to supply your ftp login and hope it works. In case anything goes wrong, you have to do it manually. So I prefer doing it…