Help! My topic is missing!
-
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]
The topic ‘Help! My topic is missing!’ is closed to new replies.