mobius01001
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different permalink but same dynamic pagethanks for the answer!
Forum: Fixing WordPress
In reply to: Unable to access my WordPress sitecould be anything, did you make some editing using php both in backend and front end?
It seems to be an internal server error. Are you using a hosting provider ? LAMP bundle?
Forum: Fixing WordPress
In reply to: Menu only depicting on the home pagedepending on your template, the should be an option to select “display on all page”. If it’s not, you have to use a worpdress hook to display it
Forum: Fixing WordPress
In reply to: Images not displaying on siteI see just one image:
What kind of edit did youo made? You ve edited in visual or text mode?Forum: Fixing WordPress
In reply to: Read only admin accessI had similar problem.
Try using this
https://www.ads-software.com/plugins/wp-members/Forum: Fixing WordPress
In reply to: List all links of a wordpress sitethanks for you reply!
Anyway I am talking about custom post type that are generated dynamically.
Anyway if I use a mapper online, it is able to retrieve all link generated; but I didn’t find a plugin able to do the same on my site.
How come?Forum: Fixing WordPress
In reply to: Modify the Slug in the URLI am interested too
Forum: Fixing WordPress
In reply to: Space between my rows disappeared?try to add this rule to your img: style=”margin: 5px auto 5px auto;” from the editor.
Or add this css rule to your custom css file:
.post-entry img {
margin: 5px auto 5px auto;
}nobody ?
have you checked your php error log?
Forum: Fixing WordPress
In reply to: Get Link of last added custom postthanks for your quick reply!
I am able to gets the array with the “post_type”, but I am pretty sure that this trick does not give me the link, cause everytime a gallery is requested by user, the request also elaborate the album, type of visualization (thumbnail, compact, etc), numebr of images per page, everytime for each gallery.
Is there a way that simply scrape all the last link generated by that specific plugin?Forum: Fixing WordPress
In reply to: Edit Slug in permalinkI’ve tried several times but my address bar still doesn’t change.
Do I need to rewrite or flush all permalinks?
I’ve also tried your first code (wich was simpler) , but still no luck.
I am pretty sure I am missing something.
Does post_type_link filter works on ALL dynamic elements created by user request right?
Anyway, I am talking about this specific section of the site: https://www.photostaffparma.it/servizi
I want to remove the album name from slug
Anyway, thanks for you kindness, really appreciate itForum: Fixing WordPress
In reply to: Edit Slug in permalinkThanks for your quick reply!
Anyway, the slug is variable.
It changes every time the user choose a link, so how can I indentify it?
I’ll make an example to be clear:
https://www.mysite.it/page1/slug1
https://www.mysite.it/page1/slug2
https://www.mysite.it/page1/slug3
And so on.
slug1, slug2 and slug 3 are different in characters, lenght and they are not standard slug used by wordpress (e.i. %post%, %time% or whatever)
How can I match them? using RegEX?Thanks for your answer!
Is it possible to past the link to specified galleries?
I would like to show the link of a gallery using simply the thumbnail of that gallery