Hello. I guess how to translate forms (fields and buttons text) using this plugin.
]]>Hi,
Since a new update in 1.6, the_content_part give all the parts of the content.
Why ?
if ( function_exists( ‘the_content_part’ ) ) {
the_content_part(2);
}
Thanks
]]>Since the update to version 1.6 my website has been broken. At the place where one specific piece of content has to be shown, all content is now shown.
At every place where a piece of content is requested, all content from the editor is shown.
]]>After last update seems that there’s no more compatibility with php 6… Any workarund different from rolling back ?
]]>This is an awesome plugin and so close to what I need. However, I can’t seem to get it to work with Visual Composer. The vc_columns break, even when wrapping the appropriate divs into the array. Here’s a sample of what I’m working on…. https://hitesman.suiportal.com/cobra/
Any ideas on how to solve this?
]]>Hi, after some investigation. Content Parts seems to be interrupting the save of posts. Please can you help?
]]>Sorry, but even after reading https://www.benhuson.co.uk/wordpress-plugins/content-parts/ I’ve no clue how that plug-in might work. Template tags? Do I have to code?
(25 years experience with graphic design)
Hi,
Is it possible to create full width different colour background also in different segments with this plugin?
Hi.
Your ‘content parts’ is a nice plugin.
but it does not work inside the loop.
Or i mistake.
when i use this code inside the loop ( loop-search.php in this example ) :
<?php
if ( function_exists( 'the_content_part' ) ) {
the_content_part( 2 );
} else {
the_content();
}
?>
and it outputs just the content of first result for all posts in the result !!
is there any way to solve this problem?
Thanks.
not working..
i put the code in the template and it stop loading at the page..
Brilliant plugin, and so simple…
Should become part of core of WP as soon as possible ??