justintime
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: i wonder why there is a table named wp_term_relationships@kafkaesqui: i know that column in wp_posts. if post is assigned to multiple categories, the category ids could be splited with simple “,”. i think there is a different reason why extra table is used.
Forum: Everything else WordPress
In reply to: is there any plug-in for thisany idea?
Forum: Everything else WordPress
In reply to: is there any plug-in for thisi didnt mean that. only if one of the authors post a comment that post will be directly approved.
Forum: Plugins
In reply to: question about searchi found the solution ??
in wp-includes/query.php
line 805
$search .= “{$searchand}((post_title LIKE ‘{$n}{$term}{$n}’) OR (post_content LIKE ‘{$n}{$term}{$n}’))”;
replace it with
$search .= “{$searchand}((post_title LIKE ‘{$n}{$term}{$n}’) )”;
Forum: Fixing WordPress
In reply to: how to use the_content functionthanks so much ??
Forum: Themes and Templates
In reply to: listin allg posts alphabeticly in one pagemy php knowledge is bad.is there anyone to help me in this issue ??
Forum: Fixing WordPress
In reply to: blog url problemok i solved the problem.excuse me for theese posts,if anyone has a problem like me the solution is here
https://www.tamba2.org.uk/wordpress/site-url/
good luck ??
Forum: Installing WordPress
In reply to: installed but view site show under construction?be sure that the dns s are correct.if ur site name is abc.com try to surf it by https://abc.com not https://www.abc.com.if u don’t get a result from this.use proxy servers.their dns are always updated.
try reaching ur site from this site
Forum: Plugins
In reply to: secreting the child categoryit didn’t work ??
Forum: Plugins
In reply to: secreting the child categoryi open plugins/widgets/widgets.php
and change
<?php wp_list_cats(“sort_column=name&optioncount=$c&hierarchical=$h”); ?>
with this
<?php wp_list_cats(“sort_column=name&optioncount=$c&hierarchical=$h&children=0”); ?>
i hope it will work
Forum: Plugins
In reply to: secreting the child categorythe problem is that i use widgets ??
Forum: Plugins
In reply to: java with alphabetalso i want to learn
at the top
# Home
# Marken
# Wissen
# Rechtliches
# Best case
# Agenda
# Galerie
# Kontakt
# Archiv
# About us
# Sitemapthere are theese kind of pages.how they include this php files to that pages.?
Forum: Plugins
In reply to: java with alphabetyes u are right i everything works fine.also the anchor link code is something like this
<div class=”letters”>A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0 – 9</div>
now i will ask another thing.in that site(wonderland) there is a category marken and its lots of child categories.but i couldn’t see them in the category list.ofcourse this is a good think.my question is this “how can they secret the marken category and its child categories? i want to do exactly what they did.
thanks for ur help ??