Paul Goethe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: acces to wp-admin problemsThank you Tara!
This post help me much for solvent the problem!
The solution was change my “wp-login.php” file for other now.
And all run as new!
Thank you & cheers!Forum: Fixing WordPress
In reply to: Values after the loopWhen I said that only $coordSkate2 can be printed I am mean that this have value, but the others no.
Forum: Fixing WordPress
In reply to: running a loopIt’s perfect!
Thank you very much!
I was very bloqued but now is resolve.Cheers!
Forum: Fixing WordPress
In reply to: running a loopOhh!
I go to try now!
You did understand perfectly my problem.Thank’s very much!
When I try this I will tell you if the problem is resolved.
Cheers
Forum: Fixing WordPress
In reply to: Running a loopSorry, but my english is very poor. I will try explining again …
Iam into a loop for running all post with one concrete category.
I have this:
$postID = get_the_ID();And I print this:
echo $postID[0];(My ID’s are 50, 60 & 70)But I obtain:
50, 5060 , 506070I need obtain 50, 60 & 70. Separatelly.
I would need create an array for can print this values separetly. For example like this:
[0]= 50
[1]= 60
[2]= 70Do you understand me?
Im really gratefully.
Chears