Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 0bvious

    (@0bvious)

    I am still delving in the files, and google searching like mad, but no look.

    I realise that the classes.php file was split into separate class files in version 3.1, but I can’t find any info regarding how exactly that occured.

    I have searched far and wide for the lines above, or anything similar. No luck.

    Basically, I re-direct my categories to an external archive maintained using an old piece of opensource software (sweetcron). I want to express the slug of the category rather than the full name and then redirect to my external archive, using the name of the category at the end of the URL

    I have no idea how to build plugins etc. and the way I have used above to do this worked fine up until this point.

    Any advice would be greatly appreciated at this point

    Thread Starter 0bvious

    (@0bvious)

    Here’s the code: pastebin

    The important altered lines:

    $cat_name = apply_filters( 'list_cats', $cat_name, $category );
    
                    $link = '<a href="http://machinemachine.net/stream/items/tag/' . $cat_name . '" ';
    
                    if ( $use_desc_for_title == 0 || empty($category->description) )

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