randals
Forum Replies Created
-
Forum: Plugins
In reply to: [Ocean Extra] Fatal error version 2.0.3@beonword Thanks for sharing the fix!
@yarintosh I had the same issue. Activate another theme. Then you should be able to update the OCEANWP theme.
Forum: Plugins
In reply to: [Loops & Logic] Display custom taxonomy of a looped CPT@codimex I’ve been in the same situation with the learning curve on this. Particularly in the area of taxonomy. Would be so helpful if they added more code examples to the documentation.
Keep in mind I’m still struggling with it a bit but give this a try. I’ve gotten this kind of thing to work by running a Taxonomy Term loop within the Post loop to get the relevant taxonomy.
<Loop type=MY_CPT paged=6 orderby=date order=desc> <a href="{Field url}"><Field title /></a> <Loop type=taxonomy_term taxonomy=CUSTOM TAXONOMY post=current><a href="{Field url}"><Field title /></a></Loop> <Field excerpt auto=true /><a href="{Field url}">VIEW POST</a> </Loop> <PaginateButtons />Same problem here.
Forum: Plugins
In reply to: [Category to Pages WUD] Category to Pages WUD 2.4.0Just wanted to say thank you for the speedy rollback on this. I updated the plug-in, site went white and by the time I checked the plug-in page to see if this was the culprit you had addressed it already. Much appreciated!