Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding design to page

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    I am not sure using Visual composer, but since bbPress has dynamic pages and not static WordPress pages, I am not sure a page builder will help much.

    If you have a custom bbpress.php file in your theme you can add a banner to all bbPress pages or just the ones of your choice with some conditionals.

    If you are adding the banners using a shortcode you can echo the shortcode like this.

    <?php echo do_shortcode("[shortcode]"); ?>

    Just make sure to edit the bbpress.php file in your child theme and place the shortcode in the template.

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