ying
(@yingscarlett)
Hi @nioriaa ,
This will require GP premium.
However, you can use this CSS to hide them:
.single-post span.tags-links {
display: none;
}
Thread Starter
Robin
(@nioriaa)
Thank you so much for the code.
Can you please tell me, how to add a search icon into the header for GP theme?
https://prnt.sc/K6dFENvkglw9
-
This reply was modified 2 years, 10 months ago by
Robin.
ying
(@yingscarlett)
Yes, go to customizer > layout > primary navigation and tick the Enable navigation search modal box π
Thread Starter
Robin
(@nioriaa)
Thank you so much.
Content tags are still visible in some areas, I don’t want to show them to my visitors. https://prnt.sc/zqj030HhRqJG
Hi @nioriaa,
Try updating Ying’s code to this:
:is(.single-post,.blog,.archive) span.tags-links {
display: none;
}
Thread Starter
Robin
(@nioriaa)
Can you please tell me how to add “Related Post” section under the content? For example: https://prnt.sc/1Z90VhUduU3f
Hi there,
you will need to use a Related Posts plugin to do that.
There are a lot to choose from in the WP repo.
Thread Starter
Robin
(@nioriaa)
Is there any code to implement? If yes, please provide me.
I am sure there are plenty of codes out there, but i cannot provide it here, as it requires custom development which is out of our scope.
Just use the plugin, it is just code, packaged in a WordPress compliant and convenient package that, if you choose one with good reviews, will come with support and updates.
Thread Starter
Robin
(@nioriaa)
Site icon is not showing in Google search console and even in SERP?
https://prnt.sc/PIEqvejtIiEv
https://prnt.sc/gy-FNKQrOoNn
The Theme has no say over where Google shows your site Icon or not.
If your icon meets googles guidelines then google will decide whether it will be displayed or not.
Thread Starter
Robin
(@nioriaa)
I want to show “Table of Content” in my every blog posts. Is there any default option in GP theme? If not, which plugin is more suitable for this theme (light weight, smooth)?
Leo
(@leohsiang)
GP doesn’t have TOC option built-in. I believe Simple TOC is a popular choice: https://ww.wp.xz.cn/plugins/simpletoc/
We cannot comment on the performance etc as it’s not our product.
Feel free to try a few options out there and determine which one works for you the best.
Thread Starter
Robin
(@nioriaa)
I tried @fernandoazarcon2 ‘s code to remove tags from under the post and from all navigation posts. I actually don’t want to display tags to visitors. This code is working but in the search navigation, the tags are still showing with every post.
:is(.single-post,.blog,.archive) span.tags-links {
display: none;
}
Screenshot: https://prnt.sc/t4m5RNezZ3fs
Leo
(@leohsiang)
I checked a couple of posts and don’t see the tags: https://www.screencast.com/t/teONRcGS4Z
Can you link me to a post where the issue can be inspected?