How to get post title in WordPress?
问题 I have WordPress site. So I make code to convert title of post to english from arabic but the code get the title of post from WordPress. I use plugin All in one SEO pack. So I add title to plugin on every page, not title of post but title in input All in one SEO pack. I want get the title of All in one SEO pack to convert it. Here is code for convert title in functions.php : function arb2en_title($post=0) { $text = get_the_title($_aioseop_title); /* function arb2en_title($post=0) { $text =