Longers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Connection Lost When PublishingI am having this problem as well on my blog, and site would stop working for sometime as well.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleChanged theme for now, so problem is basically solved.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleI have just tried this theme(Frantic) on other website, and it is doing the same thing, showing site title before the page title.
What to do?
Forum: Themes and Templates
In reply to: Site title appearing before the page titleYes, I think I do have them.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleI had disabled all plugins, still the default page title shows before the post’ title.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleYes there is no fault with Twenty Fourteen, it is the fault with multiple themes, including Frantic that I am using.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleNo I can’t, but you know about the fault with the website.
Forum: Themes and Templates
In reply to: Site title appearing before the page titleThis is how page.php looks like:-
<?php get_header(); ?>
<div id=”content” class=”clearfix”>
<div id=”main” class=”col620 clearfix” role=”main”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(‘clearfix’); ?>>
<header>
<h1><?php the_title(); ?></h1>
<p class=”meta linebrk”><?php _e(“Posted”, ‘frantic’); ?> <time datetime=”<?php echo esc_attr( get_the_date( ‘c’ ) ); ?>”><?php the_time(‘F jS, Y’); ?></time> <?php _e(“by”, ‘frantic’); ?> <?php the_author_posts_link(); ?>.</p>
</header> <!– end article header –>
<section class=”post_content clearfix”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”><span>’ . __( ‘Pages:’, ‘frantic’ ) . ‘</span>’, ‘after’ => ‘</div>’ ) ); ?></section> <!– end article section –>
<footer>
<p class=”tags”><?php the_tags(‘<span class=”tags-title”>Tags:</span> ‘, ‘, ‘, ”); ?></p>
</footer> <!– end article footer –>
</article> <!– end article –>
<?php comments_template(); ?>
<?php endwhile; ?>
<?php else : ?>
<article id=”post-not-found”>
<header>
<h1><?php _e(‘Not Found’, ‘frantic’); ?></h1>
</header>
<section class=”post_content”>
<p><?php _e(‘Sorry, but the requested resource was not found on this site.’, ‘frantic’); ?></p>
</section>
<footer>
</footer>
</article><?php endif; ?>
</div> <!– end #main –>
<?php get_sidebar(); // sidebar 1 ?>
</div> <!– end #content –>
<?php get_footer(); ?>
There is no “get_bloginfo”.
Forum: Plugins
In reply to: How to add multiple columns?Forum: Fixing WordPress
In reply to: Problem with former URLSolution is:-
Admin → General → Site Address (URL)
Forum: Everything else WordPress
In reply to: Multiple problems, media, keywords, etc not workingActually, the new wordpress version don’t work in firefox that good.
Forum: Installing WordPress
In reply to: Having multiple errors.Fixed. Meta.php should not be empty.
Forum: Fixing WordPress
In reply to: WordPress deleted my all commentsYes, contacted host, now it’s solved.
Thanks all!
Forum: Fixing WordPress
In reply to: WordPress deleted my all commentsI can’t even get any new comments, it’s like 3 days now.
Forum: Fixing WordPress
In reply to: WordPress deleted my all commentsThat’s the best you could come up with? It can be any site.