Viewing 5 replies - 1 through 5 (of 5 total)
  • This seems like an option offered by your theme. Most likely you need to find the postmeta key with which the value of this flag is saved.

    Are you comfortable running a SQL query if I gave you one?

    Thread Starter manuelperrotta

    (@manuelperrotta)

    yes please … not the master of db but I can try thx.. ,)

    Thread Starter manuelperrotta

    (@manuelperrotta)

    @ashfame … please

    SELECT distinct(meta_key) from wp_postmeta;

    change wp_ to whatever your database prefix is, defined in wp-config.php

    wp_ is the default table prefix. Try running the query, first.

    A featured posts section on your site can be a great way to drive traffic to specific articles. It also helps users find main content on your site more easily, improving their experience.

    Featured posts should generally be timeless “main content” that is always relevant and serves the primary purpose of your site. There are exceptions, of course, one could be if you want to present a recent, high-profile story. However, in general, you will want your featured posts to represent the main content of your site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Posts Widget’ is closed to new replies.