rasmuscarlsen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how does “Page Order” work!It was this I was lookin for:
‘wp_list_pages(‘exclude=5,6,7,8,12&sort_column=menu_order&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ );’
Im stupid with php and could’nt found out how to put two arguments in the line …
I now found out that a “&” seperates the arguments; like
param1=a¶m2=b¶m3=c
thx
rasmus
Forum: Fixing WordPress
In reply to: how does “Page Order” work!jesus … I owe you like a week-sallery for looking after me!
anyway; already got this: Where do I ad ”sort_column=menu_order”
‘<?php wp_list_pages(‘exclude=5,6,7,8,12&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>’
thx
rasmus
Forum: Fixing WordPress
In reply to: dynamic higlighted horizional menu –> proglemproblem solved … typical – spend 3 hours an finally give up and post a cry put for helt and 5 min. later I spot the error ??
rasmus
Forum: Fixing WordPress
In reply to: static frontpage AND the blog-fronpage in the “page”sektiondamn ;-(
But maybe there is a solution after all. Here is what I need:
The frontpage should be editable form the admin-panel … just like any other pages (but no dymamic generated content from categorys etc).
But I still need the “blog-frontpage”.
Can I create (by do some copy-paste) a blob_index.php and just make a link to it?
rasmus
Forum: Themes and Templates
In reply to: static links advanced sidebarmenu (pages)ah ok thx.
ras
Forum: Themes and Templates
In reply to: static links advanced sidebarmenu (pages)sorry … is it a \ I need to use?
Forum: Themes and Templates
In reply to: static links advanced sidebarmenu (pages)well:
It says
<li><a href="wordpress/recipes/">RECIPES</a></li>
Forum: Themes and Templates
In reply to: more than one template …Okay – just finishing reading a lot of manuals and I see the point.
How ever … problem not solved. Starting a new post to avoid misunderstanidngs.
thx
Forum: Themes and Templates
In reply to: more than one template …hehe – does’nt surpise me ??
However; Is there a way to make three “categorys-list” and only show one of them on certain pages?
Like:
Category_1
-page1
-page2
-page3Category_2
-page4
-page5
-page6On certain pages I only want Category_1 to show up in the sidebar …
ras