simophat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Check if author has posted anythingwierd… that function should work but it didnt.
ended up using: get_usernumposts
which seems to be outmoded but still works in my version.thanks for the help vtxyzzy? !
Forum: Plugins
In reply to: TDO Tag Plugin and excluding categoriesActually… i found the solution
check it out here:Forum: Themes and Templates
In reply to: Show more on pages – ajax-styledI have exactly the same issue.
any help would be appreciatedForum: Plugins
In reply to: nggallery gid not incrementing correctlyHey guys,
Could anyone help me with this, please?Forum: Fixing WordPress
In reply to: Create Custom XML Feed for flashBy the way,
i am trying to setup flash using wordpress as a cms! how did you go….? i will probably use the RSS feeds option instead of custom php script because i dont know php that well..What has been your experience in this area?
cheers
Simon
Forum: Fixing WordPress
In reply to: Create Custom XML Feed for flashAdd this to your .htaccess file in your http://dev.liftdigital.ca/lift/ directory
RewriteEngine on
RewriteRule ^quotes.xml$ quotes.php
this changes your filename and you can access it by flash
please let me know how you go
simon