MarcKancler
Forum Replies Created
-
This plug in is way more than IMPRESSIVE! Great Job!
Got it thanks!
I have a crazy questions, Once it is installed and the settings are configured, where do I see it? in the widget area?
Forum: Fixing WordPress
In reply to: You DONT know what you got until it's gone! 911!I just decided to go with the basic theme. To much of a head ache Closing this thread Thanks
Forum: Fixing WordPress
In reply to: You DONT know what you got until it's gone! 911!Thats awesome! Thanks for doing that for me 🙂
Forum: Fixing WordPress
In reply to: You DONT know what you got until it's gone! 911!Thanks so much for getting back to me. I am actually not looking for support for that theme. This happens to any theme uploaded in my Godaddy accountt. I see someone else had the same issue and they resolved it but never posted the solution. I appreciate your advice but again, this is any theme uploaded on my server. Not just this one, there for to clarify I am not looking for support for this theme. But the question applies for any theme uploaded in Go daddy.
Forum: Fixing WordPress
In reply to: You DONT know what you got until it's gone! 911!Here is the index php code
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php /** * Template Name: Blog Template */ get_header(); ?> <?php if (get_option('of_blog_masthead') == 'true' ) : ?> <div id="masthead" > <?php if ($bmastlg = stripslashes(get_option('of_blog_masthead_large'))) : ?><h1><?php echo $bmastlg ?></h1><?php endif; ?> <?php if ($bmastsm = stripslashes(get_option('of_blog_masthead_small'))) : ?><p class="docufon"><?php echo $bmastsm ?></p><?php endif; ?> </div> <?php endif; ?> </div> <!--END .RAYS--> <div class="content-wide"> <?php if ( get_option( 'of_show_breadcrumbs') == 'true' ) : ?><?php if (function_exists('digi_breadcrumbs')) digi_breadcrumbs(); ?><?php endif; ?> <!---------- Begin Regular content ----------> <div id="content"> <div class="post-wrap"> <div class="col-left <?php if ($sbar = get_option('of_sidebar_location')) : ?>col-<?php echo $sbar ?><?php endif; ?>"> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part( 'loop' ); ?> </div><!--END COL-LEFT --> <?php get_sidebar(); ?> </div> <?php if ($twtnm = get_option('of_tweet_tweet_name')) : ?> <div class="clear"></div> <div class="tweet-tweet-wide"> <div id="tweet-tweet"> <img src="<?php bloginfo('template_url'); ?>/images/tweet-tweet.png" /> <h3 id="twitter_update_list"></h3> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"> </script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php echo $twtnm ?>.json?callback=twitterCallback2&count=1"> </script> </div> <?php endif; ?> <?php get_footer(); ?>