Jenny Hebert
Forum Replies Created
-
AuthorPosts
-
i guess you are mis understanding my question, can it be set up to show the forum just to specific places, right now it only shows the forums and topics for all locations, say i want to add houston texas travel and topics inside it, once i go to louisiana it still will show them same topics for all locations, i am asking if i can set them only to that one specific location instead of showing in all locations, like on YELP.
can i translate to Tagalog and get free 1 year? i can also translate to Bisaya also. Is it still avaiable?
like if i set travel as category and then davao as forum, it should show travel and under it davao, but instead it show davao as forum and davao as topic under travel, like 2 places?
Oh ok. thanks for the information.
i would like them to be the same, instead of the 2 just showing country map, i want them to show the road map like the others?
This reply has been marked as private.i figured this one out, resolved
well i can not figure out how to just make popular category just show my sub categories like you state it can do
but there is no option to set popular categories to not show subcategories,
Thanks so much paolo, i missed that one. thankful for your help
This reply has been marked as private.ok i got it to work, but when i use it and make it go to top or bottom of listing it takes over the side bar and all the listing information and business hours goes all the way to the bottom of the page,
This is what my child theme function php looks like?
<?php
/*#############################################
HERE YOU CAN ADD YOUR OWN FUNCTIONS OR REPLACE FUNCTIONS IN THE PARENT THEME
#############################################*/// Here we add the parent styles
add_action( ‘wp_enqueue_scripts’, ‘whoop_child_enqueue_styles’ );
function whoop_child_enqueue_styles() {
wp_enqueue_style( ‘whoop-parent-style’, get_template_directory_uri() . ‘/style.css’, array(), GDF_VERSION);}
error_reporting(E_ERROR);
// Here we defind the textdomain for the child theme, if changing you should also replace it in the function below.
if (!defined(‘WHOOP_CHILD’)) define(‘WHOOP_CHILD’, ‘whoop_child’);add_action(‘after_setup_theme’, ‘whoop_child_theme_setup’);
function whoop_child_theme_setup(){
// load_child_theme_textdomain( WHOOP_CHILD, get_stylesheet_directory() . ‘/languages’ ); // uncomment this if you plan to use translation
}
?>does it matter where at? or can be anywhere on any line?
add_action( ‘geodir_details_main_content’, ‘wprc_report_submission
where should this ne added to get this plugin to work for me ? -
AuthorPosts