Adding the ability to weight a showing of a particular post would make this totally awesome.

0

Adding the ability to weight a showing of a particular post would make this totally awesome.

  • abdada
    • Flash Drive

    From a totally generic WordPress perspective, this is really “easy” to do if you’re decent at CSS and PHP.

    First, whatever post you want to show bolder than others, just create a Custom Field called “bold” and assign it a value of 1.

    Then, in WordPress’s The_Loop, do a simple Custom Field check for the field “bold”, and if it’s set to 1, apply a bold attribute to the title link.

    If this isn’t what you mean, post specifically what you need and I’m sure someone can come up with a viable solution!

  • DavidM
    • DEV MAN’s Mascot

    Hi danatheteacher,

    Sounds like a good idea to me, though it can be roughly emulated by creating multiple copies of the same ads. Definitely would be easier with a weighting system though.

    I’ll move this over to the feature suggestion forum so we can take a good look into it.

    Any +1s on this as a feature?