The description tag has no wiki summary.
1
vote
1answer
145 views
Add description to custom text widget and display the 5 recent post titles
I just started coding and working as an intern for a company. My boss asked me to create a custom text widget for practice in making word press widgets. The problem I am running into is I have no idea ...
0
votes
1answer
25 views
“Item not updated” when try to change category properties
When I try to change some properties for some categories (in most categories it works without any issues), like category name, or description, I see that it is not updated, and I get an issue "Item ...
1
vote
0answers
21 views
My “Description” in gallery doesn't accept formatting/html
that's the part of my attachment-page that's responsible for showing image description, which I put when adding a new media (I'm using standard wordpress gallery):
< ?php the_excerpt(); ?>
Well, it ...
1
vote
0answers
76 views
How to display term description in empty terms archive?
I list all terms from a taxonomy, even the empty ones, but I found out that at least in 2010/2011 themes I got a 404-like message, the default seems to only display the term description when at least ...
0
votes
0answers
31 views
How to show the term description on single page?
I try to show show the term's description on a single page, but something not works. Same code is working on taxonomy template.
term_description( '', get_query_var( 'collections' ) );
-1
votes
0answers
23 views
how to pull images description
in my site i added WidgetKit Accordion.. and inside each content for according i added content(text) and images. now i want to pull/get those images title and description... i tried but still not ...