davidmorgan2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin for auto Alt text for images (copy from title)This is the one that works better:
https://es.ww.wp.xz.cn/plugins/update-alt-attribute/
By other way, I had seen one but I can not find it now, what it does is edit the images that were posted on a page or post directly and put the alt there, since sometimes the visual builders doesnt load the alt that are established from the media, some idea of which plugin can do that?
Thank you!
Forum: Plugins
In reply to: [Redirection] Redirect website without slash to with (/)I tried with this one which is supposed to work but neither..
//matches the character / at the end of a line
from: /(.*[^\/]$)
//add the captured text with final /
to: /$1/Forum: Plugins
In reply to: [Redirection] Redirect website without slash to with (/)I dont figure out how i can put the expression thats why i ask here, if you can help. Thanks.
Forum: Plugins
In reply to: [Redirection] Redirect website without slash to with (/)I already have those two options (From permalinks and yoast permalinks) configured in that way, but it isnt working, thats why i was thinking about doing it with a regular expression in redirections
Forum: Plugins
In reply to: [Redirection] Redirect website without slash to with (/)It doesnt.. if i write the url without the slash it load without the slash, thats why i need to do this redirection
Forum: Plugins
In reply to: [Redirection] Redirect website without slash to with (/)It does (the url it create are with slash) but i i write the url without slash it load without it i want to force to load always with it.