Forums

all my categories and tags are gone (7 posts)

  1. Chance@wordpress.org
    Member
    Posted 2 months ago #

    Earlier I could not log in. Now I log in and all of my posts are uncategorized and I have no keywords. I also can't add keywords or categories, when I update a post they just go away.

  2. Chance@wordpress.org
    Member
    Posted 2 months ago #

    my website is rightofcourse.com Can someone tell me how to restore my tags and categories? I can't even add them now.

  3. samboll
    moderator
    Posted 2 months ago #

    regenerate your permalinks
    delete the .htaccess in wordpress root
    set permalinks
    admin - settings - permalinks

  4. Chance@wordpress.org
    Member
    Posted 2 months ago #

    what? I went to permalinks but it just has a listing for common settings. I am not sure what you are saying. I don't see a button to regenerate anything.

  5. Chance@wordpress.org
    Member
    Posted 2 months ago #

    How do I regenerate permalinks?

  6. samboll
    moderator
    Posted 2 months ago #

    just pick a structure and save it

  7. seashman
    Member
    Posted 2 months ago #

    Hi
    Could anyone help please? I am getting the following message from where the tag cloud should be on my tabbed sidebar:

    Fatal error: Call to undefined function esc_url() in /home/transiti/public_html/wp-includes/category-template.php on line 662

    and this is the section of the category-template it refers to:

    foreach ( $tags as $key => $tag ) {
    $count = $counts[ $key ];
    $tag_link = '#' != $tag->link ? esc_url( $tag->link ) : '#';
    $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key;
    $tag_name = $tags[ $key ]->name;
    $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . esc_attr( $topic_count_text_callback( $count ) ) . "'$rel style='font-size: " .
    ( $smallest + ( ( $count - $min_count ) * $font_step ) )
    . "$unit;'>$tag_name";
    }

    Does anyone know what the problem is? My tag cloud widgets will not work. I have had to remove the entire php section (above) to get my footer to display. Please note that I am not a php expert.

    Any help would be much appreciated. Thank you.

    seashman

    The site address is:
    http://transitionhorncastle.org/

Reply

You must log in to post.

About this Topic