Wp theme building question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AtlantisCash
    Confirmed User
    • Dec 2005
    • 3179

    #1

    Wp theme building question

    hi.

    i want my themes showing title links on home page, but not the content, i mean like we were doing for html sites before (Better to say tgps, cjs etc are still the same).

    Simply, a user need to click that link to be able to reach the content.

    so is it possible to do it this way?

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div class="post" id="post-<?php the_ID(); ?>">

    Thanks.
    Kız telefonları
    |
    Telefonda seks sohbet
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    so you want just a list of titles?

    -- loop begin --
    <a href="<? the_permalink();?>" target="_self" title="<? the_title();?>"><? the_title();?></a> - <? the_time('F dS Y');?>
    -- loop end --

    Comment

    • AtlantisCash
      Confirmed User
      • Dec 2005
      • 3179

      #3
      Originally posted by JD
      so you want just a list of titles?

      -- loop begin --
      <a href="<? the_permalink();?>" target="_self" title="<? the_title();?>"><? the_title();?></a> - <? the_time('F dS Y');?>
      -- loop end --

      So the titles will be clickable links to posts i guess?
      Kız telefonları
      |
      Telefonda seks sohbet

      Comment

      • CurrentlySober
        Too lazy to wipe my ass
        • Aug 2002
        • 38944

        #4
        Follow THIS tutorial....

        It may not work.. But I DO LIKE IT...


        👁️ 👍️ 💩

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          Originally posted by AtlantisCash
          So the titles will be clickable links to posts i guess?
          in single.php which is the post page dont do the <a href

          just do <?php the_title();?>
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          • AtlantisCash
            Confirmed User
            • Dec 2005
            • 3179

            #6
            Originally posted by fris
            in single.php which is the post page dont do the <a href

            just do <?php the_title();?>

            Yea but it won't make titles with links if if i do like You said, m i wrong???
            Kız telefonları
            |
            Telefonda seks sohbet

            Comment

            • fris
              Too lazy to set a custom title
              • Aug 2002
              • 55679

              #7
              Originally posted by AtlantisCash
              Yea but it won't make titles with links if if i do like You said, m i wrong???
              no it wont make it links, it will just print out the title
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              Comment

              Working...