sampaven88
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin for user reviews of pluginsbump
oh ok thanks. no i was just curious. thanks
Forum: Plugins
In reply to: User Generated Ratings/Review PluginForum: Plugins
In reply to: [WP-PostRatings] need ratings on all posts, no pagessorry for the silly questions Lester. can you be clearer in exactly what you would do if you wanted the ratings to appear in only one of my template files?
Usage
1. Open wp-content/themes/<YOUR THEME NAME>/index.php – i don’t want it all of my pages though
2. You may place it in archive.php, single.php, post.php or page.php also.
Find: <?php while (have_posts()) : the_post(); ?> …. which one do I place it in or do I place it in the tempate I want?
3. Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>.. is this the code that goes into my template?many thanks,
samForum: Plugins
In reply to: [WP-PostRatings] need ratings on all posts, no pagesso once i find the post type (custom post type), i would find the template used for the post and insert this
<?php if( get_post_type() == 'custom post type' ) { the_ratings(); } ?>
many thanks
Forum: Plugins
In reply to: [WP-PostRatings] need ratings on all posts, no pagesall good. thanks
Forum: Plugins
In reply to: [WP-PostRatings] need ratings on all posts, no pagesresumes are a custom post type
Forum: Plugins
In reply to: [WP-PostRatings] need ratings on all posts, no pagesHi lester,
do you place this into the child theme’s functions.php file?
Also, I’m using WP JOb Manager Resumes and I would like to add it to the resumes listed. What would be my post type?
Many Thanks,
SamForum: Plugins
In reply to: [WP Job Manager] Displaying extra fields on single job listing4. Any reason why I can’t do a template override on content-single-job_listing . It just doesn’t appear to be working.
Forum: Plugins
In reply to: [WP Job Manager] Unsetting the remaning company fieldsok understood. I’ll chase it up with the jobify support team. thanks
Forum: Plugins
In reply to: [WP Job Manager] Customising the [Jobs] shortcode filesbrilliant – works with jobify as the text domain. thanks
Forum: Plugins
In reply to: [WP Job Manager] Customising the [Jobs] shortcode filesthere is no file i can access and override as per https://wpjobmanager.com/document/template-overrides/
Forum: Plugins
In reply to: [WP Job Manager] Customising the [Jobs] shortcode filesaha…. that could be it. so my domain could be jobify rather than wp-job-manager…
Forum: Plugins
In reply to: [WP-PostRatings] Custom Post Typesawesome, thanks.
Forum: Plugins
In reply to: [Search & Filter] Custom Taxonomyfantastic. That solved the problem!
Many Thanks.