Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing meta description for threads? #64

Open
floraiNx-zz opened this issue Nov 6, 2018 · 4 comments
Open

Changing meta description for threads? #64

floraiNx-zz opened this issue Nov 6, 2018 · 4 comments

Comments

@floraiNx-zz
Copy link

Hello,

I have a bit of difficulties with finding the meta description for the thread.
I would like to add the thread subject to the meta description when viewing a thread/post, where do you add this thread meta description, in what file?
So I can modify it and add the thread subject to it, thanks!

@frostschutz
Copy link
Owner

It's in meta.php see here:

// Description:
if($post)
{
google_seo_meta_description($post['message']);
}

@floraiNx-zz
Copy link
Author

That's what I already assumed, however doing changes in there doesn't change anything somehow.

index

@frostschutz
Copy link
Owner

Hmmm, do you have any other plugins doing meta description also?

It works for me...

@floraiNx-zz
Copy link
Author

Yeah, I'm also using MySEO (https://community.mybb.com/mods.php?action=view&pid=359) - Could this be the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants