what does the symbol “?” mean and how can i edit that page?

? means the start of the variables that are accessable via PHP on the page called. The page https://www.testsite.com/ will be called, and booking variable will be accessible globally throughout the PHP script. In this case, the homepage script will be run. The $_GET[‘booking’] index will be set (to NULL), and will (usually) be accessible … Read more

Groping Pages Per Department Option

The easiest way is to add categories to pages. You can use a plugin for that: https://wordpress.org/plugins/add-category-to-pages/ Or if u are using a child theme, insert this code in functions.php in your child theme directory: function myplugin_settings() { // Add tag metabox to page register_taxonomy_for_object_type(‘post_tag’, ‘page’); // Add category metabox to page register_taxonomy_for_object_type(‘category’, ‘page’); } … Read more

Create page template

you must create a template in theme root directory like below and create a new page in wordpress admin dashboard and choose template from right menu like image below: my-page-template.php: <?php /* Template Name: MyTpl_1 */ ?> <?php // your logic goes here … ?> and choose it from menu while creating a new page:

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)