Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In other words, I will have a list of my most recent nodes in a block and only ONE node in the content section of the page.
This will be cake except for the fact that I want to still output my RSS feed for the last 5 (or so) nodes.
RSS feeds won't show on block views, so I can't do it that way, I'll have to figure out a way to get the RSS feed out of the page view for that single node. But how to do that?
I'm no newbie when it comes to CSS, xHTML, PHP or frameworks. I found my way around the form API and writing modules very quickly and the general documentation is very good on these topics, but now i've come to views my progress has ground to a screeching halt.
I still dont grok (understand) the drupal way of doing things.
dear themers, I am a beginner at theming. I have a dual-language site and don't want to waste screen estate with the standard "translations" block. I just need to show the flag of the alternative language somewhere in the header. How could I modify my theme to do this?
Can someone tell me where in a theme the location of blocks is specified.
I have a template that I like but I am making quite a few changes to it so I made a new copy of the folder and renamed it to "thememodified". This way I have a backup of the original if I screw anything up to badly in the copied folder. Howerver once I have this new folder I lose the location of the blocks. The original copy of the theme I am using has about 10 differnt locations where I can add blocks but the copied folder with the new name only has 4 I think. Where is this information stored?