1. Is it possible to assign another homepage? I have made the new homepage I want but can't get rid of the default one that comes with the theme. 2. I keep selecting do not allow comments, works for a few minutes on the pages then reverts back. Thank you for your help.
Hello, 1> Currently the feature of setting a different homepage is not available in the "SmartBooking Theme". But don't worry !!! We are going to add this feature in the theme within 2 to 3 days. Then you will be able to download the updated theme from the members area. 2> To disable the functionality of comment from post and pages, you have to make some changes in some of the .php files of the theme. Please follow the screenshot given below. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: span.comments-link { display: none; } Note :- For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Thanks, Praveen
Thanks for the prompt reply, will wait for the update. As for the comments, I want comments available on posts but not on pages.
Hello, If you want to remove comments from pages only, then follow the first screenshot provided earlier (i.e smartbooking/page.php). Thanks, Praveen