Many thanks. It worked straight out of the box. I used it in a Word Press 2012 child theme and it’s fine on PC and tablet. Needs some work for mobile compatibility. Great simple piece of code thanks….
I found this blog , “get_depth() – get depth of a page or category – WordPress
template tag / function | devdevote.com”, quite pleasurable and also it
was a good read. Regards,Sonia
Hello,
Thank you for your post. This could be the right solution of my problem. BUT: what i shall do for this query: i want to show posts from category A AND pages in the same query? Thank you for your help.
Regards
2013-03-17 @ 11:18 e m
Absolutely brilliant. This is the cleanest implementation of a warning box I have ever seen. Very nice.
2013-03-14 @ 1:15 e m
This is my approach for the same problem
function get_permalink_by_title($title){
$page = get_page_by_title($title);
$pageID = $page->ID;
$permalink = get_permalink($pageID);
return $permalink;
}
2013-02-12 @ 1:27 e m
[...] WordPress page number download sitesinden indirmemiz gerekiyor, daha sonra Plugins/ yeni menüsünden eklentimizi [...]
2013-02-09 @ 9:01 e m
Thaks, This tricks is working fine for me!
2013-02-02 @ 10:01 f m
thanks boss.its really working
2013-02-01 @ 10:39 f m
Many thanks. It worked straight out of the box. I used it in a Word Press 2012 child theme and it’s fine on PC and tablet. Needs some work for mobile compatibility. Great simple piece of code thanks….
2013-01-27 @ 5:34 e m
I found this blog , “get_depth() – get depth of a page or category – WordPress
template tag / function | devdevote.com”, quite pleasurable and also it
was a good read. Regards,Sonia
2013-01-24 @ 5:53 e m
Thanks! Thanks!
2013-01-15 @ 6:42 e m
Jens, that’s a great little plugin. Many thanks.
2013-01-12 @ 1:18 e m
Hello,
Thank you for your post. This could be the right solution of my problem. BUT: what i shall do for this query: i want to show posts from category A AND pages in the same query? Thank you for your help.
Regards