Im pretty new to this with
İşte ben çalışma almak bir değere sahip orijinal kod gider:
$ Açıklama = get_post_meta ($ post-> ID, "açıklama", false);
if ($ açıklama [0] == "") {
{}Else
Products
foreach($description as $description) { echo ''. $ Açıklaması.'
'; }}
`
Daha sonra bir özel alan giriş değerleri alınamadı ve birlikte ve aynı inbetween dışarı koyarak bu kodu değiştirmek zorluklar var.
Here is code with one more value added, but im uncearten how to combine thoose 2 values: ` $description = get_post_meta($post->ID, "Description", false); $seccond_value = get_post_meta($post->ID, "price", false);
if ($ açıklama [0] == "") { // how do i combine 2 values here?
{}Else
products
// how does this part work and how to i combine 2 values here? foreach($description as $description) { echo ''. $ Açıklaması.'
'; }}`
Belki burada birisi benim yukarıdaki soruları kapsar iyi sajt için iyi bir ipucu var?
/ / Azezer