Skip to content

wordpress

Git Repository

Docker Compose

  • deploy.yml
    docker-compose --project-name wordpress --file deploy.yml up --detach --remove-orphans
    

Plugin

# generatedpress theme add postviews; install WP-PostViews plugin
vim wp-content/themes/generatepress/inc/structure/post-meta.php
add it in 230 line
if(function_exists('the_views')) { the_views(); }