Bloginfo – returns title when it shouldn’t
-
I added an extra option field called “description” to the database which allowed me to add a more detailed description of my blog which I put in the sidebar. Better from my point of view that a static home page.
All I added was
- <?php bloginfo(‘description’); ?>
- <?php bloginfo(‘detail’); ?>
- <?php bloginfo(‘rubbish’); ?>
to my sidebar.
Then I upgraded, admin options still works but no matter what I do in the sidebar it just displays the title/detail.
I can put anything in that second line. Fields that don’t exist and I always get the title repeated.
Where do I find the bloginfo code? Seems to me it has a bug.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bloginfo – returns title when it shouldn’t’ is closed to new replies.