jepser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting functions.php error on child themethanks dude!
Forum: Themes and Templates
In reply to: Child theme advicesyour own theme or check harrington framework, also Sandbox could be a great parent theme.
Forum: Fixing WordPress
In reply to: Default page for custom post typethanks dude, I think I will do that, I mean I didn’t want to make that just imagine that your developing a wp theme that is for sale and the user can registar N quantity of post types, and the client insn’t an expert in php.
But thanks!
Forum: Fixing WordPress
In reply to: Style sidebar login (widget)now the id is generated in de div id, the widgettitle is just a generic class.
Forum: Fixing WordPress
In reply to: Style sidebar login (widget)Hi URE,
try pasting this into your functions.php$p = array( 'before_widget' => "\n\t\t\t" . '<div id="%1$s" class="widget %2$s">', 'after_widget' => "\n\t\t\t</div>\n", 'before_title' => "\n\t\t\t\t". '<h4 class="widgettitle">', 'after_title' => "</h4>\n" ); // number of sidebars register_sidebars( 2, $p );
Forum: Fixing WordPress
In reply to: How to change excerpt legththanks budy!
I also changed return to echo…Forum: Fixing WordPress
In reply to: How to list 2nd level of a taxonomy termsHi there I found the solution! ??
And I post it on my blog:
https://jepserbernardino.com/mini-tutoriales/crear-anidados-con-categoriastaxonomias-en-wordpress/Hope it helps!
Forum: Fixing WordPress
In reply to: How to get term ID@chinmoy29 almost but I don’t get any result,I use
$term = get_term_by( 'slug', get_query_var( 'ingenieria' ), get_query_var( 'area' ) ); print_r($term);
Any other suggestion?
Forum: Fixing WordPress
In reply to: How to get term IDThis is the thing I want to do, PLEASE HELP ME!
I have a post-type name “Program” and “Curse” and both have a hierarchical configuration for a taxonomy named “Ubication”, it has something like this:
Guatemala
-Guatemala City
-Mixco
Sacatepequez
-Antigua Guatemala
-San BartoloméI want a select field with the main tax terms i.e.(Guatemala and Sacatepequez)I got it with
get_terms()
;Now I want to concatenate this main terms with their respective children, for example, if I choose “Guatemala”, the second select will be auto-populate with Guatemala’s children terms (Guatemala City, Mixco). So the deal is that I can’t show the children terms.
I’m trying to use
get_term_children()
, but I don’t know how to use it and how to get the term ID.Please help me! ??
Forum: Fixing WordPress
In reply to: Post type support categories?just forget about my question haha categories is a taxonomy, so I have to create a taxonomy for the post-type…
Forum: Fixing WordPress
In reply to: List directory like poststhanks but I already do it with jquery, I wanted to make something like this:
a | b | c | … z
So if you click on “a”, posts that start with a will be shown.
Any way thanks!
Forum: Fixing WordPress
In reply to: how to list just parent terms of a taxonomyI added the parent=0 to the $args…
Forum: Installing WordPress
In reply to: Silent 2.9.2 upgrade errorthe same error for me, on 7 sites…
Forum: Fixing WordPress
In reply to: Category Pagination is brokenThe problem was with the url, anyway thanks!
Forum: Alpha/Beta/RC
In reply to: Category Pagination is brokenSorry https://www.gdinmobiliario.com this is the url..