kerrykimrusso
Forum Replies Created
-
Forum: Localhost Installs
In reply to: WordPress Docker Image breaks REST api because loopback failsForum: Localhost Installs
In reply to: WordPress Docker Image breaks REST api because loopback failsPosted my question in the #core-restapi slack channel and they directed me to the forums or the wordpress stack exchange so I posted my question there as well: https://wordpress.stackexchange.com/questions/363381/wordpress-docker-image-breaks-rest-api-because-loopback-fails
Forum: Localhost Installs
In reply to: WordPress Docker Image breaks REST api because loopback failsThank you for your response, but the slack channel seems to be reserved for contributors and not support questions
Slack communication is used for contributing to the WordPress project, be it code, design, documentation, etc….
Please note that there is no support channel for WordPress on Slack. The best place to get support is the WordPress.org support forums which are highly active and well maintained.
I can take a look at their IRC channel, though they state the best place for support is the forums.
Forum: Fixing WordPress
In reply to: Custom query does not work in footer – trying to get Post IDTry:
global $post;
$post_id = $post->ID;