Links from category
-
Hi!
Im using wordpress 3.0.1 and custom theme. I want to add links in the sidebar. But I want to show the links from category name which I want to be the same as the current page. For example - Im on Page called Service, and I want to show all the links(if they exist) in category with the same name.
I`m using this code:<?php $parent_title = get_the_title($post->post_parent); $args = array( 'category_name' => 'Dental Service', 'echo' => 1, 'categorize' => 1, ); wp_list_bookmarks($args); ?>Thanks in advance and I`m sorry for my “English” 🙂
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Links from category’ is closed to new replies.