No search results were found in Documentation!
Hi,
Wordpress and the theme do not have this functionality, but it can be achieved using a plugin.
Plugins for Guest Authors (no WP user needed)
Co‑Authors Plus – Classic choice; supports multiple authors per post.
PublishPress Authors – Easy profiles, author boxes, and archives.
Simple Author Box – Lightweight author box + custom guest info.
WP Author Box Lite – Profile box with social links.
Guest Author Name and URL – Very simple guest name/URL override.
Using ACF (Advanced Custom Fields)
Instead of a plugin, you can: Create custom fields for guest author details:
Name
Bio
Photo
Website / Social links
Then edit the single post template with tagDiv Composer and add teh custom field element, in it select teh acf filed to display the author info on the post.
Hi,
This can be done only using extra plugins, for eacmple you can use the acf plugin to add extra. There are also dedicated plugins for user accounts that can be used.
Hi,
1. If you are referring to the search from the section https://i.imgur.com/Oj1ztUS.png just import the page/section you like from doctors https://i.imgur.com/ACJem9U.png. After that, on the search form, you need to set some settings, for example, the post type you want to search and the placeholder text – https://i.imgur.com/NI0VrH7.png. Maybe you have a different CPT, or maybe you want to display posts, or you can clear it, and it will search in all CPTs. None of the search templates (the one you get after you click on the search button) can be edited in the current state https://i.imgur.com/b06UZ8x.png or you can import the same doctor search template https://i.imgur.com/doZ4pwp.png
2. This is teh contact form page from the demo Office Nexus to use it you need to use the Advanced Custom Fields plugin, use tagDiv Composer to select teh fields you want to display https://i.imgur.com/WC3Dkqv.png and on “Post Form Submit” button you can set the type of CPT you want to be, format and the status, also you can use the options for emailing the adminsitrator and other email custom set – https://i.imgur.com/S8INO9m.png for more details you can also check our guide from here – https://forum.tagdiv.com/create-frontend-submission-form/
3. This, depending on the type or the events you want to use, now the best plugins used by our clients are The Events Calendar (Complete event management tool) and WP Event Manager (Selling event tickets on WooCommerce).
Thank you!
Hi,
When you install the pre-built website DOCTORS PRO, all the necessary plugins for it will be automatically installed during the pre-built website installation. Normally, it needs the following plugins: tagDiv Composer, tagDiv Cloud Library, tagDiv Opt-In Builder, and Advanced Custom Fields.
Unfortunately, we do not have a tutorial for how to set the doctors to this search engine, but I can help you. Just let me know if you have the pre-built website installed or if you only want to import that section and use it.
Hi,
That might not work. The subtitle is kept in the wp_postmeta table under the meta key td_post_theme_settings, and the data is serialized. And it’s not just the subtitle, everything from the theme that is related to a post is kept there, for example https://prnt.sc/dGC2FVO-28bK Doing it through sql is risky, and I don’t think there’s a plugin that could do something like this. Maybe its possible through a php script but I can’t say for sure. Unfortunately even if its possible somehow, it may not be so easy. Doing it wrong may damage the rest of the theme post meta.
I would actually suggest something different. You could just import the subtitles in a custom field and display that instead of the theme subtitle. A custom field can be created with the ACF plugin and attached to posts https://www.wpallimport.com/import-advanced-custom-fields-acf-csv/ Then you can display it in the post page with the theme, the composer has a custom field element https://prnt.sc/sVivXW1izpSr This method would be easier and it should work fine.
Thanks.
Thank you for your reply, Calin.
What I’m looking for is a solution that adds a dedicated “Portfolio” section to WordPress (alongside the default “Posts” and “Pages”)—exactly like what you see in the attached image. That type of structure is quite common in many other WordPress themes.
I’ve read online that one possible way to achieve this is by using “Custom Post Type UI” along with “Advanced Custom Fields (ACF)”, but this method seems a bit complex and time-consuming.
Do you recommend a faster or simpler approach to achieve the same result using the Newspaper theme?
Thank you in advance!
I’d like to implement a “Portfolio” section similar to the one shown here: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=pro — with selectable category filters (as on that page: Popular – Paywall/Membership/Directory/Listings – RTL – Shop – Multipurpose – Blog – Magazine – All).
Following (or try to follow…) your documentation, I installed the Custom Post Type UI and Advanced Custom Fields (ACF) plugins, but I’m having trouble configuring everything correctly. Is this the recommended approach to build a Portfolio in Newspaper? Alternatively (preferably) are there built-in options or third-party portfolio/grid plugins fully compatible with Newspaper that would let me achieve this without custom coding or complex configuration?
Thank you.
Alessandro
I’d like to implement a “Portfolio” section similar to the one shown here: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=pro — with selectable category filters (as on that page: Popular – Paywall/Membership/Directory/Listings – RTL – Shop – Multipurpose – Blog – Magazine – All).
Following (or try to follow…) your documentation, I installed the Custom Post Type UI and Advanced Custom Fields (ACF) plugins, but I’m having trouble configuring everything correctly. Is this the recommended approach to build a Portfolio in Newspaper? Alternatively (preferably) are there built-in options or third-party portfolio/grid plugins fully compatible with Newspaper that would let me achieve this without custom coding or complex configuration?
Thank you.
Alessandro
Critical Issue: 404 “Page Not Found” Error on Custom Post Type Pages After WordPress Update
I am writing to report a critical issue on my website, kedaibukitrhema.com, which uses your Prebuilt Cali Sight Pro theme.
After recently updating to the latest version of WordPress, all the pages under my custom post type “My Tourism” are now showing a 404 “Page Not Found” error on the live site. For example, a page that should be accessible is now broken.
I have confirmed from my WordPress dashboard that all the posts and data for “My Tourism” still exist. I can see and edit all the content perfectly on the backend. The issue is only on the front-end; the URLs are not working anymore.
I have also checked that the necessary plugins are active, specifically the Cali Sight Plugin (v1.0.0) which manages the custom post types, and Advanced Custom Fields (v6.5.0).
So far, I have tried the following steps without success:
Clearing all my website and server cache multiple times.
Could you please provide guidance on how to fix this? Is this a known compatibility issue with the new WordPress version?
For your reference, I have attached three screenshots:
1. Plugin Active: https://drive.google.com/file/d/1ABfR-LRayivwJyda1WAtKqq3e7nc5-WX/view?usp=drive_link
2. Article Update: https://drive.google.com/file/d/1FMFrw0u6xLD4KT88N8pPDk4LqbRLDIvj/view?usp=drive_link
3. Error 404 : https://drive.google.com/file/d/1FMFrw0u6xLD4KT88N8pPDk4LqbRLDIvj/view?usp=drive_link
The 404 error on the front-end.
The backend editor showing the page exists and is published.
The list of my active plugins.
Thank you for your time and assistance.
Best regards,
Hello.
I’d like to add a new field next to the time on an article page.
I’d like to use the Advanced Custom Fields plugin.
Which file should I modify?
Hi,
When a file is required from the child theme and is also related to ACF (Advanced Custom Fields), which is an external plugin, this indicates a custom implementation. In this case, it appears to be connected to a custom plugin or custom code specifically created for your website.
The file in question, acf-blocks-loader.php, is referenced using a path set within your child theme. However, this file does not exist in our theme, which confirms that it was custom developed likely by someone who previously worked on your site.
Thank you!
Hi Ericky,
I thin that instead of starting to make change in the code for the plugin (https://forum.tagdiv.com/edit-modules-flex-block-x/) it will be better to use the ACF plugin and create your own CPT and taxonomies, this will allow you to set theme easy and faster.
– https://www.advancedcustomfields.com/resources/creating-a-custom-post-type-with-acf/
– https://www.advancedcustomfields.com/resources/registering-a-custom-taxonomy/
Hi,
So you will not be using the custom post type called Properties from the demo? If not, and you need a different post type, you could just create your own using the advanced custom fields plugin. Then you can create your own post type with your own name https://prnt.sc/5SkARK2CuE74 and choose from multiple icons the acf plugin provides https://prnt.sc/ss5Ug8b0q4KM
If you want to modify the one from he demo, it will have to be modified in code the plugin that creates the post type https://prnt.sc/R6Nw-jM8Db9Z Both the name of the post type and the icon can be changed in the code. I can provide the steps to do it if this is what you want to do.
Thanks.
Hi,
1. Yes, you can combine more pre-built website. All pre-build webiste have been made using tagDiv Composer and tagDiv Cloud Library. The most used option is to install a demo, in this case will be better to install the Job Hunt Pro and after that from Cloud templates to import the template you want for your website blog – https://i.imgur.com/cNEz2i5.png
2. The theme panel language will apply only on those texts that are not dynamic and can not be edited using tagDiv Composer. Use the theme builder, select the element and change the text – https://i.imgur.com/jiwnXRG.png – https://i.imgur.com/6EWvPqA.png
3. Settings the fonts in the theme panel it’s ok, but you’ll also need to set it on pages and cloud templates, it is possible that those to use different fonts – https://forum.tagdiv.com/font-customization/ open the page/template with tagDiv Composer and select the website manager, then select the global fonts and add your fonts there and replace those that are currently set – https://i.imgur.com/3t3A03G.png
4. You can import the homepage of Week Pro – https://i.imgur.com/1K8KAyR.png – https://i.imgur.com/muVc00t.png then set it as homepage, open the page with tagDiv Composer and add the elements you want on it, if you want you can use the cloud to add the Job Hunt sections you want in the week page – https://i.imgur.com/gqd7Upn.png – https://i.imgur.com/6XUhMrE.png
5. The sidebar can be set in 2 ways, using tagDiv Composer, set the row in columns and add in the right column the elements you want, then you can save the elements and drag theme from composer in the other pages and cloud templates.
Solution 2 is using widgets – https://forum.tagdiv.com/sidebars-tutorial/you can use default Newspaper sidebar widget, add the elements you want it it (dashboard > appearance > widgets), the just use tagDiv Composer on pages and cloud templates were you want the sidebar, ad the the sidebar widget and select the widget you want to display.
6. Unfortunately I can not see the article – https://i.imgur.com/D8JkMP1.png , but if you imported a single post template (week pro one) and is assigned, then the elements set in the theme should look the same, only the content added with the wordpress editor can look different, but not in matter of fonts, should be the same fonts.
7. This can be a problem related to more factors, for example something is interfering with the theme or theme plugin, or something is not installed enabled (required theme plugins), make sure that tagDiv Composer, tagDiv Cloud Library, tagDiv opt-in builder are installed and activated and also the Job Hunt PRO Plugin – https://i.imgur.com/2LGJPkD.png
8. Just make sure that you have install the pre-build website Job hunt pro and this will bring the form for submitting jobs – https://i.imgur.com/MlJLhOj.png – https://i.imgur.com/Y2K9PHD.png also you can check our documentation for how to create one – https://forum.tagdiv.com/create-frontend-submission-form/
9. To add an extra filter you’ll need to add a new taxonomy, this can be done using a plugin as ACF plugin, this allow you to create PCTs and taxonomies. Create the taxonomy you need and use the guide form point 8 to add the taxonomy on form.
Thank you!
Hi,
1) For #3, Can you please let me know where did you saw that option? Also a screenshot can help (this is because it is possible to be a custom filed set with a plugin).
2) For #5, The theme has only the option to display the Author name, to add other 2 you can use the ACF plugin and and you can create 2 custom fields, one for Editors and one for Reviewer and display them on posts, then to display the on articles you can edit the single post template with tagDiv Composer and add the custom filed element where you want to have those elements and choose the source for them – https://i.imgur.com/mmSa6dm.jpeg – https://i.imgur.com/7KICfDS.jpeg – https://i.imgur.com/AvLTWZ5.png
3) For #8, please try as I mentioned above. Using that option will bring the categories you have like in the shown image.
Thank you!
Hi,
Yes, it is Advanced Custom Fields, but I think you have Secure Custom Fields. Those do the same thing.
Thank you!
Thank you. I’ll give that a try tonight. Just double checking, in your images is it Advanced Custom Fields plugin that you are using? Mine has a different name in the admin menu.
@anamaria,
Please see the site info below.
### wp-core ###
version: 6.7.2
site_language: en_US
user_language: en_US
timezone: America/New_York
permalink: /%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 0
default_comment_status: open
environment_type: development
user_count: 15
dotorg_communication: true
### wp-paths-sizes ###
wordpress_path: /code
wordpress_size: 94.86 MB (99465258 bytes)
uploads_path: /code/wp-content/uploads
uploads_size: 0.00 B (0 bytes)
themes_path: /code/wp-content/themes
themes_size: 8.03 MB (8415114 bytes)
plugins_path: /code/wp-content/plugins
plugins_size: 28.00 B (28 bytes)
fonts_path: /code/wp-content/uploads/fonts
fonts_size: 2.28 MB (2386544 bytes)
database_size: 29.67 MB (31113216 bytes)
total_size: 134.83 MB (141380160 bytes)
### wp-active-theme ###
name: Newspaper Child theme (Newspaper-child)
version: 9.0c
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
parent_theme: Newspaper (Newspaper)
theme_features: core-block-patterns, post-formats, post-thumbnails, automatic-feed-links, html5, woocommerce, bbpress, align-wide, align-full, editor-font-sizes, widgets-block-editor, editor-style, menus, widgets
theme_path: /code/wp-content/themes/Newspaper-child
auto_update: Disabled
### wp-parent-theme ###
name: Newspaper (Newspaper)
version: 12.6.9
author: tagDiv
author_website: https://themeforest.net/user/tagDiv/portfolio
theme_path: /code/wp-content/themes/Newspaper
auto_update: Disabled
### wp-themes-inactive (1) ###
Twenty Twenty-Five: version: 1.1, author: the WordPress team, Auto-updates disabled
### wp-mu-plugins (1) ###
Pantheon MU Plugin Loader: version: 1.0, author: Pantheon Systems
### wp-plugins-active (41) ###
Advanced Custom Fields: version: 6.3.12, author: WP Engine, Auto-updates disabled
Autocomplete WooCommerce Orders: version: 3.4.0, author: QuadLayers, Auto-updates disabled
Bulk Move: version: 1.3.0, author: Sudar, Auto-updates disabled
Classic Editor: version: 1.6.7, author: WordPress Contributors, Auto-updates disabled
Classic Widgets: version: 0.3, author: WordPress Contributors, Auto-updates disabled
Code Snippets: version: 3.6.8, author: Code Snippets Pro, Auto-updates disabled
Convert Pro: version: 1.8.1, author: Brainstorm Force, Auto-updates disabled
Convert Pro – Addon: version: 1.5.14, author: Brainstorm Force, Auto-updates disabled
Disable Bloat for WordPress & WooCommerce: version: 3.5.0, author: Disable Bloat, Auto-updates disabled
Disable Comments: version: 2.4.7, author: WPDeveloper, Auto-updates disabled
Duplicate Page: version: 4.5.4, author: mndpsingh287, Auto-updates disabled
FluentSMTP: version: 2.2.90, author: FluentSMTP & WPManageNinja Team, Auto-updates disabled
Gravity Forms: version: 2.9.4, author: Gravity Forms, Auto-updates disabled
Gravity Forms ActiveCampaign Add-On: version: 2.1.0, author: Gravity Forms, Auto-updates disabled
Gravity Forms Advanced Post Creation Add-On: version: 1.5.0, author: Gravity Forms, Auto-updates disabled
Gravity Forms Authorize.Net Add-On: version: 2.11, author: Gravity Forms, Auto-updates disabled
Gravity Forms Google Analytics Add-On: version: 2.3.0, author: Gravity Forms, Auto-updates disabled
Gravity Forms reCAPTCHA Add-On: version: 1.6.0, author: Gravity Forms, Auto-updates disabled
GTM4WP – A Google Tag Manager (GTM) plugin for WordPress: version: 1.20.3, author: Thomas Geiger, Auto-updates disabled
Legendary Core for WordPress: version: 1.01.134, author: support@legendarydata.com, Auto-updates disabled
Legendary Data – Search Plugin: version: 1.00.022, author: Alvin Kreitman / Legendary Data, Auto-updates disabled
Molongui Authorship: version: 5.0.15, author: Molongui, Auto-updates disabled
Native PHP Sessions for WordPress: version: 1.4.3, author: Pantheon, Auto-updates disabled
Redirection: version: 5.5.2, author: John Godley, Auto-updates disabled
Simple User Avatar: version: 4.7, author: Matteo Manna, Auto-updates disabled
tagDiv Cloud Library: version: 3.8 | built on 10.02.2025 10:50, author: tagDiv, Auto-updates disabled
tagDiv Composer: version: 5.3 | built on 10.02.2025 10:50, author: tagDiv, Auto-updates disabled
Temporary Login Without Password: version: 1.9.0, author: StoreApps, Auto-updates disabled
The Events Calendar: version: 6.10.2, author: The Events Calendar, Auto-updates disabled
TotalPoll – Pro: version: 4.11.0, author: TotalSuite, Auto-updates disabled
User Role Editor: version: 4.64.4, author: Vladimir Garagulya, Auto-updates disabled
WooCommerce: version: 9.7.1, author: Automattic, Auto-updates disabled
WooCommerce.com Update Manager: version: 1.0.3, author: Automattic, Auto-updates disabled
WooCommerce Authorize.Net Gateway: version: 3.10.10, author: SkyVerge, Auto-updates disabled
WooCommerce Memberships: version: 1.26.11, author: SkyVerge, Auto-updates disabled
WooCommerce Subscriptions: version: 7.2.1, author: WooCommerce, Auto-updates disabled
WP-DraftsForFriends: version: 1.0.2, author: Lester ‘GaMerZ’ Chan, Auto-updates disabled
WP All Import – ACF Add-On: version: 3.3.9, author: Soflyy, Auto-updates disabled
WP All Import – User Import Add-On Pro: version: 1.1.8, author: Soflyy, Auto-updates disabled
WP All Import Pro: version: 4.10.1, author: Soflyy, Auto-updates disabled
WP Crontrol: version: 1.18.0, author: John Blackbourn, Auto-updates disabled
### wp-plugins-inactive (7) ###
EWWW Image Optimizer: version: 8.1.2, author: Exactly WWW, Auto-updates disabled
Featured Image Admin Thumb: version: 1.6, author: Sean Hayes, Auto-updates disabled
Pantheon Advanced Page Cache: version: 2.1.1, author: Pantheon, Auto-updates disabled
WP Fusion Lite: version: 3.44.8, author: Very Good Plugins, Auto-updates disabled
Yoast SEO: version: 24.7, author: Team Yoast, Auto-updates disabled
Yoast SEO: News: version: 13.3, author: Team Yoast, Auto-updates disabled
Yoast SEO Premium: version: 24.5, author: Team Yoast, Auto-updates disabled
### code-snippets (12) ###
snippet-5: name: Customize WP Login Screen, scope: global, modified: 2025-02-11 16:10:24
snippet-6: name: Issue Archive and Current Issue Shortcode, scope: global, modified: 2025-02-11 16:20:31, tags: [Shortcode]
snippet-7: name: Remove unnecessary fields from user edit screen, scope: global, modified: 2025-02-11 16:26:01
snippet-9: name: WordPress Admin Styles, scope: global, modified: 2025-02-04 16:55:35
snippet-12: name: Disable Yoast Redirects, scope: global, modified: 2025-02-21 18:52:27
snippet-13: name: Remove WooCommerce Payments Menu Item from Admin, scope: global, modified: 2025-02-05 18:01:46
snippet-14: name: WooMemberships Paywall Message, scope: global, modified: 2025-02-20 21:10:16
snippet-15: name: Disable Contributor upsell widget, scope: global, modified: 2025-03-11 14:14:04, tags: [Molongui Authorship]
snippet-16: name: IMPORT SCRIPT – For Guest Authors and Image Attachments, scope: global, modified: 2025-03-18 18:35:41, tags: [WP All Import]
snippet-17: name: Latest Poll Shortcode, scope: global, modified: 2025-03-11 14:14:52, tags: [TotalPoll Pro]
snippet-18: name: Rotate ConvertPro CTAs Shortcode, scope: global, modified: 2025-03-11 14:41:26, tags: [ConvertPro, Shortcode]
snippet-20: name: Add Hide Featured Image Checkbox and functionality., scope: global, modified: 2025-03-18 19:46:30
### wp-media ###
image_editor: WP_Image_Editor_Imagick
imagick_module_version: 1693
imagemagick_version: ImageMagick 6.9.13-17 Q16 x86_64 18482 https://legacy.imagemagick.org
imagick_version: 3.7.0
file_uploads: 1
post_max_size: 100M
upload_max_filesize: 100M
max_effective_size: 100 MB
max_file_uploads: 50
imagick_limits:
imagick::RESOURCETYPE_AREA: 251 GB
imagick::RESOURCETYPE_DISK: 9.2233720368548E+18
imagick::RESOURCETYPE_FILE: 24576
imagick::RESOURCETYPE_MAP: 126 GB
imagick::RESOURCETYPE_MEMORY: 63 GB
imagick::RESOURCETYPE_THREAD: 1
imagick::RESOURCETYPE_TIME: 0
imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FLV, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
gd_version: bundled (2.1.0 compatible)
gd_formats: GIF, JPEG, PNG, WebP, BMP, AVIF, XPM
ghostscript_version: 9.27
### the-events-calendar ###
### wp-server ###
server_architecture: Linux 6.1.112+ x86_64
httpd_software: nginx/1.27.1
php_version: 8.3.19 64bit
php_sapi: fpm-fcgi
max_input_variables: 10000
time_limit: 120
memory_limit: 1024M
max_input_time: 900
upload_max_filesize: 100M
php_post_max_size: 100M
curl_version: 7.61.1 OpenSSL/1.1.1k
suhosin: false
imagick_availability: true
pretty_permalinks: true
htaccess_extra_rules: true
current: 2025-03-20T14:32:51+00:00
utc-time: Thursday, 20-Mar-25 14:32:51 UTC
server-time: 2025-03-20T10:32:50-04:00
### wp-database ###
extension: mysqli
server_version: 10.4.25-MariaDB-log
client_version: mysqlnd 8.3.19
max_allowed_packet: 67108864
max_connections: 1024
### wp-constants ###
WP_HOME: https://dev-hartfordbusiness-com-wp.pantheonsite.io
WP_SITEURL: https://dev-hartfordbusiness-com-wp.pantheonsite.io
WP_CONTENT_DIR: /code/wp-content
WP_PLUGIN_DIR: /code/wp-content/plugins
WP_MEMORY_LIMIT: 512M
WP_MAX_MEMORY_LIMIT: 1G
WP_DEBUG: true
WP_DEBUG_DISPLAY: false
WP_DEBUG_LOG: true
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined
### wp-filesystem ###
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: writable
mu-plugins: writable
### acf ###
version: 6.3.12
plugin_type: Free
update_source: wordpress.org
ui_field_groups: 3
php_field_groups: 0
json_field_groups: 0
rest_field_groups: 0
post_types_enabled: true
ui_post_types: 27
json_post_types: 0
ui_taxonomies: 17
json_taxonomies: 0
rest_api_format: light
admin_ui_enabled: true
field_type-modal_enabled: true
field_settings_tabs_enabled: false
shortcode_enabled: false
registered_acf_forms: 0
json_save_paths: 1
json_load_paths: 1
-
This reply was modified 1 year by
nearview.
Hello!
By default, you can add, for example, “100.00” as a value in the post, and the custom field shortcode will display that number.
Check this guide: https://support.advancedcustomfields.com/forums/topic/insert-commas-into-acf-number-field/
I hope that helps you!
Thank you!
Be sure to check the official ACF website for FAQs on the two iterations, the offcial ‘real’ one and the hijacked one in the WordPress plugin directory.
The them has nothing to do with the ACF issue and no control over it.
We switched back to the official ACF with zero issues here. For our ACF Pro plugins there are no issues.
Once you move to the updated official version you won’t need to manually update it again. The free version will have updates the same way the pro version does, directly from ACF.
————————
TLDR: USE THE OFFICIAL UPDATED VERSION OF ACF
DO NOT USE SCF
————————
https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/
How to Update ACF
In order to update your site’s version of ACF and receive updates in the future, please follow these steps:
Download the latest zip of the plugin
Log in to your site
Navigate to Plugins > Add new
Upload the zip file
Confirm you want to overwrite the existing ACF plugin
Future updates for the plugin will be available in the WordPress admin as normal
(( I don’t work here. ))
-
This reply was modified 1 year by
simchris.
Hi,
To implement compatibility between components and create relationships between posts, you could consider using ACF Relationship fields or even WooCommerce’s built-in features for related products if it’s an e-commerce setup https://www.advancedcustomfields.com/resources/relationship/ -> https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
However, I’m not familiar with the exact process for full implementation, so you might need custom development to connect everything as needed.
Thank you!
Good evening Bettina!
The file you sent me (acf-export-2024-10-22.json), I uploaded it and it turned out to be “course field”. Accordingly, it appeared in the “field groups” section after uploading. The “post type” section is still empty 🙁
Please see Link: https://we.tl/t-19J3dnJB0n
I’m thinking to myself, shouldn’t you have sent a “post type” file instead of a “course field” file? I don’t know.
Please help me how can I see in the “Post type” section, post type – “course” so that I can activate the “video fromat” that you suggested in the beginning?
P.S. I downloaded and updated ACF from this link: https://www.advancedcustomfields.com/resources/getting-started-with-acf/?utm_source=ACF+Free&utm_medium=insideplugin&utm_campaign=docs&utm_content=help-tab, clicking the “download” button.
not theme related…
SCF is direct replacement for ACF free. Works the same. patches issues with ACF FREE.
it is not related to ACF PRO.
to get latest ACF go here to manually update
https://github.com/AdvancedCustomFields/acf/releases/tag/6.3.8
Part of the falling out between WordPress and WpEngine
Hi tagDiv support team,
I’m currently facing an issue with getting my ACF (Advanced Custom Fields) image field to display correctly when using a custom shortcode inside the tagDiv Composer. Specifically, I have created a shortcode to display an album cover using ACF, and it works perfectly when added directly in the post body via the WordPress editor. However, when I try to use this shortcode within tagDiv’s Composer (e.g., inside text blocks or other visual elements), the image does not appear at all.
Here are some details about my setup:
I’ve verified that the shortcode is active and functioning and have tested different return formats (ID, Array, URL) as per ACF’s documentation, but the shortcode simply doesn’t seem to execute when used within tagDiv Composer.
Is there a specific way that tagDiv Composer handles shortcodes, or any setting I might be missing that could help the shortcode work in this context? I appreciate any advice or solutions you could provide.
Thank you in advance for your help.
function display_album_cover_shortcode($atts) {
// Ensure we're getting the correct post ID
$atts = shortcode_atts(
array(
'post_id' => get_the_ID(),
),
$atts
);
$post_id = $atts['post_id'];
// Get the album cover field using ACF
$album_cover = get_field('album_cover', $post_id);
// If album cover is not provided or empty, return empty
if (empty($album_cover)) {
return '';
}
// Use ACF documentation approach to handle different return types
if (is_numeric($album_cover)) {
// If return type is ID, use wp_get_attachment_image
$output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
$output .= wp_get_attachment_image($album_cover, 'full', false, ['style' => 'width: 100%; height: auto; border-radius: 4px;']);
$output .= '</div>';
} elseif (is_array($album_cover) && isset($album_cover['url'])) {
// If return type is array, get the URL from array
$output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
$output .= '<img src="' . esc_url($album_cover['url']) . '" alt="' . esc_attr($album_cover['alt']) . '" style="width: 100%; height: auto; border-radius: 4px;">';
$output .= '</div>';
} elseif (is_string($album_cover)) {
// If return type is URL
$output = '<div class="album-cover-container" style="max-width: 300px; margin: 0 auto;">';
$output .= '<img src="' . esc_url($album_cover) . '" alt="Album Cover" style="width: 100%; height: auto; border-radius: 4px;">';
$output .= '</div>';
} else {
return '';
}
return $output;
}
add_shortcode('album_cover', 'display_album_cover_shortcode');
I’m using the Newspaper theme by TagDiv, and I’ve created a Post Object using ACF (Advanced Custom Fields).
https://prnt.sc/iQLPeXN9JafS
https://prnt.sc/JPwYgvT1U0D1
https://prnt.sc/QwFd4JantbzO
The main post acts as a Parent Post (Post).
The child posts are of a custom Post Type (download).
How can I display the Child Posts when viewing the Parent Post?
I have already tried selecting “Posts linked to current article: Child Posts,” but it does not seem to work or display anything.
Any guidance or help would be appreciated!