Results 1 to 4 of 4

Thread: get post id for Sidebar widget

  1. #1
    Ingemit
    Thread Starter
    Guest Ingemit's Avatar

    get post id for Sidebar widget

    I am about to purchase classipress and have managed to test a widget I developed on a colleagues version. I am having a problem getting the post id from the Ad Sidebar position. It is giving me the incorrect id. The code works fine everywhere else except when I am viewing an ad and the widget is in the Ad Sidebar.

    I have tried everything,

    global $post;


    global $wp_query;
    $thePostID = $wp_query->post->ID;

    $id = get_the_id();

    I even have the same problem when I use your custom hook

    add_action( 'appthemes_after_sidebar_widgets', 'insert_twitter_link' );

    Is it possible to call the post id from the Ad Sidebar? I don't expect the answer until I purchase, but I would need to know that it is possible before I go ahead.

    Thanks, Keith

  2. #2
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    Hi
    ClassiPress uses custom post types. So, you should be able to do what you are talking about.
    The search button. Your new best friend.
    - Dubya

  3. #3
    Unregistered
    Guest Unregistered's Avatar

    Post Type

    Thsi still has to be in the loop. You seem to have the Ad Sidebar outside so this information cannot be accessd.

    http://codex.wordpress.org/Function_.../get_post_type

  4. #4
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts
    Hi.
    I am sorry, but we can't really help someone to "test" a "colleague's" copy of ClassiPress, as this is beyond the scope of pre-sales questions. We look forward to welcoming you to the vibrantly active "mods and tutorials" forum community.
    The search button. Your new best friend.
    - Dubya

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problems with sidebar widget
    By tonyperez in forum ClassiPress General Discussion
    Replies: 2
    Last Post: November 2nd, 2011, 11:32 AM
  2. Problems with sidebar widget
    By tonyperez in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 2nd, 2011, 10:56 AM
  3. Widget for videos in sidebar
    By aqua in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: July 21st, 2010, 09:27 AM
  4. SideBar Sponsors Widget
    By essej88 in forum Help Using ClassiPress
    Replies: 1
    Last Post: June 4th, 2010, 12:07 PM
  5. Welcome box/widget in sidebar
    By sddude in forum Help Using ClassiPress
    Replies: 4
    Last Post: May 7th, 2010, 01:39 PM