How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Setting Multiple Review Slugs for Games

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17295
    Lachlan
    Participant

    Hello, I am in the process of migrating my site across from an old theme.

    I have casino reviews which use the same /review/ URL structure in the Poka theme. However I also have slot game reviews which use a /game/ URL.

    Is it possible to do this in the theme?

    Any help would be appreciated.

    Thank you

    #17306
    admin
    Keymaster

    Hi,

    In PokaTheme all reviews are on the same post type so everything are under the same slug.
    A solution can be to create a new CPT for games or just simply make 301 redirects for the new permalinks.

    #17309
    Lachlan
    Participant

    Thanks for the reply. I have created a custom post type and got it working.

    Is there anyway to turn the post view counter off? I set the Meta to off in Appearance>Customize, but on each post it’s still showing the number of views?

    Appreciate your help.

    Thanks

    #17316
    admin
    Keymaster

    Hi Lachlan,

    Currently there is not such an option for posts views.

    But you can add the following CSS to visually hide the counter:

    .post-element-info .dot-separator:last-of-type, .post-element-info span:last-of-type {
    display: none;
    }

    If the issue still exists please contact us at: support@pokatheme.com

    #17317
    Lachlan
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.