Please turn JavaScript on

Want to stay in touch with the latest updates from ? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: WordPress Development Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  23.54 / day

Message History

In the past, when selecting a picture in the media library, you could see the "attachment display settings".

I installed wordpress 5.3.2, I uploaded an image to the media library. I don't see attachment display settings anymore. This is also nowhere to be seen in the ima...


Read full story

I want to get meta data by custom post type category name.

Right now i am getting all meta data but i want specific for each category

$partSql = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."postmeta WHERE meta_key = 'prd_part_no'", ARRAY_A);

Read full story

Im try to make a custom SportsPress player list with PHP and I want to get all players from one team. But it doesn’t show any post, even not all players.

There’s the code:

<?php $query = new WP_Query( array( 'post_type' => 'sp_player', ...

Read full story

I have access to the admin panel, and everything works fine. I can click settings->reading and change anything I want to. But if I click settings->permalinks I get a 500 internal server error. Here's what I've tried:

I deleted the .htaccess file - nothing changed. I edited the .htaccess (because I am migrating this site to a new domain) and now I have all the pa...


Read full story

I am reading the documentation of WordPress Media Library and it seems to me that it doesn't allow me to split my uploaded media into directories. Is it true? Why this choice?

How can I implement that?


Read full story