Phaethon2011
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Post Type] Tweeting Old PortfoloFixed:
I added
<option value="portfolio">Portfolios</option>
immediately after
<select name="as_post_type">
in top-admin.phpMight consider this for future update.
Cheers,
K.
Forum: Themes and Templates
In reply to: [Portfolio Press] [Theme: Portfolio Press] Tags cloud in sidebarThanks for the fix Andrei it worked (eventually).
I’m not sure what I did first time around, but when I pasted your code into (a) functions.php it broke the entire site – couldn’t figure out what was wrong so I put the tag-cloud problem aside while I tweaked some other features and built content – hence the delay.
When I returned to the tag-cloud issue I did what I thought I’d done before, but this time it worked a treat. Not sure what I screwed-up the first time but I pasted your code just after the function portfoliopress_update_portfolio_tags in the file:
…\wp-content\themes\devinsays-portfolio-press-6c36bc8\functions.php
(that, AFAICT, is the latest version of the theme from the author’s GitHub distribution)
Anyway Andrei, thanks again for the tip.
Forum: Themes and Templates
In reply to: [Portfolio Press] [Theme: Portfolio Press] Tags cloud in sidebarDuplicate Post
Forum: Themes and Templates
In reply to: [Portfolio Press] [Theme: Portfolio Press] Tags cloud in sidebarThanks AO, I, and I’m sure others, have tried that but the tag cloud widget comes up empty. This, I believe, is because we are using tags in portfolio items, not ordinary posts or pages.
When creating or editing a portfolio item a tag cloud of portfolio item tags can be viewed in the tag area of the edit page, so the information is available, just not in a widget as far as I can see.
I’m guessing the query that returns tags from posts needs to be expanded to include portfolios in portfolio-enabled themes/plugins.
Forum: Themes and Templates
In reply to: [Portfolio Press] [Theme: Portfolio Press] Tags cloud in sidebar+1