• https://www.damiensaatdjian.com/things/

    there’s my blog.

    basically, sometimes i just want to post a picture or video, but don’t want a title. which is fine, and i am able to do so. the problem is that in the archives and recent posts, it gives it a generic number.

    i understand that you can create a custome permalink, but i feel as though there must be a way to have that title reflected in the recent posts/archives. for instance, my most recent post has no title but i’ve given it the permalink ending of “paris iphone” (https://www.damiensaatdjian.com/things/2009/08/20/paris_iphone/). but in the recent posts and archives, the post is reflected as “514.” is there a way to have it referenced as “paris iphone”?

    i hope that makes sense..

    any input would be great
    i’m sure there’s a simple answer to this!!

    thanks again
    damien

Viewing 4 replies - 1 through 4 (of 4 total)
  • in your themes archive.php, check this:

    ?>"><a href="<?php the_permalink() ?>

    remove it

    Thread Starter moftchor

    (@moftchor)

    i removed it, but still no luck… hmm…

    any other suggestions?

    thanks for your help!

    Oh, I am sorry.. I think my suggestion was incorrect..

    Remove this complete tag:

    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>

    Thread Starter moftchor

    (@moftchor)

    hmmm i completely removed it, but it didn’t do anything ??
    it actually made going to archives break. weird..

    yeah it’s pretty weird, i dunno how to fix it

    i just made it all go back to normal

    thanks for your help, though!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank Titles, Permalinks, and Archives’ is closed to new replies.