Opened 4 years ago

Last modified 3 years ago

#10154 new enhancement

floatting {{feed_image}} in "wp_list_categories()"

Reported by: ramiy Owned by:
Priority: normal Milestone: Future Release
Component: Themes Version: 2.8
Severity: minor Keywords: has-patch needs-testing ux-feedback gsoc
Cc: r_a_m_i@…, wojtek.szkutnik@…, ramiy

Description (last modified by lloydbudd)

Using wp_list_categories('feed_image=rss.gif') or wp_list_categories('feed=RSS') displayes a list of categories with links to feed.

The problem is, that we can't define who will come first "cat feed" or "feed cat"?

Adding "feed_location" parameter may solve this problem.

Attachments (1)

10154.diff (1.1 KB) - added by wojtek.szkutnik 3 years ago.

Download all attachments as: .zip

Change History (8)

  • Milestone changed from 2.9 to Future Release

No patch.

Not sure about this.

Moving to Future.

  • Keywords needs-patch early added
  • Milestone changed from Future Release to 3.0

a better solution will be putting a DIV tag around feed_image

<div clsss="category_feed_image">{{feed_image}}</div>

this way we can float the image to right/left so it apears before/after the category link.

  • Summary changed from Add parameter "feed_location" to "wp_list_categories()" to floatting {{feed_image}} in "wp_list_categories()"
  • Description modified (diff)
  • Keywords early removed
  • Milestone changed from 3.0 to Future Release

Generally, please leave the milestone once one of the core developers has set it.

  • Cc wojtek.szkutnik@… added
  • Keywords has-patch needs-testing ux-feedback added; needs-patch removed

How about sth like this? Float right or left?

  • Keywords gsoc added
  • Cc ramiy added

looks good.

Note: See TracTickets for help on using tickets.