• Resolved Heartbr3ak

    (@heartbr3ak)


    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)
  • Thread Starter Heartbr3ak

    (@heartbr3ak)

    This has been a huge help. Thank you so much, iavinash ?? You’re so kind to include that!

    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 https://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

    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)
  • The topic ‘Widgetizing Content Area’ is closed to new replies.