saosangmo
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Google does not display my meta descriptionhi, I can access your link. I am from Vietnam.
Forum: Plugins
In reply to: [Yoast SEO] Google does not display my meta descriptionNo, I think this is a new change of google.
Forum: Themes and Templates
In reply to: [Pinboard] Missing: author and Missing: updatedI can not find any function in this theme which generates those classes.
I will update the topic when I have my solution.Forum: Themes and Templates
In reply to: [Pinboard] Missing: author and Missing: updatedDont mind anymore, I have fixed this issue.
The solution:
Open the functions.php file, search:
<span class="entry-date">
then replace with:
<span class="entry-date updated">
continue search
<span class="entry-author-link><?php the_author_posts_link(); ?></span>
then replace with:
<span class="entry-author-link vcard author"><span class="fn"><?php the_author_posts_link(); ?></span></span>
View it in my site: https://suabeptutainha.com/chuyen-sua-bep-tu-uy-tin-tai-ha-noi/
Test with Google Structured Data Testing Tool
https://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fsuabeptutainha.com%2Fchuyen-sua-bep-tu-uy-tin-tai-ha-noi%2FForum: Plugins
In reply to: [YUZO] Top Text displays UTF-8 characters incorrrectlyhi iLen,
I think you should change the code which gets Top Text with UTF-8 encoding.I have fixed it with the below code:
html_entity_decode($options_my_plugin[ $this->parameter['name_option'].'_top_text' ], ENT_QUOTES, 'UTF-8')
Forum: Themes and Templates
In reply to: [WP Knowledge Base] How to paid, donate to remove backlink?Thank you for your great work.
So I will remain your footer link.Forum: Plugins
In reply to: [Yoast SEO] Dublin Core & YoastSEO Yoast should has the DC feature. I need DC, too.
Many thank for the great plugin.Forum: Plugins
In reply to: [Widget Shortcode] Use do shortcode in plugin?Thank for nice plugin and your supoort.
I have already worked around to mix it with template:
https://suachuadienlanh.net.vn/dia-thuy-tinh-trong-lo-vi-song.htmlForum: Plugins
In reply to: [Cyclone Slider] Blank slideshowok, thank for your support.
I have solved this issue.Forum: Plugins
In reply to: [Grid Products] List of sub-categorieshi,
But I want to display the sub-category name only. I do not want to display the latest products.In this page
https://maytinhviethung.com/san-pham
I have try to hack top categories but can not query the deeper level.
thanksForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] microdata markup for breadcrumbsI use this site https://quangcaothanglong.vn/for 3 months but I must you another plugin for this purpose.
It works very well.Forum: Plugins
In reply to: [Youtube to WP Post] [Plugin: Youtube to WP Post] No Embeded VideoThank strato1986, that is great hack!