development14
Forum Replies Created
-
Forum: Plugins
In reply to: Lightbox Plugin That Links A Thumbnail to a Lightbox with A Different ImageHi Guys
Could I resubmit this entry? Would anyone be able to answer the query?
Forum: Networking WordPress
In reply to: Images Not Displaying On Multisite – Cannot Seem to FixIf the extra information helps, when I try to upload images, they are added to the /wp-content/blogs.dir/ directory regardless of the settings in the wp3-options table.
Forum: Networking WordPress
In reply to: Images Not Displaying On Multisite – Cannot Seem to FixHi Everyone
Would it be possible for someone to take a look at this one?
Many Thanks
Thank you Esmi
I’ve just created a page.php file but this hasn’t made a difference. I am aware that there is a fundamental issue that I am missing, please be assured that I have spent many hours on this and am not aiming for a free lunch. I’m also not being paid for this project, I’m helping out a friend.
The ‘blog’ will be placed under the ‘news’ link on the menu, not linked to from the homepage. I had set the post page in the reading settings to be the news page but this didn’t work.
Within my index.php file I have the following coding : –
<article> <?php while ( have_posts() ) : the_post(); ?> <?php get_post_format(); ?> <!—- CONTENT -—> <?php endwhile; ?> </article> <section class="entry-content"><?php the_content(); ?></section><!-- .entry-content -->
and the functions.php file simply consists of
<?php register_nav_menu('header-menu', 'Header Menu'); ?>
for the horizontal menu on the page
Can you identify from this information what is missing?
I have indeed, it helped me to get as far as i have.
I could just do with some help piecing everything together if that is possible?
I have the index.php file that features the loop and this works well with pages. I’ve tried to create tag.php files, single.php files but haven’t been able to target or work with blog posts.