emilychang
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove characters from custom field when displayedThanks for the tip.
Got some help from someone ??
Final code to remove the dash from displaying…
<a href="https://site.com/tag/<?php echo get_post_meta($post->ID, 'hp-custom-tag', true) ?>"><?php echo str_replace('-', ' ', get_post_meta($post->ID, 'hp-custom-tag', true)); ?></a>
Forum: Fixing WordPress
In reply to: How to remove characters from custom field when displayed@gixxer188 The client inputs modern-art (so it will go to the /tag/modern-art which already exists in the site). I just want to strip the dash out for display reasons. So the %20 wouldn’t work.
@joseph, thanks. Do you have any idea how to use the str_replace function within the code I posted above?
Forum: Plugins
In reply to: [Plugin: wordTube] cannot resize playerI’m having the same issue with setting the size of the player. Hopefully, Alex will provide some insight soon! Would love to use this.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] NextGEN code list?Hi Alex and/or Dave333,
What’s the proper code for showing the most recent 100 photos uploaded to any gallery? I’ve been looking and can’t seem to find that. Just want a page that shows a grid of 100 most recent photos, irrespective of gallery or album.
Also agree it would be extremely helpful to have all possible codes listed somewhere in the readme or plugin page.
Thanks for a great plugin, Alex.
Forum: Installing WordPress
In reply to: Fatal: class ‘translations’ not found, after 2.6 upgrade to 2.8I had the same fatal error. Also tried to reupload the /pomo directory, checked permissions. Neither of those fixed it.
Turned out to be wp-settings.php – reuploaded that and it worked (as documented here: https://www.ads-software.com/support/topic/288685).
Hope that helps!
Any updates on this? Wondering if the Profiler plugin and Role Manager able to work together now.
Forum: Plugins
In reply to: [Plugin: User Photo] User-Photo in the loop…Does anyone know how to show a page that has a grid of user photos, with pagination at the bottom to see another group of users? Thanks in advance.