soyuz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Kanji etc word count for theme with excerpt.hi,
i have similar problem. but i have a work around for this. you can manually type or paste the excerpt in the admin section. the japanese character is quite unique, one character is not ‘one character’ so wordpress can’t recognized it.
the other way is cut your post with the <!–read more–> tag.
hope it helps.
Forum: Fixing WordPress
In reply to: How to make my date format Japanese?Hi,
you can go to admin -> setting -> general, and change the “Date format” into Japanese format.
Or, you can put this on your template:
‘<?php the_time(‘Fj日Y年’); ?>’
Hope it helps.
Forum: Fixing WordPress
In reply to: collecting posts into newsletter for mailout on other systems…hi,
you can make your newsletter template as a static page, include the wp-blog-header.php in the header, use the Loop within your page. It will collect the posts from your blog.
Then use your email marketing software to ‘grab’ and send that page. If you’re using Dada Mail, you can use the “Send a webpage” and fill the url of your template into “Grab content from this webpage address (URL):”. Dada Mail will send it out.
Hope it helps.
Forum: Themes and Templates
In reply to: How to check if this is the 4th post on a page?Thanks a lot muthukswamy! it works like a charm :).
Forum: Fixing WordPress
In reply to: What the crap (RSS Validation)sorry but i don’t follow. i just see your feed and it shows one post with the title “READ ME” published on May 13.
so what’s the problem?
Forum: Plugins
In reply to: What plugin to see rss subscribers?yes, it’s suitable for wordpress. all you have to do is ‘copy and paste’ the given code from feedburner into your sidebar.php
Forum: Plugins
In reply to: What plugin to see rss subscribers?hi,
the feedburner buttons / feedcounter is not a plugin. you can have it on your feedburner account. login and go to “Publicize” and then choose the “Feedcount”. you can choose the color scheme and use a static or animated appearance.
hope it helps.
Forum: Fixing WordPress
In reply to: Make the RSS feed show excerpt, and not summaryas far as i know, the summary will strip all the HTML tags. that’s what summary meant to be.
if you have a “read more” why just don’t choose the “Full text” option instead? it will cut the feed until the “read more” and you can have a “beautiful format” and the pictures will display as it is.
Forum: Fixing WordPress
In reply to: How to change RSS icon@pdooley: you forgot the “slash” before the “image”.
it should be:
<div class="boldtxt"><img src="<?php bloginfo('template_url'); ?>/image/RSS_by_hectorbambino.jpg" align="left" border="0"/></div>
Forum: Fixing WordPress
In reply to: RSS Feeds Not Working@lumo44: it seems you’ve already fix it.
Forum: Installing WordPress
In reply to: Did not receive a confirmation email or APIwhat confirmation?
you can get your API from your profile page at wordpress.com. so did you registered at wordpress.com yet?
Forum: Plugins
In reply to: Translate month names in wordpress.have you installed the Spanish language files?
maybe this link will helps:
https://codex.www.ads-software.com/Installing_WordPress_in_Your_LanguageForum: Themes and Templates
In reply to: Theme Thirteen Header??
maybe you can use this to replace your current header:
Forum: Plugins
In reply to: Poll messed up my Nav.well, it’s not the sidebar issue then. all looks fine to me.
sorry, i never use the WordPress’ widgets before, but is there by any chance that you didn’t deactivate (or something similar) with the WP Polls’ widget?
edit:
seems like you’ve already fixed that ??
Forum: Themes and Templates
In reply to: Theme Thirteen Headeri think you should edit your header image. your picture (not the header) should be 736px in width, place it in the center of the header image.