janicereinold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Title of blog post missing on "Blog" pageBelow are all the php I see in my editor. Would you know which I’d need to edit?
404.php
archive.php
comments.php
footer.php
functions.php
header.php
function-regist.php
gallery-option.php
goodlayers-option.php
include-script.php
meta-template.php
page-option.php
personnel-option.php
portfolio-option.php
post-option.php
price-table-option.php
style-custom.php
testimonial-option.php
index.php
cufon-replace.php
Site Map Page Template
(page-sitemap.php)
page.php
search.php
searchform.php
sidebar-left.php
sidebar-right.php
sidebar.php
single-portfolio.php
single.php
ie-style.php
woocommerce.phpForum: Fixing WordPress
In reply to: Title of blog post missing on "Blog" pageThe blog posts are displayed under my “blog” page, but I don’t see the blog roll or any coding in it when I click on the “text” tab. I can’t seem to figure out how the blog posts are appearing on my “blog” page.
I’m looking at the various php files, and I’m seeing a page.php – not sure if this is where I need to put in some extra lines to make the title appear? At one point, I see this:
// Page title and content $gdl_show_title = get_post_meta($post->ID, 'page-option-show-title', true); $gdl_show_content = get_post_meta($post->ID, 'page-option-show-content', true); if ( $gdl_show_title != "No" ){ while (have_posts()){ the_post(); echo '<div class="sixteen columns mt30">'; echo '<h1 class="gdl-page-title gdl-divider gdl-title title-color">'; the_title(); echo '</h1>'; $content = get_the_content(); $content = apply_filters('the_content', $content); if( $gdl_show_content != 'No' && !empty( $content ) ){ echo '<div class="gdl-page-content">'; echo $content; wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'gdl_front_end' ) . '</span>', 'after' => '</div>' ) ); echo '</div>'; }
Does this help in any way/
Forum: Fixing WordPress
In reply to: Title of blog post missing on "Blog" pageThank you Evan, Where in single.php would I need to post the function?
Forum: Fixing WordPress
In reply to: Links don't work in Firefox and Chrome but works in IEMy site is up and running once again. There was a problem on DreamHost.
Please see https://www.janicereinold.com and you will see that none of the links work on Firefox or in Chrome. However they do work in IE…
Does anyone know why this is? I’m not too familiar with CSS quite yet, so if someone could give me step by step help on how to fix this, I’d be super happy! (If I knew you, I’d buy you a beer!)
Thanks