mariatmind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Variable in function optionIt works thaks esmi
Forum: Fixing WordPress
In reply to: Variable in function optionThanks Kawauso but i still have problems,
with your code it dosn’t filter the lik by category name,
it shows links of all the link categoy…
Any ideas???
Forum: Fixing WordPress
In reply to: Variable in function optionHi OTTO
i knw that the link category are different from post category, but i have the category with same name.
EXAMPLE
Link Category name -> MOTOR
Post Category name -> MOTOR
I put the code
<?php wp_list_bookmarks(‘title_li=&categorize=0&show_name=1&show_description=1&category_name=single_cat_title()’); ?>
in Categoy post page to show the link of the link category with same name.
if i use
<?php wp_list_bookmarks(‘title_li=&categorize=0&show_name=1&show_description=1&category_name=MOTOR‘); ?>
it works
but i need to pass the single_cat_title() cvariable so it works for all category
THANKS
Forum: Fixing WordPress
In reply to: Variable in function optionyes i have the image for the link and it is all ok with show name…
the code is out of the loop…
Forum: Fixing WordPress
In reply to: Variable in function optionNoone knows if is possible?
Forum: Fixing WordPress
In reply to: Variable in function optionThe how_name parameter exists in wp_list_bookmarks function
if i use
<?php wp_list_bookmarks(‘title_li=&categorize=0&show_name=1&show_description=1&category_name=CATEGORIATEST‘); ?>
it works
the proble is to pass a variable as value for category_name option…
Thanks for your time…
Forum: Fixing WordPress
In reply to: Variable in function optionIt doesn’t work … it ignore the $ctitle… any idea? … thanks…