Wordpress Plugins
Parse error: syntax error, unexpected ‘new’ (T_NEW) and php7
We upgraded our php version and switched to the new and faster PHP 7.x. As a result, WordPress may spitting out errors. The cause was partly outdated plugins, which we not update it. One of these error was: Parse error: syntax error, unexpected ‘new’ (T_NEW) in /public_html/yourdomain.com/wp-content/plugins/some-plugin-folder/somefile.php on line 214 You can try disable the plugin…
Read MoreHow to Get Current Child Page use get_children
When you need to list current child page use function.php this is the snippet that you can put into wordpress theme function.php and you can call the function use this snippet:
Read MoreCustom Content Shortcode plugin
I found this plugin when I try build some complex page archive for my client site. this plugin have really cool feature and really easy to use.. you can just call the shortcode.. this plugin can do anything for archive purpose: Post Archive Taxonomy Archive Custom Post Archive Custom Field Attachment Comment and many more…
Read More