Rakesh Raja
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List unique value of custom fieldI got an idea.. can you tell me how to access values from database directly?
no loop.. just a mysql code
Forum: Fixing WordPress
In reply to: List unique value of custom fieldIf you look in the code and do that for me than great. I am not well versed in that.
I am just a designer who copy paste codes from here and there and make things work ??
Forum: Fixing WordPress
In reply to: List unique value of custom fieldAs i told there will be multiple values for that field and I just want list unique ones. What you suggest is just to use a value myself
Let me also explain when I say unique I mean value that list only once.
Like
Post 1 has value “esmi”
Post 2 has value ” Rakesh”
Post 3 has value ” Esmi”So what i want is to list unique values like “rakesh” and “esmi”
What I am getting now is
Esmi
Rakesh
EsmiForum: Fixing WordPress
In reply to: List unique value of custom fieldHumm how do I explain? Let me try again
(1) I want to list ONLY unique values
(2) I want to list ALL values of that custom field
(3) I DONT WANT to list any post data like title or post text.Forum: Fixing WordPress
In reply to: List unique value of custom fieldIt did list posts with that custom field only but the problem is that custom field will have duplicate values. But i want to list only unique values.
Forum: Fixing WordPress
In reply to: List unique value of custom fieldCheck online https://wpguru.in/test/judges/
it did same thing. Duplicate values
Regardless of what I did can you paste your own code for listing unique values of custom field “judge”?
Forum: Fixing WordPress
In reply to: List unique value of custom fieldEsmi here is the code you suggested its still not working
this paste has both my code and yours
Let me clear once again I just want to list “UNIQUE VALUE” of a custom field called “judge”
I dont want to list post title or post content.. Just unique value of custom field called “Judge”
Forum: Fixing WordPress
In reply to: List unique value of custom fieldHere is the code of the page
Here is the dev url of the page.. You can see duplicate names
https://wpguru.in/test/judges/
regards
Forum: Fixing WordPress
In reply to: List unique value of custom fieldEsmi.. There will be lots post and each post will have different judges
if i will list just one post.. i will get just one judge.I want to list all unique Judge names ??
Forum: Fixing WordPress
In reply to: List unique value of custom fieldCan you tell me how this will help? Already checked this functions.
My custom field name is “judge”
There are lots posts. And when in I put custom field code in loop it show same value multiple times
What I want is JUST A CODE. Which display unique values just not duplicate
Forum: Fixing WordPress
In reply to: Page list by custom field on index page post loopHey imikedesigns
Do you have any idea?
Forum: Fixing WordPress
In reply to: Page list by custom field on index page post loopYes you are right? List of pages which use same custom field.
Forum: Fixing WordPress
In reply to: Pagination for Custom post typeAnyways I have done most of the things but still one problem mate
Check the current code
Check the current page with problem
regards
Forum: Fixing WordPress
In reply to: Pagination for Custom post typePlease please somebudy reply
Forum: Fixing WordPress
In reply to: Pagination for Custom post typeI tried it did nothing…
Please check my dev. site..
I want to make pagination for this page.. top bigger font is main taxonomy, and each box is sub taxnomy.. and data in tables are posts.
I did the changed in my code and here it is .. check and let me know whats wrong.