For two years I have not been active with EE. Now that I start to use it again I want to do it right.
I have a list of titles in a template. To go to a comments-page (with one-entry) I can use something with {homepage}/templategroup/template/entry_id and in the one-entry template I can use the 4th segment for displaying the right entry there. That works but is not what I am supposed to use.
Working with url_title_path and the likes of that offer easier ways of pagination, previous and next entry etc.
Changing just that however destroys my layout. Instead of displaying a middle-column of some 500 pixels now I get a column of only 200 pixels.
Anybody any idea where to look?
Edited and solved
Found it myself. Since I don’t know how to delete this post I add some information so others can profit from my error. At first I could solve the problem by simply adding dynamic=“off” for the display of last new post in another blog that was in the smaller left column.
Then the proper display of the last new post helped me find that something was wrong with the ‘nesting’ of exp:weblog:entries and {/exp:weblog:entries} tags combined with <div>s. As long as an entry was displayed everything was okay but when the tag did not return any entry a </div> was missing.