- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Previous and Next doesn't work in Calender widget
Tagged: >>, >> forward, calendar, next, previous
on http://www.taoworks.nl/ there is the calender widget in the right colum/bottom.
After I launched my website, keeping WordPress in it’s directory /wordpress
but making the site visible in the root – the calender links to next and previous stopped working.
What can I do to make them work again?
See the last 3 posts here:
http://wordpress.org/support/topic/calender-widget-shows-index-of-wordpress
You need to follow the steps in
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
especially step 7: the index.php file must be copied, not moved.
thank you Franky,
I did copy the file, there is both an index.php in the wordpress directory as well as in the root, with the corresponding:
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
and
/** Loads the WordPress Environment and Template */
require(‘./wordpress/wp-blog-header.php’);
the website works fine and the content of the calender does work good too, just the >> links don’t work. Do you have any other suggestions?
It seems to work fine for me on your site.
really?
if you look here too? http://www.taoworks.nl/aanbod/
oh cache… it does work 🙂
thank you Franky