jmadz1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!Thanks for your help esmi. I eventually found a code that worked properly. You were a lot of help though. This question is now SOLVED.
Forum: Fixing WordPress
In reply to: SUB NAVBAR, Display only 1 level of sub pages.Figured it out.
Instead of this:
wp_list_pages("title_li=&child_of=".$put in a parent= thing.
Like this yeah :
wp_list_pages("title_li=&child_of=&parent=".$Only allows it to go down to the sub pages below.
(forgot the backticks in my previous post.
Forum: Fixing WordPress
In reply to: SUB NAVBAR, Display only 1 level of sub pages.Figured it out.
Instead of this: wp_list_pages(“title_li=&child_of=”.$
put in a parent=’ thing.
Like this yeah : wp_list_pages(“title_li=&child_of=&parent=”.$
Only allows it to go down to the sub pages below.
Forum: Fixing WordPress
In reply to: Get parent page title, or if no parent, get current page title.SOLVED. The answer is
<?php echo empty( $post->post_parent ) ? get_the_title( $post->ID ) : get_the_title( $post->post_parent ); ?>if you were wondering.
Good luck guys!
Forum: Fixing WordPress
In reply to: Get parent title, or if no parent, get page title?!?!You’re a star. Thanks a lot Curtiss! Have a nice day/evening.
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!Ok here’s some more information. When I upload this code:
http://pastebin.com/mvaanLCGWordPress then changes my functions.php file so it has this code instead:
http://pastebin.com/kgbeFcHXMaybe that has something to do with it. So then I have to paste in the original uploaded code, into my functions.php file which is already uploaded in wordpress. And when I do that I get those wrong ascii symbols I was firt talking about.
If I leave the code as it is, I get lots of question mark ascii symbols instead. Either way, it’s wrong.Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!Ignore lines 1,2,3 and 4 on the amended pastebin. Those are my sidebars.
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!This is the amended code: http://pastebin.com/SkEPitz6
When I change all single and double quotes to non-styled quotes, I get this error message:
Parse error: syntax error, unexpected $end in /home/jmadz/public_html/wp-content/themes/coffeebreak-10/functions.php on line 27
Line 27 is the end php bit “?>”.
I’ve check and there is no white space around it.Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!I’m afraid it didn’t work. Any other ideas?
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!Ahhh ok thankyou, I’ll give it a go.
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!Sorry, which are the styled quotes? Yes, I am a noob at website developing.
Forum: Fixing WordPress
In reply to: functions.php. Wrong ascii characters!!!!!!!!!!!The code: http://pastebin.com/MWL99YFM
Forum: Fixing WordPress
In reply to: Breadcrumbs. Adding more levels of pages and subpages.bump
Forum: Fixing WordPress
In reply to: Two sidebars with drop down menu. Complicated I know.Yes you did thankyou, I’ve got it working now all except the jQuery part. I’ll do some research into that later. Thanks a lot.
Here’s my site by the way: http://www.pullupbarsx.comForum: Fixing WordPress
In reply to: Dashboard fatal error!!! How do I get my blog back?Basically yes. It wouldn’t allowe me to rename coffeebreak-10 to twentyten, because twentyten was already taken. I had to rename coffeebreak-10 to a random name, then rename the real twentyten to ‘coffeebreak-10’. I suppose I could have renamed the real twentyten to a random name instead, which would allow me to rename the broken coffeebreak-10 theme to the now available ‘twentyten’ name.