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.
This all seems too obvious and if it's already been covered, shucks. I looked all over but couldn't quite find the keywords to answers. Here's the site and my problem: http://www.politicsinminnesota.com
Basically we have a content type 'Morning Report' with daily news headlines. currently it is a View-derived block on the right sidebar, but i hate how Views insists that "Posted October 8th, 2007 by Staff" must be included.
I have been trying to change the look of the way forums are presented. This has lead me from the file 'forums.module' to theme.inc present under 'includes' directory of drupal.
Since the forums are presented in a table view, I looked for theming the table. So it lead me to 'theme_table( )' function that finally leads to '_theme_table_cell( )' function that returns each cell as output.
I have been struggling for months now to get a theme I like for drupal. There are many but I need a custom one. I have found the perfect theme for me but it's in wordpress. Does anybody know where I can find out how to design a theme from scratch or convert from wordpress, I dont know css or php but I can hack my way around certain things. Or any tutorial anywhere about how to convert a wordpress theme or design a new theme from scratch.
I have looked everywhere but cant seem to find tutorial how to do this.