thetoolman123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Renaming a themeThanks for the replies. I have fixed it by created a child theme.
Forum: Fixing WordPress
In reply to: Removing the “Recent Posts” titleThank you for that, I will try that 🙂
Forum: Fixing WordPress
In reply to: Removing the “Recent Posts” titleThanks for the reply.
How would I make a copy of the core widget code? Is this done in the Widgets area?
Forum: Fixing WordPress
In reply to: Removing the “Recent Posts” titleThanks for the reply. I would rather remove it completely if possible?
Forum: Developing with WordPress
In reply to: Display categories and post count?Thank you that worked 🙂
I will need to tweak it as it was actually the categories of WP-Job Manager I was trying to pull through which I thought used the normal categories.
Thanks
Forum: Developing with WordPress
In reply to: Display categories and post count?Thank you for the reply.
I have tried adding this from the second link:
<?php $count_posts = wp_count_posts(); ?>To a PHP file in wp-content/themes/my-child-theme/file.php
but nothing is showing up.
Any ideas why this would be?
Forum: Fixing WordPress
In reply to: How to enable “Likes”?Ah, no it isn’t! That’s why then!
Is there an alternative as a plugin for self-hosted WP websites?
Thanks
Forum: Fixing WordPress
In reply to: changing content on individual pages via codeHi,
I only have a few pages so templates will work better for me I think.
How would you recommend achieving different content for each page? The way it is done in the theme is that the page title is outputted from each page into the code I posted.
Forum: Fixing WordPress
In reply to: changing content on individual pages via codeNo to worry, I just created a new template 🙂
Forum: Plugins
In reply to: [WP Job Manager] duplicate job listingHi,
Awesome 🙂 Thanks – that worked!
Many thanks for your help!
Forum: Plugins
In reply to: [WP Job Manager] duplicate job listingThanks, I have tried that previously, but it didn’t work with job listings 🙁
Forum: Plugins
In reply to: [WP Job Manager] duplicate job listingThanks, but I was ideally looking for a way of doing it from the admin.
Forum: Developing with WordPress
In reply to: Adding a different header to a page templateI managed to work it out – I used an include:
<?php /* Template Name: Full width */ include( get_template_directory() . '/header-inside.php'); ?>Forum: Fixing WordPress
In reply to: making uploaded images secure (https)Thanks, I have installed the plugin and run it, but I’m still getting errors saying there are images using http
I left this option unchecked when running the search:
“Replace GUIDs? If left unchecked, all database columns titled ‘guid’ will be skipped.”
Should I check this box?
Thanks
Forum: Fixing WordPress
In reply to: Creating hooks for parent/child theme fileThank I have asked them.