rasmuscarlsen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is_page –> includebingo:
<?php if (is_front_page()) include("splash.php")?>;
Forum: Fixing WordPress
In reply to: is_page –> includeyeah – I used is_page(home) but its the syntax I dont know
` <?php
if (is_front_page){<?php include(“splash.php”)};?>`
???
rasForum: Fixing WordPress
In reply to: dynamic exclude a post from a list of post?I know – I read it … but I did’nt get it ;-()
Cant see how I use that to do what I need to do. Sorry for my php and so on.
ras
Forum: Fixing WordPress
In reply to: get_sidebar by checking for the the category …got it …
its as simple as this:
<?php if ( in_category('39') ) : get_sidebar('two'); //this will include sidebar-two.php else : get_sidebar(); endif; ?>
Sorry for sleepy eyes. ;-(
rasmus
Forum: Fixing WordPress
In reply to: translating a themeFound this – it works! ??
ras
Forum: Fixing WordPress
In reply to: translating a themethanks – but its the other way around ?? The theme is ready for (as I understand it) for translation.
As I have read I should be able to to a translation in one file and not crawling my may by all 88 files in the theme …
ras
Forum: Fixing WordPress
In reply to: Dynamic exclude a id from wp_list_pagesYeah! Thats it. Thanks!
ras
Forum: Fixing WordPress
In reply to: where is the date?thx,
I needed this: php the_time(‘l, j. F, Y’), but only had this:
php the_time(),I owe you a pint of lager ??
rasmus
(who by the way did a lot of the theme himself and is very proud of it) ??Forum: Fixing WordPress
In reply to: How does get-archives works?ok thx – I give et a try (the loop seems out of my brain;-))
ras
Forum: Fixing WordPress
In reply to: How does get-archives works?what do I do then?
i have been crawling my way through 4 months of support-post and I cant find out how to do it.
Is the only way a plugin?
I just need one box in the sidebar showing new post from one category and another box showing new post form another category ..
ras
Forum: Themes and Templates
In reply to: Show the headline of two (or three) newes post in sidebarthx … its working. But I cant find the way to only show newest post in a category …
Forum: Themes and Templates
In reply to: Show the headline of two (or three) newes post in sidebarYes – its not hte comments but the posts. Anyway – I try Pizdin_dims coede, but how do I limit the list to the 2 or 3 newest post?
Forum: Fixing WordPress
In reply to: anyone got Collage Effect Theme working?Yeah! Thats it. Thx …
ramus
Forum: Fixing WordPress
In reply to: order wp_list_catsYeah! Thats it … thx.
If ur still around:How do I get it working like this:
‘<?php wp_list_pages(‘exclude=3,8,9,10,11&sort_column=menu_order&title_li=<h2>’ . __(‘Aktiviteter’) . ‘</h2>’ );?>
the title (here: Aktiviteter)
ras
‘Forum: Fixing WordPress
In reply to: show newest post in blog at the front pagehehe yeah there must be a much more simple way. My guess is that we just need to write very few php-lines in the sidebars saying
“show 3 latest headlines i tabel_blog” (something like that)
rasmus