• wpdrc

    (@wpdrc)


    Hi everyone, I’m amazed because I can’t find a plugin that can query by post title.

    There are many plugins that insert posts by category but NONE apparently by title.

    How is it possible?

    Tnx in advance!

    D

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s not clear from your post what you actually want to do. To “query by post title”? In what context? Are you referring to search? You mention plugins that insert by category, so do you want to insert or query? You need to provide more detail.

    Thread Starter wpdrc

    (@wpdrc)

    Tnx, I try to clarify:

    I need to create posts that incorporate content from other posts within them, in order to create training schedules for each one of my athletes.

    So I need a structure of categories and items that represents my database of exercises (the basic wp categ structure could be ok), but then I have to be able to insert multiple exercises taken from the database in a single page, or post, so that the athlete can read the list of exercises to do. .

    I can’t figure out which plugin to use, and I can’t find a way to insert posts into other posts by searching by title.

    Some idea?

    Thanks!

    mrtom414

    (@mrtom414)

    You would probably be better looking for a plugin that is made for training and training schedules. WordPress post types are not made to insert data in and out of. The Categories are called taxonomy in WordPress. WordPress has the ability to create new taxonomies. But it is more of an exercise for programming.

    Generally, when you want to create users and assign attributes to them you use what are called custom fields. These fields allow you to assign different attributes to a post. In your case exercises.

    You would then create a post or posts for each of the exercises and assign it to a category for instance running. You would then have to query all your exercise for one that matches running and post it to the user’s information. It’s more of a program than a simple query.

    WordPress has the capability to do all this but it requires more than a simple query.

    Thread Starter wpdrc

    (@wpdrc)

    Thank you! I see it’s not suited for my needs.

    But I found an alternative solution using woocommerce as a simple catalog and a plugin called “Product Table” by WooBeWoo that can search by product name in the catalog and put all the products in a single table. It is what I need.

    I only found strange that it is a very rare things among the free plugins.

    Thanks!

    D

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IMPOSSIBLE Search by title!’ is closed to new replies.