Single Game Shortcode

You can add any game to a post, page or widget area simply by using the Single Game Shortcode and adding the game ID. You can find the ID of a game by opening the game post for editing and scrolling down to Custom Fields. The ID you need to copyRead More

The VegasHero WordPress Theme is now translation ready

translation-ready-gambling-wordpress-themes

We have released a new version to the VegasHero Theme (v.1.3.0). The latest version now includes the capability to translate the theme to any language you like. We have also added a child theme in this release to make customization easier for you. Instructions to create a custom translation FindRead More

VegasHero Casino Theme Homepage Widgetized Areas

Go to Appearance / Widgets to see the homepage page template’s widgetized areas. You can add any HTML content via text widgets or add specific functional widgets to multiple positions making the homepage very versatile.

VegasHero Theme install and demo content setup instructions

This post will guide you through step by step on how to install the VegasHero WordPress theme and setup your site with dummy content to look like our demo. Download the theme zip file which is named something like this (version numbers may vary): – vegashero-theme-v1.9.0.zip  – if you are installingRead More

How to add TablePress demo content

Unzip TablePress-json-import.zip file. The TablePress json file has to be imported to TablePress / Import a Table option After the import, you can add the table shortcode [table id=1 /] to the game posts or Text widgets, posts/pages – wherever you like – in the VegasHero Casino theme there’s an optionRead More

How to import LayerSlider demo template and add it to the home page

You need to download LayerSlider-demo-import.zip and import the file to LayerSlider WP / Import Sliders Then you go to Appearance / Theme Options / Banner Settings / Add your LayerSlider Shortcode and add the shortcode of the slider [layerslider id=”1″] and save it. Please note: In the VegasHero Sports Betting themeRead More

How to add comment support to VegasHero game posts

Add the following code to your child theme’s functions.php file to enable the comment form on the bottom of the VegasHero single game posts. /* Comment support for VegasHero Games */ function vh_add_comment_support() { add_post_type_support( ‘vegashero_games’, array( ‘comments’ ) ); } add_action(‘init’, ‘vh_add_comment_support’); function vh_default_comments_on( $data ) { if( $data[‘post_type’]Read More