• Resolved DebT

    (@debbiet)


    Yesterday I posted a topic named ‘Renaming “Posted in” and “Tagged”‘ in (I think) Developing WordPress. I got an email notice of a response from Michael, but when I click on the link to go to my topic I get “Page can’t be found.” It’s even missing from my Topics Started.

    There was a solution to my question in the email, but the code is all messed up so I’d like to see the actual post response.

    Example from the email:

    function vogue_entry_footer() {
    // Hide category and tag text for pages.
    if ( 'post' == get_post_type() ) {
    /* translators: used between list items, there is a space after the comma */
    $categories_list = get_the_category_list( esc_html__( ', ', 'vogue' ) );
    if ( $categories_list && vogue_categorized_blog() ) {
    printf( '<span class="cat-links">' . esc_html__( 'Posted in %1$s', 'vogue' ) . '</span>', $categories_list ); // WPCS: XSS OK
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi @debbiet, Looks like your thread was mistakenly archived by the moderation team. I’ve made it visible again and you can find it here: g/support/topic/renaming-posted-in-and-tagged

    Thread Starter DebT

    (@debbiet)

    You mean https://ww.wp.xz.cn/support/topic/renaming-posted-in-and-tagged/ ? THANK YOU!

    I also see that while the code is messed up in my email (showing “entities” characters in the code), it looks fine in my post here.

    Thanks for your quick response!

    Thread Starter DebT

    (@debbiet)

    OH, the response from Michael to my topic “Renaming Posted In…” is missing!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Oh I’m not sure what happened, yes I meant that link and yes Michael’s response is there now.

    Thread Starter DebT

    (@debbiet)

    Thank you Andrew, much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Help! My topic is missing!’ is closed to new replies.