Community Forums › Forums › Archived Forums › General Discussion › Help me fix the code plz
- This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by
wparrow.
-
AuthorPosts
-
May 31, 2017 at 4:48 am #207201
wparrow
MemberHi,
I am trying to display multiple custom field value in a single post. I have subscribed as premium member at wpsites.net for $49.99 and got the code belowadd_action( 'loop_start', 'your_function' ); function your_function() { if ( is_singular('post') ) { $key = get_post_custom_values( 'key_1' ); foreach ( $key as $value ) { printf( '%s<br>', $value ); } } }
However, the output not only display at single post, it display at recent post widget also.
How to make it display at single post only without display at recent post widget.Brad blocked me from Facebook support and he said I ask too many questions (I guest 10 or less).
Now, I need the help from community again.
Thanks
May 31, 2017 at 5:30 am #207205Brad Dalton
ParticipantDear Tran
1. I've answered all of your questions including the question about the code you republished above.
2. I've also written 3 entire tutorials for you. On average, 1 tutorial takes at least 3 hours.
3. Membership covers access to all existing content and support for the code in all tutorials however it doesn't provide unlimited tutorial requests. I generally try to write 1 per member.
I'm sorry you're not happy with my support but i doubt you'd get that much support for $49 anywhere else let alone someone to write 3 tutorials for you.
May 31, 2017 at 9:35 am #207220wparrow
MemberHi Brad,
1. I did not ask the question for the code above, just use it today. You have fixed an other of your code, see this post https://www.studiopress.community/topic/display-content-at-archive-page-help-please/#post-206515
2. It's not true Brad, do you need I post all Facebook log here? I just ask you simple question and you gave me a link or answer me. You wrote a tutorial on your site is for future member subscription. I really get help about ACF plugin only
3. Most of my questions (less than 10) is ask your help to fix your code. You can check the Facebook chat log again. Yeah, I just checked it again
- Use the ACF to display content at bottom of cateogry: I ask you to fix your code because it display at bottom of recent widget too.
- When I used the code from this page: https://wpsites.net/web-design/remove-additional-features-text-from-agentpress-property-details-when-empty/ and it broken the layout and I ask your fix. You feel unhappy and said this is not your code issues, but I told you it's only happened when I apply your code. Then you fix it with a jquery code.Other my question:
Hi Brad. Do you known is there any way to reorder the sub taxonomies of Agentpress?Your answer:
You would use pre_get_posts but i haven't written the code for thatQuestion:
Hi Brad, Do you known how to make eNews Extended Integrates With Sendgrid?Answer:
I would ask the plugin Developer. Maybe it can https://wordpress.org/support/plugin/genesis-enews-extended/Sure. But you have already asked enough questions. Membership covers existing tutorials. Not new ones.
I told you will not ask any more question that not your snippets. Then you block me from Facebook.
That's why I need ask help from community members here.
Note: All your code did not works well from the first time, always need fix so that's why you feel I ask too many questions
In the subscription page, you should clear that a member only can ask question about your snippets and the number of questions etc...
May 31, 2017 at 9:45 am #207222wparrow
MemberOK, I started subscription on your site at May 15, 2017 for one month and now you set my account is expired. Only for 15 days?
May 31, 2017 at 10:29 am #207225wparrow
MemberYour account has been terminated
Fine, Should I open a Paypal dispute in this case?
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.