I ran the installer and I ended with the website completely working but I have a big issue. Warning messages appearing on all the website pages even in public. I have added a link to check the problem. I didn’t setup the DNS yet to solve this. Your quick help is highly appreciated!
These are the warnings coming up:
Warning: Use of undefined constant ‘WP_TEMP_DIR’ – assumed ‘‘WP_TEMP_DIR’’ (this will throw an Error in a future version of PHP) in /home/nadadonia/public_html/wp-config.php on line 20
Warning: Use of undefined constant ‘wp – assumed ‘‘wp’ (this will throw an Error in a future version of PHP) in /home/nadadonia/public_html/wp-config.php on line 20
Warning: Use of undefined constant content – assumed ‘content’ (this will throw an Error in a future version of PHP) in /home/nadadonia/public_html/wp-config.php on line 20
Warning: Use of undefined constant ’ – assumed ‘’’ (this will throw an Error in a future version of PHP) in /home/nadadonia/public_html/wp-config.php on line 20
Warning: A non-numeric value encountered in /home/nadadonia/public_html/wp-config.php on line 20
Warning: A non-numeric value encountered in /home/nadadonia/public_html/wp-config.php on line 20
Warning: Division by zero in /home/nadadonia/public_html/wp-config.php on line 20
Warning: A non-numeric value encountered in /home/nadadonia/public_html/wp-config.php on line 20
]]>I’m trying to output those values on user profile pages with no results. Here’s my code with a few debugging things in them
$taxonomies = get_object_taxonomies(get_the_ID(), 'objects');
echo count($taxonomies);
$firm_terms = wp_get_object_terms( get_the_ID(), 'levelofexperience' );
if ( ! empty( $firm_terms ) ) {
if ( ! is_wp_error( $firm_terms ) ) {
foreach( $firm_terms as $term ) {
echo $term->slug;
}
}
}else{
echo "empty";
}
The count() gives 0 – empty array for taxonomies attached to the ID, and the check for empty on one specific tax returns empty. What am I missing here?
]]>Am I missing something and programs like Poedit et al. can in fact be used for what I need?
again, I want my wp-admin in English, and frontend in a different language.
thanks!
]]>Because the plugin doesn’t really set an image for folder icons … I set the Folder icons to Title only, but that breaks the gallery links.
– title/caption is not a link
– in the markup there is an empty link
Re: This fix could be fix a nice-to-have request, where you Eazyest Gallery can optionally output it’s own gallery markup:
https://www.ads-software.com/support/topic/thumbnails-output-improve-thumbnail-click-set-to-nothing-image-option
https://www.ads-software.com/extend/plugins/eazyest-gallery/
]]>