Birgit Pauli-Haack
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Term Order] Need helpYou could use it like this
foreach (get_terms('industries') as $cat) : echo( '<a href="' . get_term_link($cat->slug, 'industries') . '">' . $cat->name . '</a>' ); endforeach;provided your terms are all ‘industries’ who have a different order.
You can read up about get_terms(), get_term_link() and related functions here:
Forum: Plugins
In reply to: [Sponsors] Sort order in shortcode?So the shortcode to test would look something like this?
[sponsors images=”yes” style=”linear” size=”medium” description=”no” menu_order=”yes”]Forum: Plugins
In reply to: [Sponsors] Sort order in shortcode?Thanks for much for getting back to me! Ha. That explains it.
It seems at the moment we worked it out via publishing date adjustments. But it really would help if we could use the already available field for sort order, and if you take a feature request, to make the sort order also available when displaying sponsors by categories. So it would bleed through..
I am not the best php coder, but I am a thorough tester (haha) and a set of site that also could use this plugin. So shoot me an email birgit.pauli@gmail.com if you need help with this plugin.Birgit
Forum: Plugins
In reply to: [Sponsors] Code for filesYou could use a short code like this:
[sponsors images=”yes” style=”linear” size=”medium” description=”no”]Forum: Plugins
In reply to: [WP-SpamShield] Error message confusing 5.3Haha.. @redsand It must have been real later yesterday I read it a 5.3.2.1 not 21. Of course you are right. Thanks for setting me straight. <chuckle/>
Birgit
Here is an idea. Thanks @andew
Also found this resource: https://codex.wordpress.org/WordPress.org_API – Does seem there is a public look-up api, but other good stuff:-)Forum: Meetups
In reply to: Anyone in Clearwater FL?@patzigil and @luisthegeek there is a WordPress Meetup SWFL with meetings set-up every month the fourth Thursday night of the month.
It might be a tad bit far, but one never knows.
http://www.meetup.com/wordpress-swflForum: Fixing WordPress
In reply to: Building an awareness website with live votingIt’s hard to answer this without example or more details regarding functionality wanted. If you have a site where you have seen such voting example that would be helpful.
http://www.polldaddy.com
http://www.twitpol.com
are two third party providers… there are probably more out there,
Or you can search the plugin repository:
https://wordpress.org/plugins/search.php?q=pollsGood luck!
Forum: Fixing WordPress
In reply to: My site name on search enginesIt takes a while (days if not weeks) for Google Index to update. How long ago did you make the change from “Joy and Lingerie” to “Joy & Lingerie”?
The border around widget areas is controlled by the Theme installed.
You might be able to override this via
Appearance > Edit CSS
Introduction to CSS can be found here:
http://www.htmldog.com/guides/css/beginner/Forum: Plugins
In reply to: [💩] How does this work ??The plugin implements the Twitter’s open source twemoji emoji set.
You could try out some of the strings mentioned in the ReadME file on github:
https://github.com/twitter/twemoji“I \u2764\uFE0F emoji! ” and see if it displays…
Forum: Plugins
In reply to: [Flickr set slideshows] html 5 support ?Second this request. It would be great as the slideshow would also be visible on iOS devices arguable about 50% of US mobile usage…
Revised my earlier statement it works with tag ‘featured’ as well as sticky posts. One needs to decide for one of the method and stick with it.
However the development version change how the Top Pages & Posts widget pulls in the image for the list. Before the widget displayed any image that was found in the post, now it only displays the feature image only.I posted an issue on GitHub, https://github.com/Automattic/jetpack/issues/45
Duhjh… thanks Nick:-)
@jeremy Thanks for the link to the development version. It works for us, with sticky posts. Doesn’t seem to solve the problem showing features content per category “featured” yet… Or am I missing something?