This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Apache / Re: Wordpress pingbacks not working
« on: August 29, 2021, 01:05:14 AM »
You must write this line of code into your wp-config.php file to enable debug mode.
define ('WP_DEBUG', true)
Note: Pingbacks needs your xmlrpc.php file to work
Regards
define ('WP_DEBUG', true)
Note: Pingbacks needs your xmlrpc.php file to work
Regards
Pages: [1]