Accession in December 2024

More will appear in December!

Pre-orders are also available.We hope you will order as soon as possible if you wish, as numbers are limited.

¥ 5,000

Source:https://bsp-prize.jp/item/2750179/

¥ 5,000

Source:https://bsp-prize.jp/item/2756413/

¥ 5,000

Source:https://www.taito.co.jp/taito-prize/0451828800

¥ 5,000

Source:https://bsp-prize.jp/item/2713267/

¥ 5,000

Source:https://bsp-prize.jp/item/2723176/

¥ 5,000

Source:https://www.taito.co.jp/taito-prize/0451827900

¥ 5,000

Source:https://www.taito.co.jp/taito-prize/0451827600

¥ 5,000

Character name:Kitagawa Marin Title:My Dress-Up Darling Prize series:T-most Maker:Taito Type:1 Size:29cm Source:https://www.taito.co.jp/taito-prize/t-most/01

Animation

Post-airing popularity ranking of spring 2024 animations.

1. 【10th place】A salad bowl of eccentrics2. 【9th place】Jellyfish Can’t Swim in the Night3. 【8th place】The Fable4. 【7th place】Oblivion Battery5. 【6th place】Konosuba: God’s Blessing on This Wonderful World!36. 【5th place】Shuumatsu Train Doko He Iku?7. 【4th place】GIRLS BAND CRY8. 【3rd place】Mushoku...

Continue reading

Plant

Copiapoa cinerea var. cinerea

Copiapoa cinerea is known as the ‘white cactus’ and is arguably the most popular cactus in Japan. Individuals with particularly white skin and pitch-black spines fetch high prices. 1. Synonym2. Origin3. Habitat4. Description5. Farming6. Way of increasing Synonym Below are...

Continue reading

Code Web Wordpress

How to save rewriting links.WordPress

If you are building multiple WordPress sites, you face the problem of having to ‘rewrite URLs’ when duplicating them. The following code is recommended to solve this problem before it happens. Please describe it in the theme’s ‘functions.php’ file. /*...

Continue reading

Code Web Without Plugin

The one you write in wp-config.php for now.

define( 'WP_DEBUG', false ); ini_set('display_errors','Off'); define('ALLOW_UNFILTERED_UPLOADS', true); define('WP_MEMORY_LIMIT', '100000000000000000000M'); define( 'WPMS_ON', true );

Continue reading

Code Web Without Plugin Wordpress

Small fonts on WordPress backend post pages!How to change font size.

Are the fonts on WordPress back-end post pages too small? In such cases, this is. If you write all this down, you can customise the font size and other aspects of the posting page (text) as you wish. Please add...

Continue reading

Code Web Without Plugin Wordpress

Without Plugin!Easy copy and paste. how to add a site name shortcode to WordPress.

It is very time-consuming to rewrite site names when producing multiple sites. As a way of preventing this from happening, it is recommended to set up a system to call the name of the site by a shortcode. Write the...

Continue reading

Code Web Without Plugin

CSS when long links overhang.You can also take measures on your mobile phone!

When viewed on a smartphone, long links may protrude horizontally.If this is the case, the following styles can be used to deal with the situation. a{word-break: break-all;}

Continue reading

Code

How to unzip a zip file in the server.

Assume the file you want to unzip is ‘example.zip’. 1. 1:Upload the zip file you want to unzip.2. 2:Creating and uploading unzip.php.3. 2:Access unzip.php.4. 3:Deployment of zip.5. 4:Finish. 1:Upload the zip file you want to unzip. Upload the zip file...

Continue reading

Code Security Web Wordpress

How to prohibit access to wp-config.php.WordPress

Prohibiting access to wp-config.php improves site security. You are encouraged to refer to this information to maintain your website. Put the following code in the “.htaccess” file. <files wp-config.php> order allow,deny deny from all </files>

Continue reading

Code Speed Web Without Plugin Wordpress

Without plugins!How to use syntax highlighting Prism.js.|WordPress

In this article, we will show you how to implement syntax highlighting in WordPress without using a plugin. Syntax highlighting is often used to display source code on websites and blog sites. This website has adopted “Prism.js” after various trials....

Continue reading

Leave a Reply

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.