Fatih SARI
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: WP 3.7.1 RC-2 and Olders First Installing PasswordThank for everything Sergey!
Forum: Fixing WordPress
In reply to: Dasboard Taxonomy ListingI succes it, thans to wp lovers.
Forum: Fixing WordPress
In reply to: Bullet Points are visible in editor but not on websitein css codes, list-style:none; use to hide bullets. if you delete or change it, you view bullets or others. (square etc..)
Forum: Fixing WordPress
In reply to: Can't get rid of categories above top navFor menu;
you can edit your header.php file, and delete start with <div id=”h2c”> div area.
For comments;
delete this code in your index.php, (if have) page.php or single.php:
comments_template();You try other verification types. same as html code…
Can’t you edit your header.php?Forum: Fixing WordPress
In reply to: Query StringsYou can use this codes:
query_posts( array( 'post_type' => 'post', 'order' => 'ASC', 'orderby' => 'meta_value', 'meta_key' => 'turkish_people_like_to_help' ) )Forum: Fixing WordPress
In reply to: Create link to PDF fileYou want hotlink to files.
You can it.1. Create a any php file.
2. Paste this codes to this file. (http://pastebin.com/8UuysSqV)
3. Edit your link same this: http://fatih.co/hotlink.php?url=http://fileurl.com/yourfile.pdf&type=application/pdf&name=yourfile.pdf::details::
*url is your file full url. with http
*type is your file mime type. (what is mime types? – http://www.webmaster-toolkit.com/mime-types.shtml)
*name is your file name, after download (in pc)