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

Related Questions

Right now I have some troubles. I'm finding a way to solve one problem.
There are several rank posts out there but I have yet to see one
Right now I'm building a personal site/blog and have pretty much got it they
hello im developing a blog right now... but i don't have idea how to
Good day! I right now have a function the drags an element from a
Right now I have this SQL query which is valid but always times out:
Right now I have def min(array,starting,ending) minimum = starting for i in starting+1 ..ending
Right now I have double numba = 5212.6312 String.Format({0:C}, Convert.ToInt32(numba) ) This will give
Right now I have something like this in NHibernate: Expression.Like(property, value, MatchMode.Anywhere) and that
Right now we have AD/Exchange to manage all of our users logins/e-mail on-site at

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.