#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...
Problem with WpForo
 
Share:
Share
Tweet
Share
Notifications
Clear all

Script Problem with WpForo

    Last Post
RSS

williamolsen
Posts: 2
 williamolsen
Topic starter
May 9, 2021 1:14 pm
(@williamolsen)
New Member
Joined: 1 year ago

Hey guys

I have just a small problem with WpForo

my title is post name – category- Sitename

I don’t want to be like this, just i want use

post name – Sitename

 

how I can do that

* I use Rank math

This topic was modified 1 year ago by williamolsen
Topic Tags
seo meta title
1 Reply
Robert
Posts: 9091
Robert - Twitter
 Robert
Admin
May 11, 2021 12:09 pm
(@robert)
Support Team
Joined: 6 years ago

Hi @williamolsen,

You can do that using the hook code below. Put it in the functions.php file of your current active WordPress theme or install the Code Snippets plugin and insert the code as a new code snippet.

add_filter('wpforo_seo_topic_title', 'wpforo_my_custom_seo_topic_title');
function wpforo_my_custom_seo_topic_title( $title ){
if( isset($title[1]) ) unset($title[1]);
return $title;
}

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
  • Word replacement within posts (Question)
    2 weeks ago
  • Forum not indexed on SEs
    4 weeks ago
  • Customize Title in topic
    5 months ago
  • Editing page meta title tag - Filter? Method?
    5 months ago
  • How to hide webiste name from forum SEO titles?
    8 months ago
Topic Tags:  seo (47), meta title (8),

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

  • Suggestion Private Replies

    By shaleedt, 2 days ago

  • Why doesn't Google index pages?

    By Onurkansan, 2 days ago

  • Attachments not showing on forums posts after migration

    By Formicid, 4 days ago

  • New Feature About Plugin Customization and Integration

    By z14165899, 5 days ago

  • WordPress Email sending function wp_mail() doesn't work!

    By feassistant, 5 days ago

  • Import users from IPBoard

    By jesusdlg, 5 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2195)

Recent Posts

  • RE: Stop registering people

    To disable new users registering, login to your site an...

    By Lindafoster, 2 hours ago

  • RE: Why doesn't Google index pages?

    you are using dns caching You use Jetpack Photon (Per...

    By Tutrix, 2 days ago

  • Private Replies

    Is there a way to set the topic public but the comments...

    By shaleedt, 2 days ago

  • RE: Member Reputation with Likes?

    @mpanichi, in wpForo 2.0 you can set Points for One T...

    By Chris, 3 days ago

  • RE: Hide user roles from Members list

    Hi @mpanichi Edit the needed usergroup and disable/un...

    By Chris, 3 days ago

  • RE: Description for each topic?

    @chris That's really too bad. I was ready to send you ...

    By Christine, 4 days ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,944 Topics
50.3 K Posts
9 Online
49 K Members

Latest Post: Stop registering people Our newest member: Four Unheard Ways To Realize H... 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