dadone
Forum Replies Created
-
Nvm, I’ve fixed.
Solution:
if(is_page()) {
global $post;
$metadesc = get_post_meta($post->ID, ‘_yoast_wpseo_metadesc’, true);
return $metadesc;
}Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginOk, thanks for your time, I appreciate. 🙂
Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginThanks, but it’s not working for me. I have the Reply-To: [your-name] <[your-email]> as Additional Headers in contact form 7, Reply To set to headers in wp ses and I’ve modified 551 of classes.php, but when I want to Reply, it appears the same e-mail address 🙁
Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginHi,
Can you explain step by step what line have you modified and where?Thanks.
Forum: Plugins
In reply to: Is this possible in WP?Thx for your reply. Let’s put this simple:
“Blogger X” is writing on his blog about apples. He is really proud of his post.
He come on my site (you can see my site like digg.com if you like), he register, then he must complete a form with: post title, a little description, name, website, mail. After that, his post title will be displayed on my frontpage. If “guest X” like “blogger X” post he will give him a thumb up or 5 stars (anyway a voting system). At the end of the day, the most voted post will win something. When someone click on his post he will see the title, description and the url to his blog or post url, whatever she entered.
It make sense now?