I am developing a multilingual website and this site is build with many custom post types and custom fields, I'm using Meta Box and qTranslate, but it didn't work.
Can you help me?
Try word press plugin ACF q Translate which support multilingual custom field with provides compatible field types for Text, Text Area, WYSIWYG, Image and File.
Related
I have a simple website build with ACF (free version). I have just some text fields. Now I want to have that website available in multiple languages, so I installed and set up the Polylang Plugin. But when I create the translated pages, my ACF fields simply are not being displayed in the CMS, so basically, when the fields don't show up, I also can't enter my translated contents.
I googled this issue but don't seem to find another person who had the same problem. Can anyone help me what setting I have to change to also have my acf fields be duplicated for the polylang to work?
Is there any plugins (or ways) to add maybe 3 or 4 differents affiliates links in my posts automatically ?
I want to add the logo of the affiliate website with a link to the product.
I don't know how to do that.
(Sorry for my english i'm french)
Thank you
If you are comfortable editing PHP, html and css files than you could easily add such functionality yourself via custom fields.
You can add custom fields with product name, link and image url. They can be set as theme options if they are going to be the same or they can be unique per each post if you will assign such custom fields to posts.
Then in single.php template you can output the values and with html markup and some css you can give them any shape and style.
If you don't want to code custom meta boxes for your custom fields yourself, I would recommend Advanced Custom Fields plugin (it has great documentation).
The wordpress plugin I'm developing needs to be able to display some custom HTML in posts. I know that this is possible with shortcodes, but unfortunately I'm limited to using 'custom fields'. In order to deside which HTML should be added, the authors set a custom field (using a post-meta-box in the backend created by the plugin).
But I can't find any documention on how to achieve this. It's easy if you edit the wordpress theme, but this plugin should work across different themes.
Anyone able to guide me in the right direction? Thanks!
In WP admin/'edit page' (not in rendered page), how can I display different custom fields (meta-datas) in different pages?
Check out a plugin called Meta Box.
Meta Box plugin provides an API to easily implement custom meta boxes in editing pages (add new/edit post) in WordPress. It works with custom post types and supports various field types.
Is there a way in Wordpress 3.1 either using a plugin or a bit of code to have several TinyMCE/ wysiwyg instances on a Custom Post Type admin page?
Take a look at this discussion
I worked this out eventually - simplest way is to use the cool plugin Custom Field Template, which allows several wysiwygs. It generates a custom field for you and you can applly it to different post types (pages, posts and custom ones!). Go me!