locksleyu
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Multiple podcastsTo clarify why I am confused, in my podcast’s page it has the proper podcast image, but on the same page it shows the cover image from the old one. And on the new feed it shows the cover image from the old feed. How do I make a new feed with a new image while leaving the old one alone?
Forum: Plugins
In reply to: [Donation Button] Adding button to sidebar.phpJust figured it out (see below), thanks!
<?php echo do_shortcode( ‘[paypal_donation_button]’ ); ?>
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Several problems when submitting to iTunesFinally figured out the problem, the URL I needed to use was reversed:
http://selftaughtjapanese.com/feed/podcast
I am not sure the difference between these and this is quite confusing, but I’m glad it works (:
Forum: Fixing WordPress
In reply to: Problems with posts using Japanese characters in the titleXoogu, thanks for the idea. I changed the permalink structure to “day and name” (http://selftaughtjapanese.com/2015/09/10/sample-post/) and now it works! The strange thing is the looks almost identical to the structure I had before.
Problem solved!
Forum: Fixing WordPress
In reply to: Problems with posts using Japanese characters in the titleI tried resetting the permalink (if by this you mean to click on ‘save settings’ in the permalink settings page), no luck. Even with a single Japanese character in the title, I get this problem:
http://selftaughtjapanese.com/index.php/2015/09/10/test-post-4-は/
In case it matters, my permalinks are set to “custom structure” with the host name followed by this string:
“/index.php/%year%/%monthnum%/%day%/%postname%/”
Forum: Fixing WordPress
In reply to: Problems with posts using Japanese characters in the titleOne more thing – it is not an acceptable workaround to avoid Japanese characters from the titles because my blog is about learning Japanese, and I also have many other preexisting posts with Japanese characters in the titles. I checked one of these and the same problem happens.