Oscar
Forum Replies Created
-
Forum: Plugins
In reply to: Categories Dropdown (like eBay.com)Can anyone point me in a direction to a get categories menu similar to ebay.com or Hulu.com?
….With ebay.com use the mouse and highlight on the menu bar ‘categories’….
….With Hulu.com use the mouse and highlight ‘channnels’ on the menu….
P.S
Looking forward to Wordcamp NYC!!!!Forum: Plugins
In reply to: Categories Dropdown (like eBay.com)…ebay.com when the mouse highlights ‘categories’ or hulu.com when the mouse highlights ‘channels’….
Forum: Plugins
In reply to: Categories Dropdown (like eBay.com)Forum: Alpha/Beta/RC
In reply to: Post thumbnails-where do they appear?https://designora.com/tools/wordpress-tricks-oembed/
In the template you can use the function the_post_image() to place the image anywhere you choose. Here is how to call the new function and the parameters for WordPress thumbnail image sizes.
<?php the_post_image(); ?>
the_post_image(); // without parameter = Thumbnail
the_post_image(’thumbnail’); // Thumbnail
the_post_image(’medium’); // Medium resolutionForum: Fixing WordPress
In reply to: Fash FullscreenI type too quickly sometimes- this topic should have had the heading “Flash Fullscreen”.
Forum: Plugins
In reply to: Category Next and Previous LinksThanks Callup for the response. The code does not seem to work but I was able to use some of code you wrote and manual code it with “if” statements but there must be an easier way.
This is the manual code written. It must be reproduce with each category that I have.
<?php if (in_category('39')) { echo 'Music'; previous_post_link('%link', '<div>« « Previous in category</div>', FALSE, '62 and 38 and 1 and 35 and 30 and 42 and 29 and 69 and 50 and 63 and 52 and 9'); next_post_link('%link', '<div>Next in category » »</div>', FALSE, '62 and 38 and 1 and 35 and 30 and 42 and 29 and 69 and 50 and 63 and 52 and 9'); } ?>
This is what I am looking for:
This post belongs to:
Music
Previous Post- Next PostNeil Young
Previous- Next PostForum: Plugins
In reply to: Category Next and Previous LinksI do utilize subcategories and am very happy with WordPress and the organization.
I am seeking this as a navigational aid. An example website of this is Flickr when viewing the photo page. I like the way Flickr does navigation on this and am interested in seeing if someone has implemented this. I have read several forum posts regarding this but I can not find a working example. Thanks for any input.
Forum: Plugins
In reply to: flickr style category linksExample:
Post A is found in Cat 1 and Cat 2so in the sidebar would be (below):
Cat 1
previous post – next postCat 2
previous post – next postForum: Fixing WordPress
In reply to: Previous/Next Post in Category?What happens when the post has 2 or more categories assigned. Is there a way to display next and previous specifically for each category.
Example:
Post A is found in Cat 1 and Cat 2so in the sidebar would be (below):
Cat 1
previous post – next postCat 2
previous post – next postAny ideas? Thanks.
Forum: Plugins
In reply to: flickr style category links<?php next_post_link(‘%link’, ‘Next post in category’, TRUE); ?>
I found the above code in the codex. However this code does not seem to differentiate when there is 2 or more categories assigned to a post.
Is there possibly a plug-in? I have been searching to no avail.
Forum: Plugins
In reply to: flickr style category linksThe codex is a great resource. I use it a lot. Just having trouble finding the proper code.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Add video support to the admin areabump
Forum: Plugins
In reply to: Plugin [NextGEN Gallery] linking to video/flashGood question. I would like to know the answer as well.
Can nextgen-gallery handle non-image formats… specifically flash video?