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 612497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:54:01+00:00 2026-05-13T17:54:01+00:00

Right now, I have blog posts being generated as nodes in my main content

  • 0

Right now, I have blog posts being generated as nodes in my main content area. In my content block there’s only one block and that’s for the blog navigation which needs to be on top of the blog posts and it has very custom markup – how could I reverse the order? I’m not sure where to move the posts down.

Clarification: I need my block to show up on the homepage only, where the blog posts are and I need it to show above the blog posts.

  • 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-13T17:54:01+00:00Added an answer on May 13, 2026 at 5:54 pm

    Unfortunately, there isn’t an easy way of accomplishing this through the graphical administrative interface, so you’ll probably have to get into your theme code to make this change. IMO, the easiest way to do this is to define a new block region.

    If you’re using a contributed/core theme, you might want to define a sub-theme of your current theme to make the change in. See http://drupal.org/node/225125 for more information about subthemes.

    To create a new block region, you need to add it to your theme’s .info file

    
    name = My Theme
    description = Example
    core = 6.x
    engine = phptemplate
    
    regions[left] = Left Sidebar
    regions[right] = Right Sidebar
    regions[content] = Content
    regions[header] = Header
    regions[footer] = Footer
    regions[above_content] = Above content
    
    

    Here, in addition to the default regions (left, right, content, header, footer), the theme has a custom region called above_content.

    Then, edit your theme’s page.tpl.php file, and add the $above_content variable to the template where it will display above the content. For example, if you were extending the Garland theme, you could add the $above_content variable like so:

    ...
    <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
              <?php print $breadcrumb; ?>
              <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>
              <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
              <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
              <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
              <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
              <?php if ($show_messages && $messages): print $messages; endif; ?>
              <?php print $help; ?>
              <div class="clear-block">
                <?php print $above_content ?>
                <?php print $content ?>
              </div>
              <?php print $feed_icons ?>
              <div id="footer"><?php print $footer_message . $footer ?></div>
          </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
    ...
    

    You can then add the block to the ‘Above content’ region on the block admin page and set it to only display on the front page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 316k
  • Answers 316k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The first thing to understand with .Net webservices are that… May 13, 2026 at 11:35 pm
  • Editorial Team
    Editorial Team added an answer There is a big difference in a way that IE6… May 13, 2026 at 11:35 pm
  • Editorial Team
    Editorial Team added an answer You can do the formatting directly in the database as… May 13, 2026 at 11:35 pm

Related Questions

Using Ruby on Rails, I have created a blog. The blog has posts, and
I'm not even sure this is possible to do efficiently, but here's my problem:
Right now I'm building a personal site/blog and have pretty much got it they
I write the code for my own website as an educational/fun exercise. Right now
I am new to rails so sorry for the simple question. I have followed

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.