Viewing 6 replies - 1 through 6 (of 6 total)
  • Denis de Bernardy

    (@denis-de-bernardy)

    the_recent_posts(‘title=This Week’);

    Thread Starter guillaumeb

    (@guillaumeb)

    thanks!!! i’m a noooooob in php ??

    missdomestic

    (@missdomestic)

    How do you get it to say nothing? I want the list of recent posts to follow the CSS for the rest of the H3’s in my footer.

    https://denisemihalik.com/

    missdomestic

    (@missdomestic)

    Psh that sounds dumb.

    Clarify: I know that if I erase what’s in the quotes it won’t say anything, but I was still getting a weird empty space that made room for a title, even though I had left it empty.

    I think I might have fixed it, though. I’ll post when it’s completely solid to avoid confusion.

    lhk

    (@lhk)

    Hi,

    how do I stop the auto publishing? I want to call that plugin by tag (which I inserted), and not have it directly unter Meta automatically a second time (which is what happens currently).

    Greetings

    LHK

    Denis de Bernardy

    (@denis-de-bernardy)

    it doesn’t display on the meta hook once it has been displayed once.

    else, just remove the filter call:

    remove_filter(‘wp_meta’, array(&$sem_recent_posts, ‘auto_display’), 6);

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Semiologic “recently posted” title replacement’ is closed to new replies.