22–24 April 2026Shenzhen Convention and Exhibition Centre (Futian)
Call us021 - 6249 7731

Frequently Asked Questions

How do I change the WordPress administrator password?

To change your WordPress administrator password, you can follow these steps:

  1. Log in to the WordPress dashboard: Log in to your WordPress dashboard using the administrator username and your current password.
  2. Navigate to the profile page: In the left-hand navigation bar of the dashboard, locate and click the “Users” or “Profile” option.
  3. Enter password settings: At the bottom of the user or profile page, you will find the “Account Management” section. Within this section, click the “Generate New Password” link.
  4. Generate a new password: WordPress will generate a new random password, which you may use as is or change to a password of your choice.
  5. Save changes: After entering your new password, ensure you click the “Update Profile” button at the bottom of the page to save your changes.

Your WordPress administrator password has now been successfully changed. Please ensure your new password is sufficiently secure; it is recommended to include letters, numbers, and special characters to enhance security.

How to disable WordPress comments?

Disabling WordPress comments can be achieved by following these steps:

  1. Log in to the WordPress dashboard: Log in to the WordPress dashboard using the administrator username and password.
  2. Go to Discussion Settings: In the left-hand navigation panel of the dashboard, locate and click “Settings” -> “Discussion”.
  3. Adjust comment settings: On the Settings page, you will find various options related to comments. Uncheck the following two options:
    • “Comments are permitted on new articles.”
    • “Permission to Link Notice”

    This will disable comments on new articles and link notifications associated with the articles.

  4. Save changes: At the bottom of the page, ensure you click the “Save Changes” button to apply the comment disabling settings.

In this manner, you have successfully disabled the comments feature on your WordPress site. New posts will no longer accept comments, nor will trackbacks be displayed. Please note that this does not delete existing comments; it merely prevents the posting of new ones.

How to change the slogan on a WordPress website?

The steps to change the WordPress website slogan are as follows:

  1. Log in to the WordPress dashboard: Log in to the WordPress dashboard using the administrator username and password.
  2. Access custom options: In the left-hand navigation panel of the dashboard, locate and click on “Appearance” -> “Customise”.
  3. Select site logo and slogan: Within the customisation options, you may notice an option labelled “Site logo and slogan” or a similar name. Click to access this option.
  4. Editorial slogan: In the “Site Logo and Tagline” section, you will find a field where you can edit the site tagline. Within this field, enter the new tagline you wish to display.
  5. Release changes: After entering the new slogan, locate the “Publish” button at the top or bottom of the page and click it to save your changes.

In this manner, you have successfully altered the tagline for your WordPress site. The new tagline will appear on your website, reflecting the message or brand concept you wish to convey. Ensure your new tagline is concise and appealing.

How to install a WordPress theme?

The steps for installing a WordPress theme are as follows:

  1. Log in to the WordPress dashboard: Log in to your WordPress dashboard using the administrator username and password.
  2. Navigate to the theme management page: In the left-hand navigation panel of the dashboard, locate and click on “Appearance” -> “Themes”.
  3. Enter the topic addition page: At the top of the theme management page, you will see an “Add New Theme” button. Click this button to proceed to the theme addition page.
  4. Select a theme: On the Add Theme page, you can view the themes provided by WordPress by default, or click the “Upload Theme” button to upload your own custom theme files in ZIP format.

    • Select default theme: If you wish to use one of the themes provided by WordPress by default, you may select a theme from the list and click the “Install” button.
    • Upload custom theme: If you have your own designed or downloaded theme file (in ZIP format), click the “Upload Theme” button, select the file, and then click the “Install Now” button.

  5. Activate Theme: Once installation is complete, you may click the “Activate” button to make the new theme the current theme for your website.

By following the steps above, you have successfully installed and activated your WordPress theme. Please note that once the theme is activated, your website's appearance will change to reflect the new theme's styling.

How do I insert an image into a WordPress page?

The steps to insert an image into a WordPress page are as follows:

  1. Log in to the WordPress dashboard: Log in to the WordPress dashboard using the administrator username and password.
  2. Edit page: In the left navigation bar of the dashboard, find and click “Pages” -> “All Pages” or “Publish” -> “All Posts ” and select the page you want to edit.
  3. Use the editor: In the page editor, find the location where you want to insert the image.
  4. Click the Add Media button: In the editor toolbar, you will see an image icon, usually the image of a camera or photo album. Click on this icon and it will take you to the Add Media page.
  5. Select the image: On the “Add Media” page, you can select an image you have already uploaded, or click the “Upload File” button to upload a new image. Select the image you want to insert.
  6. Sets the image properties: In the right sidebar, you can set the title, description, link, and other attributes of the image. Select the appropriate settings.
  7. Insert image: After the settings are complete, click the “Insert Media” or “Insert Image” button to insert the selected image into the page.
  8. Adjust the image: You can click on the inserted image and then choose to edit the image to resize, align, etc.
  9. Save page: Finally, don't forget to click the “Update” button at the top of the page editor to save your changes to the page.

With the above steps, you have successfully inserted an image in your WordPress page. Make sure you select the right image and adjust it as needed.

How to create a WordPress page template?

The steps for creating a WordPress page template are as follows:

  1. Create the template file using a text editor: Open your text editor (such as Notepad++, Sublime Text, etc.), create a new file, and save it as .php Format. For example, it could be named template-custom.php
  2. Add template header information: Upon creation .php At the beginning of the file, add the following template header information: phpCopy code<?php /* Template Name: Custom Template */ ?> Please ensureTemplate NameThe value that follows is the name you wish to display in the WordPress page template selector.
  3. Add page content: Within the template file, you may add HTML and PHP code as required to define your desired page layout and styling.<?php get_header(); ?> <div id="primary"> <main id="main" class="site-main" role="main"> <!-- Your custom template content goes here --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); ?> In the aforementioned code,get_header()get_footer()This is the function used to call the header and footer templates of a WordPress theme.
  4. Save file: Save yours .php Document.
  5. Upload template file: Will be saved .php Upload the file to your WordPress theme folder. Typically, the theme folder is located atwp-content/themes/your-theme/
  6. Create a page in the WordPress backend and select a template: Log in to your WordPress dashboard and create or edit a page. In the “Page Attributes” box on the right-hand side, you should see a dropdown menu labelled “Template”. Select the custom template you have just created and save the page.

You have now successfully created a WordPress page template and applied it to a specific page. Within this template, you can customise the page's structure and styling as required.

How to set up a static WordPress homepage?

To set up a static WordPress homepage, you can follow the steps below:

  1. Log in to the WordPress dashboard: Log in to the WordPress dashboard using the administrator username and password.
  2. Go to Reading Settings: In the left navigation bar of the dashboard, find and click on “Settings” -> “Reading”.
  3. Select Static Page: On the Reading Settings page, you will see a section titled “Display on Home Page”. In this section, select “Static pages”.
  4. Select Home and Blog pages: In the drop-down menu, select the page you want to be the static home page and the blog page. Typically, “Home” should be your welcome page and “Blog” should be a list of your blog posts.
  5. Save changes: Once you have ensured that you have selected the correct page, scroll to the bottom of the page and click the “Save Changes” button.

The home page of your WordPress site will now display the static page of your choice, while the blog page will be used to display a list of blog posts. This is a common setup for those who prefer to use WordPress as a static site.

How to create a WordPress custom menu?

The steps to create a WordPress custom menu are as follows:

  1. Log in to the WordPress dashboard: Log in to the WordPress dashboard using the administrator username and password.
  2. Go to the menu management page: In the left navigation bar of the dashboard, find and click on “Appearance” -> “Menus”.
  3. Create a new menu: If you haven't created a menu yet, the first time you go to the menu page, you can click the “Create New Menu” button. If you already have a menu, you can choose to edit an existing menu.
  4. Add menu items: In the menu management page, you can see your pages, categories, custom links and other items on the left side. Select the page, category or custom link you want to add to the menu and click “Add to Menu”.
  5. Adjustment of the menu structure: Drag menu items to adjust their order and nesting relationships. Zoom menu items to change their hierarchy.
  6. Customised menu items: By clicking on the small arrows next to each menu item, you can expand the menu item to customise its link text, title attributes, etc.
  7. Set the menu position: In the “Menu Settings” section, you can choose the location of the menu. Choose where you want the menu to be displayed (e.g., main navigation, footer navigation, etc.).
  8. Save the menu: Once everything is set up, click the “Save Menu” button at the bottom of the page.

Now you have successfully created your WordPress custom menu and assigned it to the location of your choice. Refresh your site and you should be able to see the new menu displayed in the appropriate location.

Visitor Registration

Register and check in directly !

Phone number

Phone number:
021 - 6249 7731

Customer Service

one-to-one assistance!

Online Message

Always at your services !