adrian.alex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Function for title not working properlyIt’s used in content.php in my custom theme, for defining how get_the_title is handled
theme_post_wrapper(array('title' => '<a href="' . get_permalink($post->ID) . '" rel="bookmark" title="' . strip_tags(get_the_title()) . '">' . titluscurt(get_the_title()) . '</a>',));Forum: Fixing WordPress
In reply to: After downgrade commentaries are goneOk. So I’ve upgraded to WordPress 5.5. Solved some of the problems.
Still thE BIG BIG issue is that my commentaries have disappeared. It show that I have the commentaries, I can see them in the admin panel, but not on the page. After the update I tried to make a comment. And the same… it doesn’t show it but it’s counting it.
Probably a Theme related issue, and as I made the theme (in my limited way), can I ask what is the a small change to the comment system in 5.5, maybe I can fix it? Thank you. Most appreciate it.Forum: Fixing WordPress
In reply to: After downgrade commentaries are goneYeah, at this point Ițm afraid to upgrade to WordPress 5.5. Maybe I’ll wait a little.
Regarding my biggest issue, commentaries – I have a backup of everything – files and database, and commentaries disappearing I believe it’s a database thing, I just don’t know where to start. Any idea is welcome. Thank youForum: Fixing WordPress
In reply to: Autorefresh function in header and YouTubeThank you so much for the answer. At least I have a starting point for something.
Forum: Plugins
In reply to: [Social comments by WpDevArt] Facebook menu in german(?)The default language of the WordPress website is English. Thank you