Hoe een custom field te tonen via PHP (wordpress)
Jeroen Verplancke
04/12/2016 23:35:28Hier mijn vraag:
My woo-commerce products have a custom field. I would like to place the value of this custom field through PHP on my page. This is currently my code:
$content .= ‘<td>’ . get_the_title() . ‘</br>’ . . ‘</td>’;}
It is part of a php file from a plugin. This is the line without my (attempt) added:
$content .= ‘<td>’ . get_the_title() . ‘CUSTOMFIELD</td>’;}
The placement of my code is exactly where it has to be (checked this with the hardcoded string CUSTOMFIELD first.. that works and displays the word where it needs to be)… but I can’t figure out how to change my hardcoded string with my custom field
My woo-commerce products have a custom field. I would like to place the value of this custom field through PHP on my page. This is currently my code:
$content .= ‘<td>’ . get_the_title() . ‘</br>’ . . ‘</td>’;}
It is part of a php file from a plugin. This is the line without my (attempt) added:
$content .= ‘<td>’ . get_the_title() . ‘CUSTOMFIELD</td>’;}
The placement of my code is exactly where it has to be (checked this with the hardcoded string CUSTOMFIELD first.. that works and displays the word where it needs to be)… but I can’t figure out how to change my hardcoded string with my custom field
PHP hulp
27/11/2024 05:40:40Jeroen Verplancke
05/12/2016 00:49:10Hoi
Je mag het verwijderen hoor, ik heb in een ander forum ondertussen een werkende reactie gekregen. Toch bedankt! (ik zou het zelf verwijderen maar ik lijk dit niet te kunnen).
Je mag het verwijderen hoor, ik heb in een ander forum ondertussen een werkende reactie gekregen. Toch bedankt! (ik zou het zelf verwijderen maar ik lijk dit niet te kunnen).
Waarom zou je hem willen verwijderen?
Het kan heus geen kwaad om de oplossing te delen hoor! Daar zijn forums ook voor ;-)
Het kan heus geen kwaad om de oplossing te delen hoor! Daar zijn forums ook voor ;-)