sevrier
Forum Replies Created
-
Forum: Plugins
In reply to: Direct where posts show up on a PageHi Kalessin and thanks for your advice regarding drawing diagrams in code mode. Obiously it looks far better that way.
The construction I would like to have is exactly the one that you have drawn in your latest post. What happens in my case is that the current window reloads and shows the text only. Thus the list of post to the left disappears. And that is not the way it is intended.
Unfortunately I have installed the site only locally so I am not able to give you a link. Hopefully the information above i sufficient for you to help me out here
Thanks again.
David
Forum: Plugins
In reply to: Direct where posts show up on a PageAnd of course my drawing above did not show up as I expected. I’ll give it another try.
_______________________________________________________
Left Area Right Area
List of Post The clicked post in full text.
1
2
3
_______________________________________________________Forum: Plugins
In reply to: Direct where posts show up on a PageOk, I will try to make some of drawing here below in order to explain.
______________________________________________________
LEFT AREA RIGHT AREA
List of post I The posts in full text
1. I
2. I
3. I
I
__________________________I___________________________So, the posts in a certain category will be listed in the Left Area.
When I click on any of the heading in the list in Left Area I would like the post to show up in full text in the Right Area.I have managed to create the list in the Left Area. This was done by inserting the code mentioned in my previous post in the Left Area.
I followed your advice and put the loop in the right area. But what happens then is that when I click on any of the headings in the Left Area the post in full text shows up on a new page and not in the Right Area. As I said I would like the Left Area remain and the post to show up in the Right Area.
I hope I have managed to explain a little bit more clearly what I am trying to achieve.
Thanks again in advance
David
Forum: Fixing WordPress
In reply to: Articles on different pagesThanks a lot for your support. I’m overwhelmed by the support received within only a couple of hours.
And most important – I got the point and when writing this post I’m about to remove all of my pages and replacing them with categories (still searching for a good template though…).
Thanks again and thanks to the support received WP is my only choice from now on.
David
Forum: Fixing WordPress
In reply to: Articles on different pagesWow, I must say that I’m quite impressed by the reply time at this forum.
Thanks for the answer doodlebee. However, I’m still missing one part to make it work. As follows:
I have now created five categories: America, Europe, Africa
Asia and Australia.I have also created five pages (apart from the front page): America, Europe, Africa, Asia and Australia.
I have also written a post about Paris. Thanks to the code given by doodlebee the post is not shown on the front page.
But how do I do in order to have the post about Paris published on the ‘Europe page’? That is to say, what is the trick to have all posts in a certain category to be published on the corresponding page?
Thanks again
David
Forum: Fixing WordPress
In reply to: Articles on different pagesThanks for the information but that is not exactly what I am looking for (and I am not THAT new to WordPress:)).
I will try to explain more in detail here below and using the example used by wordpress codex.
My site will be about the world and there will be a frontpage describing the site in general and separate pages each of the continents. Accordingly there will be six pages on the site:
1) Frontpage
2) America
3) Europe
4) Africa
5) Asia
6) AustraliaThese will NOT be categories but pages.
When i write a post about Paris I would like this post to appear on page 3 (Europe) only. And when I write a post about Melbourne I would like the post to appear on page 6 (Australia) only and so on. None of these post should be posted on the frontpage.
So, is this possible and how do I do it?
David