v123shine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to show current logged in username and IDTry this code:
Author: <?php the_author(); ?> and ID: <?php echo get_the_author_meta( 'ID' ); ?>
Forum: Fixing WordPress
In reply to: Minimum Upload Size, please!Thank you very much Mcfreder, Phil Erb and Ruda Almeida.
Problem solved ??
Forum: Fixing WordPress
In reply to: Custom Meta Box in Custom Post TypeMany thanks Bob for your help. Is there any solution for this problem?
Forum: Fixing WordPress
In reply to: Can I remove the upgrade folder?Yes, you can remove that folder. But you still need that folder for future update.
Forum: Fixing WordPress
In reply to: WP too slowSite url, please!
Forum: Fixing WordPress
In reply to: How to remove time in comment?Sorry!
How to filter/remove time in comment using functions.php
Anyone in here can help me, please!
Regards,
ShineForum: Fixing WordPress
In reply to: AdBlock chrome add-on blocking my siteLast year, I got the same problem like your current problem. I search in everywhere, I can’t find any mistake in my code. When I change my domain name, everyhing work fine.
So I tried manually in my new domain name. I create a div class for banner. I give the div class name “ads”, like this:
<div class="ads"></ads>
. When I try open in Chrome. Adblock block my banner. I change div name become “ads100”, everything work fine. From there I know, Adblock automatic block any word that contain “ads” or “advertise” in div or domain name.Good luck!
Forum: Fixing WordPress
In reply to: AdBlock chrome add-on blocking my siteThe problem come from your domain word. Adblock automatic block any word that contain “advertise” or “ads“.
Sample others site using that word (try open and adblock will block that site):
– ads.idSolution:
1. Change your domain become: https://www.mbadvertise.gr or others domain name.
2. report to adblock site.Forum: Fixing WordPress
In reply to: How to remove time in comment?Many thanks Zota Marius for the alternative solution.
Anyone in here can help me, please!
Regards,
ShineForum: Fixing WordPress
In reply to: How to remove time in comment?Yes, I know how to hide time using css code. I can use display:none. But that not possible, because if I hide the time, date also hidden too.
This is the css code:
<div class="comment-meta commentmetadata"><a href="#comment-3103">September 11, 2015 at 2:37 am</a></div>
Do you know filter to remove time in comment using functions.php
Regards,
ShineForum: Fixing WordPress
In reply to: Post By IDUpsss… I think I should change the id become post_movie_id. Now everything work fine. Thank you so much for your help ??
Forum: Fixing WordPress
In reply to: Post By IDDear Samuel Elh,
Thank you very much for your help.I’m using your code and now the widget can show multiple posts.
But every posts have same content. Please view this screenshot: https://i.imgur.com/tz9OJaK.pngWidget screenshot: https://i.imgur.com/1esu79v.png
Can you help me, please!
Yes, i’m using widgets_init in end of the code.
add_action( 'widgets_init', 'pt_wid_register_widgets' );
Kind regards,
ShineForum: Fixing WordPress
In reply to: Force Redirect https to httpSorry if I’m not clear.
My site don’t support SSL, and I never use SSL.
I don’t understand why Google index my site url with HTTPS.
When I click the url, I got notification: This Connection is Untrusted.Can someone help me, please! Thanks
Forum: Fixing WordPress
In reply to: How to display ad for guest only?Thank you very much Alchymyth for your help.
I have latest question. Before I use this code for display content only for Super-Admin. Now this code can’t work.
<?php if( current_user_can('level_10') ) : ?> Hello Admin... <?php else : ?> Hello non Admin... <?php endif; ?>
Can you help me, please! I want make a simple notice only for Super-Admin. Many thanks.
Kind regards,
ShineForum: Fixing WordPress
In reply to: Display recent post by category IDCan someone help me?