45 reputation
5
bio website
location
age
visits member for 10 months
seen Jan 2 at 13:20
stats profile views 3

Jul
9
awarded  Supporter
Jul
9
accepted Display Latest Post from all Categories
Jul
9
comment Nest Next and Previous in a href with class that has a background image
Thanks @Daniel Sachs It worked. Cheers.
Jul
9
accepted Nest Next and Previous in a href with class that has a background image
Jul
9
asked Add post title as alt tag for featured image
Jul
7
revised Nest Next and Previous in a href with class that has a background image
added 139 characters in body
Jul
7
comment Nest Next and Previous in a href with class that has a background image
Hi, @daniel-sachs I tried it, but nothing showed up in the single post page. To make it more clear here is the sample link: ifunnypic.com/dad-i-m-gay_3317.html
Jul
7
asked Nest Next and Previous in a href with class that has a background image
Jul
7
awarded  Teacher
Jul
7
answered Display Latest Post from all Categories
Jul
7
answered Error when updating plugins by FTP “Unable to locate WordPress Content directory (wp-content).”
Jul
7
revised Display Latest Post from all Categories
added code
Jul
7
awarded  Editor
Jul
7
revised Display Latest Post from all Categories
added 24 characters in body
Jul
7
awarded  Scholar
Jul
7
accepted Get Custom post with ID
Jul
7
asked Display Latest Post from all Categories
Jul
2
comment Get Custom post with ID
Hi, I tried using below code but it didnt help. am I missing something here? <?php query_posts('p=794'); if(have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="advanced-image"><?php echo get_the_post_thumbnail($page->ID, 'home-vertical'); ?></div> <p><?php the_content(); ?></p> <h3><a href="/about/">Learn More</a></h3> <?php endif;?> </div> I did same with other posts as well. Thanks
Jul
2
awarded  Student
Jul
2
asked Get Custom post with ID