How to display only the first 2 words of a post title

You can use “wp_trim_words” function for this case. Exam: To display the first two words. echo esc_html(wp_trim_words( get_the_title(), 2, ” ) ); Use this code within your H1 tag. You can control the number of words you want to show in the title by changing the second parameter of the function “wp_trim_words” to know more … Read more

/wp-admin/admin-ajax.php Error 500 while using divi premade layout in existing pages

Increase the memory_limit in the wp-config.php by adding: define(‘WP_MEMORY_LIMIT’, ‘256M’); Or, go to your wp-config.php file in your root directory, Change this line: define(‘WP_DEBUG’, false); to; define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false); this will log any errors you’re having with additional information in wp-content/debug.log file. From your comment, it seems a process or theme/plugin is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)