Chris Lee
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Import not workingAwesome! That helped me out. We had the same issue.
I hope they add this to the documentation page.
Forum: Fixing WordPress
In reply to: Ecto Signup setupI’m using this point to login. http://blog.quikeys.com/xmlrpc.php
Forum: Fixing WordPress
In reply to: Ecto Signup setupAccording to the client they get a bad login/pass combination
That’s all they’ll tell me.
Forum: Plugins
In reply to: Importing tags from UTW to WordPress 2.5 problemForum: Themes and Templates
In reply to: Question about get_post_custom_values in templatethis might help your question possibly?
http://weblogtoolscollection.com/archives/2008/04/13/how-to-only-retrieve-posts-with-custom-fields/
Forum: Themes and Templates
In reply to: List Child pages only NOT parent pagesbump…
Forum: Fixing WordPress
In reply to: category issue (for coding) child-parenttry…
<?php
$string = the_category(”,’multiple’);
$string = split(‘/’, $string);
echo $string[1]; // should echo subCategory
echo $string[0]; // should echo mainCategory?>
Viewing 7 replies - 1 through 7 (of 7 total)