AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Various Topics

3 Posts
2 Users
1 Reactions
422 Views
Posts: 13
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@lucky)
Eminent Member
Joined: 11 months ago
[#65223]

Hello,

  • Every time I add a new board I need to spend time going through all the settings. I am wondering is there a way to let a new board inherit the settings of the previous board?
  • When the meta title is created, the divider between sections of the title is a hyphen. How can that be changed to a pipe? "|".  It makes a big difference because with the hyphen all the parts are "connected", with the pipe, each part of the title is more of a "stand alone" section. 
  • Thanks!

2 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Sorry for the late response,

Posted by: @lucky

Every time I add a new board I need to spend time going through all the settings. I am wondering is there a way to let a new board inherit the settings of the previous board?

Firstly, you can use the “Save Options for All Boards” option when making changes on specific boards.

Next, you can use the Import/Export tool. Each settings page has these buttons under the search options section.

Posted by: @lucky

When the meta title is created, the divider between sections of the title is a hyphen. How can that be changed to a pipe? "|".  It makes a big difference because with the hyphen all the parts are "connected", with the pipe, each part of the title is more of a "stand alone" section. 

You can use the hook-code below: 

add_filter( 'document_title_separator', function(){ return '|'; });

Instruction: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/


Reply
Posts: 13
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@lucky)
Eminent Member
Joined: 11 months ago

Hi Sofy,

Many thanks!

The "save function for all boards" is not working for me, I think this is the reason:

When I created the new boards, I did not do it via the "automatic new board" function, I first created the page with the "predicted" short code that will be created by the system, and then I created the board. So it is possible that this order of setting up effected the way the boards communicate with each other. 

I appreciate your reply and all the best. 
Lucky. 


Reply
Share: