How do i show different design layouts for different inner pages in drupal?
also how do i show the outputs from my modules only in specific pages ?
For a quick answer use page templates for different pages .
Please read the following for how to use templates.
http://drupal.org/theme-guide/6
http://www.shekhargovindarajan.com/tips-n-tricks/drupal-6-different-page-templates-for-different-content-types/
http://tips.webdesign10.com/how-to-make-a-drupal-theme
Related
Is there a way to add support for multiple blog page layouts for a wordpress site. I would like to be able to somehow choose
the layout I want for the post as I create/edit the post. I know for the pages scenario, you can create page templates and
just select the one you want from a dropdown. Is there a way to achieve this same functionality for posts and if so, how?
The current site I am working on is using the klasik framework and the themeforest consult-ts template. I do not know if that makes a difference.
Wordpress provides a template hierarchy which gives you the flexibility to create custom layouts for posts, pages, archives, etc. To create a custom layout for a specific blog post, you would name the template single-{post-type}-{slug}.php
You can find out more about the template hierarchy here
I created a theme and want to display all my layouts for the buyer to check them out .
look
http://khositeweb.com/preview/aktina/blog/
hover on the blog in the menu, you can see all layouts .
so can you tell how to create one of those pages so I can display one layout that is different from the index page ?
I have all layouts I just need to show them all
thanks
First create different templates of your layouts.Then Create new different pages you want to show people choosing your different layouts templates to each page.After creation of pages show it in Menu.
I am making my first custom WordPress theme and i ran into my first big wall.
I have different content. I have videos and articles and photos. I need to display these pages differently.
Should i just add a category and display them differently that way? i think this is easy but i am having trouble Googling this problem.
You can create custom template for each page and then set them according to your requirement.
Reference Link
Example Link
this may help :
Creating_Your_Own_Page_Templates
wordpress custome Pages
I have a wordpress site that i've been working on that has some pages (as in NOT posts) that a client changes content on in order to target particular keywords. these pages have been using podscms for content management.
The client now wants to be able to duplicate these pages any number of times and edit the text within them. So basically, he wants to be have a dozen or so versions of about 4 linked pages.
Does anyone know if it's possible to duplicate an entire multipage structure like this in WP?
Or any WP driven sites that implement segmentation similarly?
I think your best bet would be to use Page Templates. You define them in the theme and then for each Wordpress page you create, you can select which page template you would like to use for the page. This sounds like what you're trying to accomplish.
How to create multiple sections in Content block in Drupal?
When a user visits my homepage, a mainpage will be displayed; this page will contain a few sections at the middle panel. One of these sections would be a news update section, another would be a video channel, much like how mtv UK is looking in the middle portion of the homepage.
http://lh6.ggpht.com/_SDci0Pf3tzU/Sd7SEwzEbhI/AAAAAAAAEqc/ROuP7fXkRSk/s400/section.png
What modules are needed to create this kind of website layout?
That site is using mainly Panels, and Nice Menus
A combination of the Views and Panels modules would be able to do it.
You may also want to try the composite layout module (which I find simpler to use & theme than Panels) : http://drupal.org/project/composite (unfortunately not yet available for D7)