#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Forum FAQ page
 
Share:
Share
Tweet
Share
Notifications
Clear all

Script Forum FAQ page

    Last Post
RSS

SiteBastion
Posts: 34
SiteBastion - Twitter
 SiteBastion
Topic starter
April 27, 2021 2:07 am
(@sitebastion)
Eminent Member
Joined: 1 year ago

I've lost the forum FAQ page. I cannot find where to edit the page that /%wpforo-faq%/ leads to.

I've looked everywhere, I remember editing it but now I can't find any way to edit it. I've looked everywhere and searched both the documentation this forum for how to edit this.

Help?! (my brain has failed me)

 

Kim

Kim Christiansen
SiteBastion LLC
kim@sitebastion.com

Topic Tags
FAQ page forum page custom forum page
1 Reply
Robert
Posts: 8968
Robert - Twitter
 Robert
Admin
April 27, 2021 8:22 am
(@robert)
Support Team
Joined: 6 years ago

@sitebastion

1. Create a simple WordPress page for your FAQ.

2. Install this plugin: https://wordpress.org/plugins/insert-pages/

3. Pick the FAQ page shortcode with the page ID, it should look like this: [insert page='ID' display='title|content']

4. Put the shorticde in the code below and insert the code in your active WordPress theme functions.php file:

function wpforo_page_show_faq( $template ){
   if( $template == 'faq' ){
      ?>
      <div class="wpforo-page wpforo-page-faq wpforo-text">
         <?php echo do_shortcode("[insert page='ID' display='title|content']"); ?>
      </div>
      <?php
   }
}
add_action( 'wpforo_page', 'wpforo_page_show_faq', 10 );

Then call this page with URL:

 https://example.com/community/?wpforo=page&view=faq 

You can put it in wpForo Menu, using "Custom Links" menu type in Dashboard > Appearance > Menus admin page. Use the wpForo Navigation menu.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Forum page
    5 days ago
  • Forum Page issue
    7 months ago
  • Delete Forum Page
    8 months ago
  • unable to add new topic
    10 months ago
  • Implementing Forum to one page
    1 year ago
Topic Tags:  FAQ page (1), forum page (17), custom forum page (4),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • How to prevent forum users from PASTING / posting multiple colors and font sizes...??

    By Noved, 12 hours ago

  • purchase of add on and it says payment pending

    By ReddBeard, 1 day ago

  • Costume text and image on every forum

    By Vijiki, 2 days ago

  • Forum topics and pages not indexing

    By Vijiki, 2 days ago

  • Can't send confirmation email from topics when suscribe for new topic

    By gilbau, 2 days ago

  • Can't add shortcodes to wpForo

    By avorai, 2 days ago

Topic Tags

  • translation49
  • css49
  • plugin conflict48
  • seo45
  • new features44
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode31
  • spam29
  • phrases28
  • forum accesses28
View all tags (2163)

Recent Posts

  • RE: Show Likers with their avatar

    Have now found the correct code 😀 are these 3 lines ...

    By Tutrix, 6 hours ago

  • RE: How to prevent forum users from PASTING / posting multiple colors and font sizes...??

    @noved add this to custom css #wpforo #wpforo-wrap ...

    By Tutrix, 9 hours ago

  • RE: Costume text and image on every forum

    @vijiki There is no wpForo2 for the moment. Also forget...

    By dimalifragis, 22 hours ago

  • RE: Can't add shortcodes to wpForo

    @avorai So, SAC.PHP is crashing and it is wpForo the ca...

    By dimalifragis, 22 hours ago

  • RE: purchase of add on and it says payment pending

    Hi @reddbeard, Please move this topic to gVectors Sup...

    By Robert, 23 hours ago

  • RE: Can't send confirmation email from topics when suscribe for new topic

    @gilbau, wpForo uses WordPress wp_mail() function. wp...

    By Robert, 2 days ago

  • RE: Forum topics and pages not indexing

    So all is ok from wpForo site. I have nothing to add he...

    By Robert, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,757 Topics
49.5 K Posts
1 Online
43.7 K Members

Latest Post: Show Likers with their avatar Our newest member: Преобразование Реорганизация Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation