WebStack theme for WordPress. Go to demo site
When you use the WebStack theme to publish articles, text, pictures, videos and other content, it is your own behavior, and you must bear all the security or legal risks caused by these behaviors.
"Webstack Pro" is a paid project that the author tried in 2019. It is no longer supported by maintenance and has nothing to do with Viggo. The lack of consideration in the name at the time caused unnecessary trouble to Viggo, and I would like to apologize.
The "Webstack Pro" versions circulating on the Internet today are all stolen 19-year-old content from the author and have nothing to do with the author or Viggo.
WordPress 4.4+
WordPress pseudo-static
PHP 5.7+ 7.0+
Install WordPress, tutorial Baidu
Set pseudo-static (choose one of the following rules according to your own server environment)
# Nginx规则 location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent; # Apache 规则 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
WordPress backend "Theme" column -> Upload theme -> Enable the theme, or create a new webstack folder in the /wp-content/themes folder and upload all files
Sure enough, a 404 appears when clicking on the address. Please go to the "Settings" section of the WordPress backend -> Permalink -> Save changes
Feedback exchange: one memory
Add content under the "URL" post type in the WordPress backend
The classification can be at most two levels, and no content should be added to the parent level.
You don’t need to add a URL image. The theme will automatically obtain the favicon icon of the target URL.
Please fill in the icon in front of the navigation menu bar title in the category image description (refer to the picture below). For the icon style, please refer to fontawesome
Add categories to quickly add icons
You can add a custom menu below the navigation menu bar. Set it in the Appearance --> Menu in the background. Add an icon to the menu's css class (refer to the picture below). For the icon style, please refer to fontawesome.
If there is no css class in the menu, please add it as shown below
If you have more functional requirements, click me ->
Thanks to Viggo for the front desk design
The update log update method is to replace the source file, or delete the theme in the WordPress background, and then reinstall the theme