Bisgaard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesIm still not satisfied with my website, since I cannot get it all to fit. Im using Category Visibility to exclude categories from my frontpage (index) and this works. Thanks for the link HandySolo.
But I still have some problems when it comes to the other problem. I cannot find a way to show posts from a particular category on another page. Does anyone have a clue of what I can do to solve this problem?
If I make use of the category-link (e.g. /wordpress/?cat=2) I end up with a link to the achieve instead of a regular page with the posts on it.Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesThanks rudolf45 and HandySolo. I’ll try playing around with it tomorrow 🙂
Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesAha.. But then there is still one problem left – all categories will still be shown by default on my index file. How do I solve that problem?
Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesBut I want to have 3 links (News, Articles and Reports) in my navigation bar. Can I just use the command “include” in php to do that?
Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesDon’t misunderstand me, I did read the reference about pages and I repeated myself to make sure you understood me right.
But your answer to my question was not exactly what I was looking for. I want my file index.php to show only one category of my posts (news). The other post should only be place on other pages (In WordPress>Write>Write Page – Page Titles: Articles and Reports). I do not want people to click on the category in the sidebar – they should be to read trough regular links in the navigation bar).I’m sorry if I got you wrong. My English isn’t that good, so I might have missed your point.
Forum: Fixing WordPress
In reply to: Seperation of categories on different pagesI’m not sure I understand what you mean. By a page I mean e.g. index.php or about.php.
I want my frontpage to show only post from the category “news”, my article-page to show only post from the category “articles” etc.