fouldsy99
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete all images except featured imagesI am also looking to delete used images that are embedded into article, just not the featured image
It happens for all non-admins, writers role is a copy of Contributor but named something else, these are having their names removed when activated
I was looking into the pro feature, but not yet purchased it as have problems with free version
Forum: Fixing WordPress
In reply to: Hide in-content imagesThank you very much, you are a star!
Forum: Fixing WordPress
In reply to: Hide in-content imagesDarren Campbell
Campbell At Gothenburg 2006These captions still show above
Forum: Fixing WordPress
In reply to: Hide in-content imagesHow can I include the removal of alt text as well as captions?
Forum: Fixing WordPress
In reply to: Hide in-content imagesThat CSS didn’t work for me, thanks for trying.
Forum: Fixing WordPress
In reply to: Hide in-content imagesI tried this above, but couldn’t get it to work.
I’ve also tried
function remove_images( $content ) { $postOutput = preg_replace('/<img[^>]+./','', $content); return $postOutput; } add_filter( 'the_content', 'remove_images', 100 );But image captions still shows
- This reply was modified 4 years, 6 months ago by fouldsy99.
Forum: Fixing WordPress
In reply to: Author Meta TwitterLooking to display @twitter username which is linked to his Twitter account pulling his handle from WP profile Twitter field.
Like author meta where it displays By Author then (@twittername)
Forum: Fixing WordPress
In reply to: Add follow button to author’s twitter?Thanks for your tip!
Forum: Fixing WordPress
In reply to: Add follow button to author’s twitter?I’m just searching the code the test it out with the Child Theme.
Twitter handle’s are already collected when user adds their @ to their profile.
It’s just the code I’m missing to achieve this.
Forum: Fixing WordPress
In reply to: Add follow button to author’s twitter?Believe me I’ve been searching Google for past three hours, I thought I’d reach out to see if someone has a better solution.
I know to add a follow button for a specific user, but I’m looking for a automated process that shows author’s account linked to their Twitter profile field.
I’m not looking for a bio box either, tried many.
At top of each article you have (By Author meta), below this I would like to include a follow button to their Twitter or just a simple text link with @username.
- This reply was modified 4 years, 7 months ago by fouldsy99.
Forum: Plugins
In reply to: [Contextual Related Posts] Show by dateProblem solved!
In case anyone else runs in to the same problem….
Enabling Related posts based on title and content under List Tuning tab did the trick for me.
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Hide box for certain authors?That would be too many IDs
If possible to set by user group or capability would be better
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Hide box for certain authors?How show for only certain user groups?
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Hide box for certain authors?Yes, but the problem is is that author can then login to his profile and change it back