purplewelshy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Print] No print button in postsThanks,
The plugin is great, much much better than the others.
Chris.
Forum: Plugins
In reply to: [WP-Print] No print button in postsOk,
It only goes to show that in this case may, may ?? be confusing.
A compromise, how about:
Open wp-content/themes/<YOUR THEME NAME>/index.php You should place it in single.php, post.php, page.php, etc also if they exist.
Chris.
Forum: Plugins
In reply to: [WP-Print] No print button in postsI see, the instructions say:
Open wp-content/themes/<YOUR THEME NAME>/index.php You may place it in single.php, post.php, page.php, etc also.
That is what has confused me, the word may means that you can do it, not you must do it.
For example, using:
“If you are involved in a car accident that kills someone you may stop and call the police”
Instead of:
“If you are involved in a car accident that kills someone you must stop and call the police” ??
I suggest you replace the word may with either must or should in the instructions.
Thank you for your help.
Chris.
Forum: Plugins
In reply to: [WP-Print] No print button in postsAs I said,
while (have_posts()) : the_post(); ?>
<?php if(function_exists(‘wp_print’)) { print_link(); } ?>Is taken from the index.php file just as it says to do from the documentation:
Open wp-content/themes/<YOUR THEME NAME>/index.php You may place it in single.php, post.php, page.php, etc also.
Find: <?php while (have_posts()) : the_post(); ?>
Add Anywhere Below It: <?php if(function_exists(‘wp_print’)) { print_link(); } ?>The screenshot is not of the single.php file, it is a screen shot of the actual post on the website.
So this should not have been marked as resolved.
posts_per_page= “1” only gives 1 post per page which is no good as I want all the posts in the cakes category having only 1 defeats the object. The -1 is from the documentation.
Putting the space in makes no difference.
I have solved it though, I have found a plugin to do this that actually works:
https://www.ads-software.com/plugins/add-posts-to-pages/
This one works a dream, with more options too.
Forum: Themes and Templates
In reply to: [Virtue] Virtue/Pinnacle Toolkit.This is perfect. This is all that’s needed to be added to the plugin description.
Thank you,
Chris.
Forum: Themes and Templates
In reply to: [Virtue] Virtue/Pinnacle Toolkit.I will try it out and see what it does. Hanna talks about shortcode functionality, whatever that is. I think she is assuming that everyone knows what a portfolio and what a shortcode is and what use it is. To me a portfolio is a folder an artist (like myself) has to show off their work and a shortcode is a code that is short like bit.ly gives you. This theme is great and does everything I want so I wonder what else the plugin could give me. Any things It can’t do, I use a child theme to do it.
Forum: Themes and Templates
In reply to: [Virtue] Restoring settings from backupI agree that is what I and I think anyone else would expect.They may be good at writing themes but they are crap at explaining how to use them.
Forum: Themes and Templates
In reply to: "Are you sure you want to do this?" with local hostingI have had exactly the same problem with the theme I am writing, testing on localhost. My theme name was Chris’Theme it worked ok when I took out the ‘ and called it ChrisTheme.
Forum: Themes and Templates
In reply to: Mantra pages won't scroll to bottomSantosh, I have had a look at the developers web site and can’t find anything about it. Do you have the link? I don’t think the search on the web site works very well, if at all.
Thanks,
Chris.Forum: Fixing WordPress
In reply to: Cannot upload imageGo to settings – media
You have to specify the location of the uploads directory there
create the apropriate directory if needed i.e. wp-uploads