mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: widget coding :: orderby not workingHmmmm,
I have even tried this with no luck.
$meta_key2 = 'startDate'; query_posts('showposts=20&category__and(events_paid,events_free)&meta_key=endDate&meta_compare=>=&meta_value='.$todaysDate. '&orderby=key2.meta_value&order=ASC' );and this
$meta_key2 = 'startDate'; query_posts('showposts=20&category__and(events_paid,events_free)&meta_key=endDate&meta_compare=>=&meta_value='.$todaysDate. '&orderby=meta_key2&order=ASC' );Forum: Fixing WordPress
In reply to: Custom query orders posts improperlyyou need to input custom variable with an added 0.
eg:
01
02
03
04
05
06
07
08
09
10
11
.
.
etcForum: Themes and Templates
In reply to: query_posts: need to filter by one meta key and sort by anotherEver figure this out?
Forum: Fixing WordPress
In reply to: widget coding :: orderby not workingJust did. It sorts via the endDate in decending order. Not really what I am looking for. But thanks.
Forum: Fixing WordPress
In reply to: Sorting post by category, startDate, Location, etcgave up
Forum: Fixing WordPress
In reply to: Help me anyone<quote>but i do not have any ftp username and password
plz tell complete info </quote>You have to. Call your hosting company
Forum: Fixing WordPress
In reply to: time zone settingI can confirm that city selection in the ‘timezone’ menu will not work with php 5.0.3. I upgraded to PH P5.2 and all is working now.
Forum: Fixing WordPress
In reply to: time zone settingjust found this…
1. The reason one blog shows the old way and the new one shows the new way is a matter of PHP versions. The server has to be running a PHP version of 5.1 or higher to show the new stuff, since WP is using the new timezone support in PHP 5.
Read more: http://knowit.co.nz/2009/06/wordpress-daylight-savings-is-finally-fixed-sort-of#ixzz0jmmtZtsn
i am looking into getting a higher version of php installed
Forum: Fixing WordPress
In reply to: time zone settingall my other once (5 installs) do as well except for two of them it is not showing it. hmmmmmmmmmmmm
I just manually FTP’d the includes and admin folders with no effect.
Forum: Fixing WordPress
In reply to: time zone settingno
my site is running php 5.03Forum: Fixing WordPress
In reply to: time zone settingyeah, met too. on v 2.9.2.
Forum: Plugins
In reply to: Analytics360 w/ New Google Asynchronous Tracking Codecan you give an example of the url?
Forum: Plugins
In reply to: [nggallery] adding text links in description areaAh damn. it was my mistake <<embarrassed>>
I was typing in the a href statement wrong. Grrrrrrrrrrr.
resolved
Forum: Plugins
In reply to: [nggallery] Image description :: ALT instead of TITLEIt would be great if there was an option for this in the admin area.
Forum: Plugins
In reply to: [nggallery] Image description :: ALT instead of TITLEGOT TI!!!
in the gallery-caption.php file you need to change
<span><?php echo $image->caption ?></span>
to
<span><?php echo $image->alttext ?></span>