lespalmeresvendrell
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: How to group by custom fieldhere is the solution
<?php $the_query = new WP_Query( array( 'post_type' => 'project_post', 'meta_key' => 'time', 'orderby' => 'meta_value' ) ); $any = ''; while ($the_query->have_posts() ) : $the_query->the_post(); $temp_date = get_post_meta( get_the_ID(), 'time', true );?> <div class="project" > <?if ($temp_date != $any ) { $any = $temp_date;?> <div><?echo date( "Y", strtotime( $any));?></div> <?}else{?><div class="field"></div><?}?> <div><?the_title();?> </div> <div><?the_field( "region" );?></div> </div> <div style="clear:both"></div> <?endwhile;?>Forum: Fixing WordPress
In reply to: How to group by custom fieldForum: Fixing WordPress
In reply to: How to group by custom fieldI think this must be a kind of select distinct…but no idea
Forum: Fixing WordPress
In reply to: Blocked on google for malware on my wpHi!
I’ve update my wordpress version and ALL of my plugins…the malware message is still there.
How do I notify that? I’m still blacklisted…Forum: Fixing WordPress
In reply to: Blocked on google for malware on my wpThat means you made a website for a customer, you are forced to make maintenance works for the rest of your life?….
Forum: Fixing WordPress
In reply to: Blocked on google for malware on my wpSo it’s always necessary to have the wordpress updated version?
Oh my god it’s crazy….I can’t do that I’m gonna miss all the custom functions I’ve made over the configuration files..Forum: Fixing WordPress
In reply to: Blocked on google for malware on my wpIt seems that the problem is my version of wordpress…could it be?
The others topics of the scan result are related to some javascripts but this javscripts are not malicious…
Viewing 7 replies - 1 through 7 (of 7 total)