Skip to:
Content
Pages
Categories
Search
Top
Bottom

Setting forums as my homepage


  • thetoolman123
    Participant

    @thetoolman123

    Hi there,

    I would like to set my forums as my homepage. I cannot seem to find where to do this.

    Also, I can’t seem to remove the /forums from my settings here:

    View post on imgur.com

    Can anyone tell me how I can have my forums as the homepage?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robin W
    Moderator

    @robin-w

    create a homepage called anything you like.

    then put this shortcode in it

    [bbp-forum-index]


    thetoolman123
    Participant

    @thetoolman123

    Thank you, I have created a new page and a new template and now added in the shortcode via PHP:

    <?php
    /* Template Name: HOMEPAGE */
    /**
     * The template for displaying 404 pages (not found)
     *
     * @package olympus
     */
    
    get_header(); ?>
    <?php echo do_shortcode("[bbp-forum-index]"); ?>

    Thanks again


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar