This might be a really simple question and I apologise if it has been asked before but i haven’t found an answer.
My Homepage list only news (blog)…(no menu left, no menu right in sidebar)
When an user clicks on article it show the article in the same homepage.
What i would like to have is
When an user click articles in the home page it will be redirecting to another menu (news) where it shows a menu with news list items on the left sidebar and the content of the article clicked in the content.
Is that Possible ?
You must create a custom module with left side bar and right content.In left sidebar put the query to populate news title from the selected category.On right display introtext or full text from #_content table based on article id.