giacomolaw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disabling the `comments_template` function on previews?Managed with
if ( is_preview() ) { return; }
I was being an idiot and adding
!
.Thanks!
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Add decimal ratingsGreat, thank you!
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Add decimal ratingsHi, may I know what plugin that is?
Awesome, thanks once again!
Forum: Plugins
In reply to: [LuckyWP Table of Contents] SEO?Awesome, thanks.
Forum: Plugins
In reply to: [LuckyWP Table of Contents] SEO?Great! Is this done automatically?
Thanks!
Forum: Themes and Templates
In reply to: [ColorMag] Show widget slider area on all pages/posts?Managed to do it by manually inserting the widget code into the respective
.php
pages.<div class="widget_slider_area"> <?php if ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) { if ( ! dynamic_sidebar( 'colormag_front_page_slider_area' ) ): endif; } ?> </div>
Thanks so much for the help and the plugin!
1. https://i.imgur.com/FklPuGI.png, being indexed
2. 2 posts
3. Nope, does not fix it.Thanks!
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Issues with breadcrumbsHi again, I deleted that line but am still getting errors: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fwww.takanodan.net%2F2019%2F04%2Fviolet-evergarden%2F
I am also using the Rich Snippets plugin for star ratings.
I plan to move to Newspaper when I have the money to do so, so it isn’t too big of an issue.
Thank you ??
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Issues with breadcrumbsOkay, I’ll dig into the
header.php
template and remove it.Thanks for the help!
Hi there, disabled, tested, however it is still present. It’s not much of an issue as it’s a category page, but I thought it was odd as it was only one of them. Other category pages are indexed fine. I created this category recently, so maybe that is why.
I’m following the issue on GH too.
Thanks for looking into it – really impressed with SEO Framework, very glad I moved to it!
Forum: Themes and Templates
In reply to: [ColorMag] Show widget slider area on all pages/posts?I would like to be able to display a widget under the menu bar, so I can have banner ads.
Found! It’s in reading settings.
Thanks ??
Great, thank you so much!