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.82 / day

Message History

In the permalinks settings I have /courses/%product_cat%. Using WooCommerce I created two different Courses that are named "English", but they have different categories that end up making my urls look like this:

https://www.example.com/demo/chla/courses/grade-11/physics/ https://www.example.com/demo/chla/courses/grade-12/physics-2/

The Grade 12 URL is not ideal with...


Read full story

Is it possible that Tag Cloud Widget will show only tags by category?

If a single post is from sports category, then the Tag Cloud Widget will only show tags about sports.


Read full story

i limit the search in my WP blog to be within post only by adding this line

<?php if (is_search() && ($post->post_type=='page')) continue; ?>

So any results from static pages will be excluded , that fine but i have a problem if i have a post and it has the below content

Test POST  

[video width="320" height="240" mp4="htt...


Read full story

I have regular/simple products and products with variance in the database. Regular products and variations have a product width(_pm_width_inches) associated with them . I am trying to sort based the width and i see that the sorting is yielding random results instead of ascending or descending.

About the meta_key="_pm_width_inches" , it's values are stored with double ...


Read full story

I have a parent page with the URL

example.com/the-boats

And then child pages like so:

the-boats/story the-boats/cast the-boats/articles etc...

Many visitors type

example.com/boats example.com/cast

So when they do this I want to redirect them to

/the-boats /the-boats/story etc...

I cannot figure out how to do this. I've tried 3 strate...


Read full story