Title: paulwordpress's Replies | WordPress.org

---

# paulwordpress

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List user-specific comments](https://wordpress.org/support/topic/list-user-specific-comments/)
 *  [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/list-user-specific-comments/#post-758206)
 * is this possible??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [not category_parent but category_grandparent](https://wordpress.org/support/topic/not-category_parent-but-category_grandparent/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/not-category_parent-but-category_grandparent/#post-493759)
 * nevermind, i got it!
 * foreach((get_the_category()) as $cat){
    $cat_country_ID = $cat->category_parent;
   $cat_country = get_category($cat_country_ID); if ($cat_country->category_parent
   == 7){ echo $cat->cat_name.’, ‘.$cat_country->cat_name; } }
 * gee, i’m smart 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_title character limit](https://wordpress.org/support/topic/the_title-character-limit/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/the_title-character-limit/#post-491330)
 * never mind i got it.
 * <?php $thetitle = $post->post_title; echo substr($thetitle, 0, 26); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the number of posts in a category](https://wordpress.org/support/topic/the-number-of-posts-in-a-category/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/the-number-of-posts-in-a-category/#post-490702)
 * yes!
    $cat->category_count works in 2.0.4
 * print_r($cat) is also a very handy trick
    thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [echo “the title” without “the Loop”](https://wordpress.org/support/topic/echo-the-title-without-the-loop/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/echo-the-title-without-the-loop/#post-487772)
 * awesome thanks, i’ll give it a whirl
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [echo “the title” without “the Loop”](https://wordpress.org/support/topic/echo-the-title-without-the-loop/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/echo-the-title-without-the-loop/#post-487591)
 * oh, those links are exactly what i need.
 * what is the code for that?
 * because i am having trouble transferring the id from the url to the page.
 * i just want the really simple version. as long as the id in the url brings that
   title in, i would be over the moon.
 * thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [echo “the title” without “the Loop”](https://wordpress.org/support/topic/echo-the-title-without-the-loop/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/echo-the-title-without-the-loop/#post-487499)
 * yeah, just any ol’ page, thanks. 33 is just an example, i want the url to dictate
   the ID to bring in the title.
 * so it could be 33, it could be 56, it could be 12, it could be 101. whatever 
   number is in the url i want that post’s title in the page.
 * ————————————-
    it’s for a blog with a bunch of ajax – i’m trying to avoid details
   because that will just confuse everything ————————————- thanks a bunch whooami.
   have a nice rest 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [echo “the title” without “the Loop”](https://wordpress.org/support/topic/echo-the-title-without-the-loop/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/echo-the-title-without-the-loop/#post-487493)
 * i think the latter.
 * i just want to make a new page which i can refer to,
    let’s call it my_new_page.
   php for example
 * i just want to be able to type
    [http://www.mysite.com/my_new_page.php?id=33](http://www.mysite.com/my_new_page.php?id=33)
 * and then the title of post #33 to appear.
 * and if i type
    [http://www.mysite.com/my_new_page.php?id=56](http://www.mysite.com/my_new_page.php?id=56)
 * i would like the title of post #56 to appear.
 * thanks in advance whooami
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [echo “the title” without “the Loop”](https://wordpress.org/support/topic/echo-the-title-without-the-loop/)
 *  Thread Starter [paulwordpress](https://wordpress.org/support/users/paulwordpress/)
 * (@paulwordpress)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/echo-the-title-without-the-loop/#post-487465)
 * html tags are different php tags… i shouldn’t need html tags to load the title.
 * ignoring that, how would i create a new php file and which only has the title
   on it?

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