Forum Replies Created
The issue has been fixed.
Thank you
Hi Riddhi,
I copied the HTML content from the main textbox to the textbox named excerpt, and now I can see the content on the website.
Thanks
I have a download page with this block:
[wpdm_all_packages login=0 thumb=1 items_per_page="20" categories="EFI ECT DN" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|publish_date|post_content|download_link" colheads="Title|Date|Description|Download::155px"]
The post_content, as you said, is non longer available and I would like to know how to replace this column name in order to view the post text.
For example, a download in the “EFI ECT DN” category contains the following text:
New features and fixed problems in version 4-12-749-0 (Released 2024-07-03)
Full version history
<p class=”sectionedit2 page-header pb-3 mb-4 mt-5″>Online documentation</p>
If I replace the “post_content” column name with the “description” column name in the wpdm_all_packages block, I don’t see anything in the “Description” column. If I replace the “post_content” column name with “exerpt” in the wpdm_all_packages block, I see the post text, but as plain text and not as HTML.
Is there a way to display the post’s HTML text in the “Description” field?
Hello Riddhi,
and thanks for you quick reply.
I’ve already tried replacing post_content with description, but it doesn’t show anything. However, if I use excerpt, I can see the post content, but it’s published as text, not HTML. Therefore, I can’t use links to other pages, as I could with older versions.