pgb
Forum Replies Created
-
Forum: Plugins
In reply to: Can't edit installed pluginsApologies for the strangely garbled post above!
In my installed plugins, there is no Activate or Delete option underneath. Is this anything to do with updating to WP 3.4.1, or has something else happened?
Forum: Fixing WordPress
In reply to: get comments box to appear on categories page after each postTopic Resolved
Forum: Fixing WordPress
In reply to: get comments box to appear on categories page after each postThank you very much alchmyth. As ever your advice is excellent and what you suggest works perfectly. Thank you also for the relevant links to the WP codex, that’s just what I was searching for.
Forum: Fixing WordPress
In reply to: get comments box to appear on categories page after each postThanks. I will look into the code. Can anybody point me in the right direction?
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageThank you for all your help alchmyth, I have learnt a lot from your very helpful replies. I noticed the parent theme uses archive.php to display the posts. I copied that into the child theme and it works now and I shall leave it like that.
I’m not using any cache plugins. I did disable all the plugins to see if one of them was breaking the theme but they are okay.
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageApologies for sending the above twice.
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageI have deleted the </div> but still no result!
Now it looks like
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'modularity' ), 'after' => '</div>' ) ); ?> <div class="clear"></div> <p class="postmetadata alt">
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageI have deleted the </div> but still no result!
Now it looks like
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'modularity' ), 'after' => '</div>' ) ); ?> <div class="clear"></div> <p class="postmetadata alt">
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageThanks. I’ve commented out the </div> on line 14 but it hasn’t made any difference. I copied the the original theme’s single.php and pasted it and renamed it category-9.php and only commented out the get_sidebar.
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageThank you again alchymyth, here is the link
https://pastebin.com/SmyFCMsw
I can’t see any excess </div>!The Theme is a free WP theme, to get support there is a payment needed. I will ask my client if he wants to join and pay.
Forum: Themes and Templates
In reply to: background image stops appearing after 4 posts on category pageThank you alchymyth, I hadn’t thought of that. I’ve checked in the Posts to see if there was an end div tag, but there isn’t. Could it be in the template I am using, which is category-9.php? I just can’t work out how it is getting there!
Forum: Fixing WordPress
In reply to: hiding many email addresses on same siteMany thanks esmi and cubecolour. I’ll try them.
Forum: Themes and Templates
In reply to: change the title of Recent Posts widget to something elseThank you esmi
Thank you Reuben and esmi, I will do as you suggest. That’s just what I’ve been looking for.
Thanks esmi, I think I have to add this…………………..
<ul> <?php wp_list_pages('exclude=17,38' ); ?> </ul>
where the numbers are the page id’s.
The only place I can see to add this is in the header. Is this right?….
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
If it is right, where do I add the code? If it’s wrong, it’s the same question, where do I add the code? Thanks