Hoe een custom field te tonen via PHP (wordpress)

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Jeroen Verplancke

Jeroen Verplancke

04/12/2016 23:35:28
Quote Anchor link
Hier 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>’ .
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
<?php echo get_post_meta( get_the_ID(), customfieldname, true ); ?>
. ‘</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

PHP hulp

27/11/2024 05:40:40
 
- Ariën  -
Beheerder

- Ariën -

04/12/2016 23:37:36
Quote Anchor link
This is a Dutch forum, can you translate your post?
 
Jeroen Verplancke

Jeroen Verplancke

05/12/2016 00:49:10
Quote Anchor link
Hoi

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).
 
- Ariën  -
Beheerder

- Ariën -

05/12/2016 00:56:52
Quote Anchor link
Waarom zou je hem willen verwijderen?
Het kan heus geen kwaad om de oplossing te delen hoor! Daar zijn forums ook voor ;-)
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.