aaronmoodie
Forum Replies Created
-
Forum: Plugins
In reply to: Highlight current menu itemI’ve removed the custom post types, and so am now just using normal posts and categories. I’m still having the same issue though. Once I select a post, the menu item is no longer highlighted as current.
Forum: Plugins
In reply to: exclude the_date() for most recent dayI found this post, which works for the getting the latest post date, instead of using the plugin.
Forum: Plugins
In reply to: exclude the_date() for most recent daythanks alchymyth.
Yes, I’m using that plugin. I tried you suggestions, but it’s still seems to be echoing the
latest_post_date()
. I tried assigning both to a variable:$latest_date = 'latest_post_date( 'dmy', TRUE )';
and while this seems to work in that no result is echoed, the first if statement is keep getting skipped.Forum: Fixing WordPress
In reply to: List Other Posts in Primary Categoryi’m currently trying to achieve exactly the same thing. Did you have any luck wendibee?
or any luck on integrating it into List Category Posts fernandobt?
Forum: Fixing WordPress
In reply to: Displaying Subpages of Subpages in sidebar (Level 3 menu)pulk99, your code works great! but how would you go about putting the subsubpage list on a page template instead of the sidebar?
just using:
!– SubSub level navigation –>
<?php
$SubgrandParent = $ancestorIDs[2]; ?>
<ul id=”subsubmenu”>
<?php wswwpx_fold_page_list(“title_li=&depth=1&sort_column=menu_order&child_of=”.$SubgrandParent); ?>doesn’t seem to work, and using examples from the Template Tags/wp list pages examples keeps showing the sub pages as well as the sub sub pages.
Forum: Fixing WordPress
In reply to: WordPress Portfolio Site: Pages or Posts?Hey Shirohagen,
how did you end up going with your site? I’m looking to do the exact same thing, so am interested to see how you went.Forum: Plugins
In reply to: Thumbnail on index.php to Full Size Image in Postsupremius, kinglu, did you have any luck with this? I’m currently looking to do the same thing and having trouble.
I’m using WP 2.2
Forum: Plugins
In reply to: New plugin: Post Thumbsi’m using 2.1 … no wonder its not working …