Gianluca Scoponi
Forum Replies Created
-
Forum: Plugins
In reply to: [Copy or Move Comments] Stopped working after update to WP 5.7Just manually replace the old post with new post in the comments table.
Find the comment you want move in wp_comments and edit the comment_post_id
Forum: Plugins
In reply to: [Copy or Move Comments] Stopped working after update to WP 5.7I solved by deleting plugin.
Select the db in your phpmyadmin, and type the query:
UPDATE wp_comments SET comment_post_ID = 1600 WHERE comment_post_ID = 1340
1600 = id of new post
1340 = id of new old postcomments counts will be auto-updated after 1 comment added
Forum: Plugins
In reply to: [Copy or Move Comments] Stopped working after update to WP 5.7I got same issue…
- This reply was modified 5 years, 2 months ago by Gianluca Scoponi.
Forum: Plugins
In reply to: [WP Car Manager] Display sold cars listingThank you for your reply!!
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Add album name to tag titleHi, please see link:
https://ibb.co/jxCUg7Did you understand?
I solved editing code
this is albums list:
https://www.missnightclub.it/locali/
click the single album and you can see the name of the album in tile tag in sigle view.Thank you bye
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Add album name to tag titleHi, my question was very simple:
Is it possible to add the name of album into the tag title in single view?Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Add album name to tag titleHi, not works for me.
Title not changes, when I click to display single album, the tag <title> does not changes.
Where can I put this code to display gallery_title into the <title> tag ?Thanks you, regards
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Add album name to tag titleHi, ok it’s works to display it in page….. but my question was:
Is there a way to add the gallery title to the tag <title> ?
I need to display the name of the gallery into tag <title>, not into a <div>.
Example: <title>Main Album – $galery_title </title>
Any suggestion?
Thank you, bye
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] Add album name to tag titleHi, thanks you for reply;
Yes, I’m trying but I can’t find the right way to add the album name after the title tag in apil-gallery.phpNow I have the title of the main page that conains shortcode, it’s ok!:
<title>Cars Album</title>
http://www.site.com/cars-albumI need to add the name of single album after Title that in this case is “Audi”
<title>Cars Album Audi</title>
http://www.site.com/cars-album/?album=1Any suggestion?
Thank you, bye
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] How to assign only a single pageSolved! Thank you, bye!!!