Title: audiosq's Replies | WordPress.org

---

# audiosq

  [  ](https://wordpress.org/support/users/audiosq/)

 *   [Profile](https://wordpress.org/support/users/audiosq/)
 *   [Topics Started](https://wordpress.org/support/users/audiosq/topics/)
 *   [Replies Created](https://wordpress.org/support/users/audiosq/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/audiosq/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/audiosq/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/audiosq/engagements/)
 *   [Favorites](https://wordpress.org/support/users/audiosq/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to show user post counts by category](https://wordpress.org/support/topic/how-to-show-user-post-counts-by-category/)
 *  Thread Starter [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/how-to-show-user-post-counts-by-category/#post-1697573)
 * take 2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Category in Title Automatically](https://wordpress.org/support/topic/put-category-in-title-automatically/)
 *  Thread Starter [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/put-category-in-title-automatically/#post-1644759)
 * Ok.. that was the wrong place. I found the code a few lines down and I’ve got
   it to look like it’s part of the title. The only problem is I want it to be part
   of the title. As in one link to the post. As of now it’s two seperate links, 
   one to the category and one to the post. The reason I want one is if someone 
   were to retweet the post then I lose the category in front of the title. Is there
   anyway to make it part of the title? Here’s the code.
 * `<h<?php if(!is_single()) echo('2'); else echo('1'); ?> class="title"><?php the_category(',');?
   > - <?php if(!is_single()) echo('<a href="'. $link .'">');?><?php the_title();?
   ><?php if(!is_single()) echo('</a>'); ?></h<?php if(!is_single()) echo('2'); 
   else echo('1'); ?>>`
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Category in Title Automatically](https://wordpress.org/support/topic/put-category-in-title-automatically/)
 *  Thread Starter [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/put-category-in-title-automatically/#post-1644714)
 * Thanks! I guess I’m a little too dumb though. I’ve put it in a couple places 
   around my title tag and I can get it to say the category in random places around
   the title, but not in the title itself. Here’s the code around the title tag.
   Where would it go exactly?
 * `<a href="<?php if(isset($post->post_type)) echo(get_bloginfo('url') . '?post_type
   =' . $post->post_type); else echo('#'); ?>" class="bubble"><?php the_title();?
   ></a>`
 * Thanks again!
 * Bruce
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show full child pages on front page](https://wordpress.org/support/topic/show-full-child-pages-on-front-page/)
 *  Thread Starter [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/show-full-child-pages-on-front-page/#post-1343827)
 * Thanks, but that still puts them all like one page. Ok, so here’s the link [http://tangierhotels.net](http://tangierhotels.net)(
   its a work in progress) In the middle column it list the posts in blog style.
   You’ll note that each post is in its own white box. I want the same look for 
   the child pages of a particular page. Is there anyway I can just do some changes
   to the php for that page that has it call up pages I ask for by ID instead of
   the post? The wonderful suggestions above just cause the pages to all list on
   one long white column with no blue space between each page. Thanks again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show full child pages on front page](https://wordpress.org/support/topic/show-full-child-pages-on-front-page/)
 *  Thread Starter [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/show-full-child-pages-on-front-page/#post-1343608)
 * That plugin sort of works. It pulls up all the pages and makes them like one 
   long post. I want them to appear like separate post. I imagine the query and 
   content tags would work if I had any real knowledge of php. I’ll try to roll 
   up my sleeves and figure it out, but if anybody wanted to chime in before I’ve
   done that… I’d be thrilled.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Submit URL like Digg](https://wordpress.org/support/topic/submit-url-like-digg/)
 *  [audiosq](https://wordpress.org/support/users/audiosq/)
 * (@audiosq)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/submit-url-like-digg/#post-1156858)
 * Did you ever find a solution? I want to do exactly that. I tried to use pligg,
   but really it just sucks a CMS.

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