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

Message History

I have created a new control (checkbox) in WP Customizer. The way it should work is as it follows: the corresponding section should display the last published post when the checkbox is checked (true) or a custom background image (and some content) when the checkbox is unchecked (false).

Everything works fine on first setting change. Let's say the input is unchecked on...


Read full story

I’m using the Doofinder WordPress + WooCommerce Search plugin (and configuring indexes via doofinder.com dashboard).

Goal I want to display the WordPress post publish date in the search results preview and ideally also use it to sort results from newest → oldest instead of relevance.

Current behavior Search results are currently sorted by relevance

I trie...


Read full story

In my WordPress Index.html I am pulling out the 3 latest posts by using

<?php query_posts('posts_per_page=3') ?> <?php while(have_posts()) : the_post(); ?> //rest of the post related data <?php endwhile; wp_reset_query(); ?> <?php do_action('show_navigation');

after that I want to fetch the next 3 or previous 3 posts and for this I am trying...


Read full story

I'm trying to make a quiz plugin. Using a custom post type, I've made a meta box, that has the following form table in it.

<table class="form-table"> <tbody> <tr> <th> <label for="quiz_type">Quiz Type</label> </th> <td> <select name="quiz_data[quiz_type]" id="quiz_type"> <option value="trivia">Trivia<...

Read full story

I have big problem with white screen in WordPress.

I would like to migrate site from live to localhost, I don't have credentials for hosting, and I've migrated site using All In One Import Plugin.

Steps:

I've extracted .wpress file using wpress-extractor. On Localhost installed fresh WordPress Created new database and imported database f...

Read full story