Code Which I am using :
<?php
eventDate = new DateTime(get_field('event_date'));
echo $eventDate->format('M')
?>
]]>One of my client use Relevanssi premium, I tried to make the Wooecommerce product categories page to be searchable build in advance custom field. which I follow this tutorial:
https://www.relevanssi.com/knowledge-base/search-custom-fields/
if I choose the custom field to be “ALL”, but the index will be stuck in the process, and won’t complete.
I’m very confused, do I need to follow this tutorial to complete the task?
https://www.relevanssi.com/knowledge-base/separating-posts-by-post-type/
————-
WP version: 5.0.3 (default WordPress text editor, not from page builder, default WP search code also)
Relevanssi version: 4.1.2
Using with SearchWP Live Ajax Search.
————–
Is any other way I can make this work? Thanks!
https://getmybuzzup.com/trick-daddy-spazzes-on-ebro-from-hot-97-over-kodak-black/
When viewing the same url with /amp/ at the end of the URL it doesn’t display the ACF
youtube content which shows a blank area where the ACF youtube content should be. https://getmybuzzup.com/trick-daddy-spazzes-on-ebro-from-hot-97-over-kodak-black/amp/
Is there a code that I can use in the functions.php to display the content of the ACF on the amp pages? (Code to display the content of the ACF in the content body area)
I have over hundreds of posts that use a plugin that populates the video section of the post with youtube details. Any help will be greatly appreciated as I would like to use amp but the video isnt displaying.
Thanks in advance!
]]>I am currently in the process of backing up just incase I need to do something drastic, Some possible options I am considering are rolling back the update. Side Note I deleted some inactive plugins and I do not have access to the files / cpanel as I inherited the website from someone else.
Any suggestions will be greatly appreciated!! Thank you
]]>I am currently in the process of backing up just incase I need to do something drastic, Some possible options I am considering are rolling back the update. Side Note I have not upgraded the database yet,as I am worried that it will lead to further problems and I do not have access to the files / cpanel as I inherited the website from someone else.
Any suggestions will be greatly appreciated!! Thank you
]]>fields' => [
[
'label' => _x('Tags', 'Options', 'mytheme'),
'key' => 'image_tags',
'name' => 'image_tags',
'type' => 'taxonomy',
'appearance' => 'text',
]
],
]]> <?php
$RefID = get_field("PostID");;
$TweetField = get_field("TweetField");
the_field($TweetField, $RefID);
?>
It displays the content correctly. But since there is no actual content in the post itself (it’s being dynamically generated through the code above) the rss feed for this post type renders nothings. I assume because the content is empty.
Does anyone have a suggestion on how I can dump the dynamic content to output to the rss feed for this post type?
Any suggestions/advice would be helpful.
]]> <?php
$RefID = get_field("PostID");;
$TweetField = get_field("TweetField");
the_field($TweetField, $RefID);
?>
It displays the content correctly. But since there is no actual content in the post itself (it’s being dynamically generated through the code above) the rss feed for this post type renders nothings. I assume because the content is empty.
Does anyone have a suggestion on how I can dump the dynamic content to output to the rss feed for this post type?
Any suggestions/advice would be helpful.
]]> <?php
$RefID = get_field("PostID");;
$TweetField = get_field("TweetField");
the_field($TweetField, $RefID);
?>
It displays the content correctly. But since there is no actual content in the post itself (it’s being dynamically generated through the code above) the rss feed for this post type renders nothings. I assume because the content is empty.
Does anyone have a suggestion on how I can dump the dynamic content to output to the rss feed for this post type?
Any suggestions/advice would be helpful.
]]>