Title: Widgetizing Content Area
Last modified: August 22, 2016

---

# Widgetizing Content Area

 *  Resolved [Heartbr3ak](https://wordpress.org/support/users/heartbr3ak/)
 * (@heartbr3ak)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/widgetizing-content-area/)
 * Hi bdbrown,
 * Thank you for all your help in this forum.
 * I’m hoping you can provide some insight and I hope this makes sense. I’m wondering
   if it’s possible to make the content area displayed as several widgets to show
   AxlPosts instead of my latest posts.
 * Examples would be similar to MH Magazine Lite but using Axls widgets/Hueman theme(
   obviously).
 * Just wondering if it’s possible before I would attempt to learn how to do it 
   and mess around with things. If so, is it doable for a novice like myself?
 * Thank you for your time and I hope this makes sense.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/widgetizing-content-area/?output_format=md)
[1](https://wordpress.org/support/topic/widgetizing-content-area/?output_format=md)
2

 *  Thread Starter [Heartbr3ak](https://wordpress.org/support/users/heartbr3ak/)
 * (@heartbr3ak)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/widgetizing-content-area/page/2/#post-5695591)
 * This has been a huge help. Thank you so much, iavinash 🙂 You’re so kind to include
   that!
 *  [g33kmonkey](https://wordpress.org/support/users/g33kmonkey/)
 * (@g33kmonkey)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/widgetizing-content-area/page/2/#post-5695592)
 * Hey, do you mind to uplaod your index.php and the css you use? And how do you
   manage to just show the widgets in the end of your homepage [http://thebigbrotherforum.com/test/](http://thebigbrotherforum.com/test/)?
   I can just use the widget shortcode if I also have the widget in other places
   at the page :/
 * I use
 * if ($i == 2) {
    echo ‘<div id=”my-widget”>’; echo do_shortcode ( ‘[widget id=”
   alxposts-2″]’ ), do_shortcode ( ‘[widget id=”alxposts-3″]’ ); // show the widget
   echo ‘</div>’; …
 * to show 2 posts next to each other. but they just mess up my template 🙁
 * would be happy to hear from you!
 * best wishes,
    g33kmonkey
 *  [g33kmonkey](https://wordpress.org/support/users/g33kmonkey/)
 * (@g33kmonkey)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/widgetizing-content-area/page/2/#post-5695593)
 * ah, the first problem how to enable the widget without showing up in the sidebar
   I solved 😀
 * .sidebar .widget_alx_posts {
    display: none; }
 * Damn it’s too late 😀 But still don’t know why it’s messing up the page :/

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/widgetizing-content-area/?output_format=md)
[1](https://wordpress.org/support/topic/widgetizing-content-area/?output_format=md)
2

The topic ‘Widgetizing Content Area’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 18 replies
 * 4 participants
 * Last reply from: [g33kmonkey](https://wordpress.org/support/users/g33kmonkey/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/widgetizing-content-area/page/2/#post-5695593)
 * Status: resolved