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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:36:39+00:00 2026-06-09T23:36:39+00:00

I am using this plugin http://wordpress.org/extend/plugins/simple-rss-feeds-widget/ This works fine for me. i am using

  • 0

I am using this plugin http://wordpress.org/extend/plugins/simple-rss-feeds-widget/
This works fine for me. i am using WordPress 3.3.1.
Now i want my plugin to be there in the centre of my home page and not in the side widget.
How can i achieve this.?
I mean, my plugin is there in the widget list,and i can drag my plugin to the sidebar of my template in back-end
and it reflects in the front-end at right corner.
How can i get my plugin in home page at centre of the page?
Hope someone wil help me.
In other words, how can i call my customized plugin in my template file?
Thanks
Haan

  • 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-06-09T23:36:40+00:00Added an answer on June 9, 2026 at 11:36 pm

    You need to register a new widget position in your functions.php file and then add the code to render out the contents of that widget in the relevant template file.

    So as an example. In functions.php you would find the section fo code that is registering your existing widget positions (look for if (function_exists('register_sidebar')) { ) and register a new position below it;

        register_sidebar(array(
            'name' => 'Home Widget Container',
            'id'   => 'home-widget',
            'description'   => 'These are widgets for the home position.',
            'before_widget' => '',
            'after_widget'  => '',
            'before_title'  => '<div class="home-widget-header"><h2>',
            'after_title'   => '</h2></div>'
        ));
    

    And then in the template file you are using for your homepage;

        <?php
            if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Home Widget Container')) :
                // This will include your widgets.
            endif; 
        ?> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using this plugin for few days. http://wordpress.org/extend/plugins/simple-rss-feeds-widget/ This is the plugin
I am using Wordpress Custom Field Template Plugin - http://wordpress.org/extend/plugins/custom-field-template/ I create some File
I'm using wordpress + ajax calendar future post plugin ( http://wordpress.org/extend/plugins/wordpress-plugin-ajax-calendar-with-future-posts/ ) + tiptip
I installed this plugin: http://wordpress.org/extend/plugins/easing-slider/installation/ I managed to install and configure it. I can
I am using http://wordpress.org/extend/plugins/pdf24-post-to-pdf/ pdf generator plugin for my site, but I only want
I am using these 2 plugins: HTML Page Sitemap http://wordpress.org/extend/plugins/html-sitemap/installation/ SyntaxHighlighter Evolved http://wordpress.org/extend/plugins/syntaxhighlighter/ When
I am using this plugin in Wordpress http://www.iwebix.de/front-slider-wordpress-plugin-demo/ As you can see in the
I am reading this tutorial on fetching RSS feeds using PHP Simple XML. Reason
I am using this plugin for hovercards..http://designwithpc.com/Plugins/Hovercard The problem with this plugin is when
I'm using this plugin: http://www.jeremymartin.name/projects.php?project=kwicks And my code follows this example: http://www.jeremymartin.name/examples/kwicks.php?example=7 I'm using

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.