Yoast SEO and custom fields - wordpress

I was wondering if it was possible to use the advanced custom fields - wysiwyg editor as the default editor for the main content and let yoast read that instead of the default?
Or if that isn't possible then if it is somehow possible to dublicate the content from acf to the main editor.
Or if there is any other way please help.
Thanks

This answer is a bit slow in coming, but we had the same exact question and decided to build a plugin to do this:
http://wordpress.org/plugins/ns-seo-custom-fields/
We just released it and found others looking for a solution like this question and hope that it's helpful to the great WP community.

There are a couple of solutions you can work with.
If you search for Yoast and ACF on the plugin directory you can find the one you like best: https://wordpress.org/plugins/search.php?q=yoast+ACF
We have a plugin of our own: https://wordpress.org/plugins/yoast-seo-acf-analysis/
Which is open source, so if you find any problems or think of enhancements you can create an issue at the github project: https://github.com/Yoast/yoast-acf-analysis
Hope this helps you.
Jip from Yoast

Related

Add extra attributes to link in wordpress gutenberg editor

I would like to add a couple of custom attributes to the link popup on the Gutenberg editor in wordpress. Would like to have something in the following lines:
There is currently a pending issue for the same on the Gutenberg's Github page: https://github.com/WordPress/gutenberg/issues/11599
Is there a way to achieve what I am looking for? Any help would be appreciated.
I'm also looking to extend with new controls the link panel. However, I did not found an easy to understand exemple yet. Here is how the Yoast Seo plugin is doing though.

Use qTranslate on custom fields in customize.php

Is there any way I can make it to work with WordPress's customize.php (for the custom input fields) in my template?
Right now it look like this:
http://2.1m.yt/ZWxITnN.png
I don't have any blue border here, how do I get that to work?
Appearance -> Customize
Please help me!
I think the translation using qTranslate plugin doesn't support Appearance > Customize. This will be a limitation to a free plugin. You must try asking the same question to plugin author in Wordpress Support Forum.
Hope Plugin Author can help!

Writing a wordpress plugin: add_meta_box vs. add_settings_field?

I'm writing a custom wordpress plugin and trying to incorporate some functionality from a third-party plugin. That plugin seems to use add_meta_box to create the fields for settings options on the plugin admin pages. I searched the entire source code of the plugin for add_settings_field and it doesn't occur once. Are the two functions basically interchangeable? From the WP Codex, it seems that add_meta_box is primarily for the purpose of adding "a custom section to the post and page editing screens" -- i.e. not so much intended for the admin settings/options forms. On the other hand, the 3rd-party plugin seems to work very well, which is why I'm borrowing from it...
So in short my question is this: can someone please explain correct usage for the add_meta_box and add_settings_field functions? Thanks! Please let me know if anything about this question is unclear and I will do my best to rephrase.
This is a settings field (Slug):
This is 2 Meta Boxes (publish and categories):

publish wordpress comments as post in a specific category

for a little votingtool i'm looking for a solution.
the visitor can give a comment on a page. if the editor approves the comment, it should automatically published as a post in a specific category. any ideas how to solve this problem, any startingpoint for me? a plugin?
G'Day efendi, a possible plugin as a starter is SEO Super Comments. This plugin converts all comments to their own dynamic page. At the very least it should give you some coding ideas.

Implementation/Integration of Email Subscription form for a Wordpress theme

I would like to get some ideas what's the best way to implement/integrate a Email Subscription Form for a wordpress theme i'm building. The form I'm referring is similar to this (www.babyyu.com) and (smashingmagazine.com).
Thanks!
Have you checked out some of the existing plugins at http://wordpress.org/extend/plugins/ ? There are quite a few available that do what you are looking for.
I asked the same question here:
Adding email subscription to Wordpress theme
Maybe between the two of us we'll be able to get a proper answer.
#jswat: Could you please elaborate on the appropriate plugins to download. Yes we know Wordpress has a lot of available plugins and we know the site to find them. But I believe a better answer would be to list the plugins that would accomplish this functionality.
Thanks

Resources