RDFa Breadcrumb

Posted in: Newspaper
Post count: 4

How can I enable RDFa breadcrumb in NewsPaper Theme? Which page template do i insert code?
<?php if(function_exists(‘rdfa_breadcrumb’)){ rdfa_breadcrumb(); } ?>
Thanks

Post count: 854

hi,
here is the file where get_bread_crumbs function is located : http://screencast.com/t/lvgRwQycss

then, where this function is needed is called: http://screencast.com/t/culW9jy3EJK

to find where is needed do a search using notepad++ and replace.
Notice: I did not test this, this is what I’m thinking.

Thanks for you message.
Radu A.

Post count: 4

I rewrote get_bread_crumbs to get_rdfa_breadcrumb or rdfa_breadcrumb on two pages but crashed the post.
Another page where i have to rewrite this code?

Is not possible that U introduce this option (rdfa breadcrump) to this theme?

Thanks!

Post count: 854

hi,
we have breadcrumbs in the theme so there is no need to use a plugin.

Thanks for you message.
Radu A.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.