stedi
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Username necessary?The editor account trick does not work, tried it.
But there is an another thread which provides solutionhttps://www.ads-software.com/support/topic/possible-to-create-aliases/
- This reply was modified 2 years, 3 months ago by stedi.
Forum: Plugins
In reply to: [ActivityPub] Username necessary?Yes, I have the same question.
I tried ActivityPub plugin and noticed that it uses the admin username.
Even though I uninstalled the plugin, the user name can be found in search in my Mastodon instance. How to prevent the search result showing admin handle?Thanks for the info, I added thums-up at github.
Perhaps I’ll use custom taxonomies instead of the old plugin.
Well I’ve disabled the Mobile Theme feature, so you can not test it.
Forum: Fixing WordPress
In reply to: geourl function not workingLon: <?php the_Lon(); ?>”, Lat: <?php the_Lat(); ?>
works fine!Thanks alot!
Forum: Fixing WordPress
In reply to: geourl function not workingI posted “HTML” accidentally.
<?php print_Lat(); ?>
<?php print_Lon(); ?>
<?php print_GeoURL_Url(); ?>I’ve tried with the exact syntax found in the Codex, but still no luck.
Forum: Fixing WordPress
In reply to: RSS feed won’t validateI found the reason why it does not validate.
I use a fresh translated version (Finnish mo file). When I’ve translated the days Sun, Mon, Tue, Wed, Thu, Fri, Sat into Finnish version of them, that breaks the feed validation.
This is a bug which I’ve reported in Mantis.Forum: Fixing WordPress
In reply to: RSS feed won’t validateAfter uppgrading to 1.5 the RSS2 feed does not validate anymore at feedvalidator.org.
” pubDate must be an RFC-822 date”
Also the language of the feed is marked “en”. My feed is not. Can’t find a place where to set the feed language.
Forum: Everything else WordPress
In reply to: WordPress usage statistics — still being kept?There’s a search form at syndic8.com where is a criteria “Toolkit” https://www.syndic8.com/feedlist.php
Forum: Fixing WordPress
In reply to: v1.2.2 POT?Yes, I agree, great tool.
But also need the latest .pot for 1.2.2. in order the get a good translation.Forum: Fixing WordPress
In reply to: RSS_LanguageYes this puzzles me too, where on earth does this code retrieve it’s language setting? It is “en” in my feed.
<language><?php echo get_settings(‘rss_language’); ?></language>
It is used in wp-commentsrss2.php but not in wp-rss2.php. I’ve hardcoded the language setting there, but would be nice if there were in the admin UI someplace a field where to set this.Forum: Everything else WordPress
In reply to: Finnish translationOK it’s there on the Wiki’s WP Localization Page.
Is there a 1.3 version .pot file somewhere? I could start translating it too.