PokaTheme » All Posts https://pokatheme.com/support/poka-review-plugin-support/feed/ Fri, 19 Jan 2024 03:25:29 +0000 https://bbpress.org/?v=2.6.9 en-US https://pokatheme.com/topic/customizing-review-page/#post-18556 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18556 Wed, 17 Jan 2024 08:32:27 +0000 admin Good to know! 🙂

Let us know if you need any other help.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18555 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18555 Wed, 17 Jan 2024 08:16:00 +0000 bahiservisi Thanks a lot! Working now.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18554 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18554 Wed, 17 Jan 2024 07:44:19 +0000 admin Hello,

I told you that you could add it to your child theme’s functions.php or using a plugin like Code Snippets.

So if you don’t want to have PokaTheme child theme active, then you should install Code Snippets plugin and add the code there.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18552 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18552 Tue, 16 Jan 2024 08:44:35 +0000 bahiservisi I added the code on Poka theme child function.php and when ı check that page (https://casino-panett.com/review) its show noindex. Which is fine. But when I return to (PokaTheme) that page still indexing.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18550 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18550 Tue, 16 Jan 2024 08:23:34 +0000 admin Did you activate the PokaTheme Child theme?

When you are using a child theme (PokaTheme child), then all the functionality of the parent theme (PokaTheme) still remains, this is the purpose of the child themes.

So you should activate the PokaTheme child theme on your website.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18549 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18549 Tue, 16 Jan 2024 08:03:39 +0000 bahiservisi Thanks for your help.

I tried and it works on Poka child theme’s functions.php but my website on Pokatheme not child. When ı check on that i didnt work.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18545 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18545 Mon, 15 Jan 2024 09:04:27 +0000 admin You can do this by adding a meta tag to the HTML head section of that specific page. You can achieve this using this code. You could add it to your child theme’s functions.php or using a plugin like Code Snippets.

function add_noindex_meta_tag() {
    // Check if it's the specific archive page you want to target
    if (is_post_type_archive('affiliates')) {
        echo '<meta name="robots" content="noindex, follow" />';
    }
}
add_action('wp_head', 'add_noindex_meta_tag');
]]>
https://pokatheme.com/topic/customizing-review-page/#post-18543 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18543 Mon, 15 Jan 2024 06:51:20 +0000 bahiservisi Hi,

Not hide url can stay but stop indexing. As you know every page,post or affiliate has index and noindex option but this url generated it self and we couldnt find how to noindex.

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18533 <![CDATA[Reply To: Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18533 Fri, 12 Jan 2024 08:06:10 +0000 admin Hello!

So what you want to do is just to hide this page (https://casino-panett.com/review) from indexing. Correct?

]]>
https://pokatheme.com/topic/customizing-review-page/#post-18525 <![CDATA[Customizing review page]]> https://pokatheme.com/topic/customizing-review-page/#post-18525 Fri, 12 Jan 2024 08:04:11 +0000 bahiservisi Dear Team,

We are writing to inquire about the possibility of customizing and potentially noindexing the review page generated by the Poka Theme on our website. The review page can be found at the following URL:

https://casino-panett.com/review

https://prnt.sc/ElC2bgtrBHIX

Our primary goal is to tailor the page’s content and design to align seamlessly with our brand’s overall identity and aesthetic. Additionally, we would like to consider removing the page from search engine indexing to prevent it from appearing in search results.

Please advise on whether this is feasible and provide guidance on the steps involved in making these changes while ensuring that our brand review page remains unaffected.

We appreciate your assistance in this matter.

]]>