Opened 4 years ago
Last modified 3 years ago
#10154 new enhancement
floatting {{feed_image}} in "wp_list_categories()"
| Reported by: |
|
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)
Change History (8)
- 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.
comment:5
wojtek.szkutnik — 3 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch needs-testing ux-feedback added; needs-patch removed
How about sth like this? Float right or left?
wojtek.szkutnik — 3 years ago
comment:6
wojtek.szkutnik — 3 years ago
- Keywords gsoc added
Note: See
TracTickets for help on using
tickets.

No patch.
Not sure about this.
Moving to Future.