Bovah
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Oh, I think this thread should be moved to Plugins and Hacks maybe.
I found my solution to this problem. Clearly speaking, I was looking for a way to show a page’s content in the sidebar.
By using this line of code, I got it working.
<?php $about_page = get_page_by_title('Sidebar'); echo apply_filters('the_content',$about_page->post_content) ; ?>Hi Jeff!
Thank you for your reply.
I have been quite busy during this Easter and that is why I have not replied. I will take a look at all this immediately and will come back if I need further help.
Forum: Fixing WordPress
In reply to: My slideshow doesn't work!Im sorry, I just now noticed why it was not working.
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js">This was the problem, it must have gotten wrong when I used find and replace.
Solved!
Viewing 4 replies - 1 through 4 (of 4 total)