Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1010755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:07:56+00:00 2026-05-16T09:07:56+00:00

The standard template for a node in Drupal is node.tpl.php It’s possible to call

  • 0

The standard template for a node in Drupal is node.tpl.php

It’s possible to call a different template for a content-type, like ‘newsitem’. You will call it like this : node-newsitem.tpl.php.

I was wondering if there’s a way to call a specific Node ID? node-34.tpl.php does not work.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T09:07:56+00:00Added an answer on May 16, 2026 at 9:07 am

    In your theme’s template.php put the following at the top of theme_preprocess_node():
    $vars['template_files'][] = 'node-'. $vars['node']->nid;

    So if your theme is called “myTheme”, you might have the following:

    function myTheme_preprocess_node(&$vars){  
        $vars['template_files'][] = 'node-'. $vars['node']->nid;  
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a statement in my template.php file that directs to a custom node-myccktype.tpl.php.
How can I switch to a different theme template file for any node that
I have a standard template in an Html file like: <template name=cards> {{#each all_cards}}
I have a standard meta tag like this: <meta name=desc content=test/> That I want
I'm trying to use the C++ standard library's find algorithm like this: template<class T>
The Java Collections Framework is like the C++ Standard Template Library: a unified architecture
In the C++ Standard Template Library (STL), it is possible for example to create
Is there a C++ Standard Template Library class that provides efficient string concatenation functionality,
I've recently started teaching myself the standard template library. I was curious as to
I just created my first MVC2 project using the standard template. I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.