gnasnue
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] Post thumnails on Tanzaku theme?<div class="post-body"> <?php $content = preg_replace('/<img(?:[^>]+?)>/', '', $content); // remove img tags $content = preg_replace('/<a([^>]+?)><\/a>/', '', $content); // remove empty a tags $content = preg_replace('/<p([^>]*?)><\/p>/', '', $content); // remove empty p tags $content = preg_replace('/<object(.+?)<\/object>/', '', $content); // remove object tags echo $content; ?> </div>
Just for ppl who have same troubles, just remove those codes.
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] Post thumnails on Tanzaku theme?what…. I am so stupid. I just found the answer ?? why haven’t i thought of it.
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] Post thumnails on Tanzaku theme?detail links are same as read more links, I suppose. but all the forum threads are about removing read more links so that they get full text. I just need to remove the that link on the page.
Forum: Themes and Templates
In reply to: Hide Hyperlink Destination on the Same Page?I found this screencast that I believe is relevant to my question. I will try and see if this works. https://css-tricks.com/video-screencasts/81-ajaxing-a-wordpress-theme/
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] Disabling posts on pages-How can posts be disabled from loading on the homepage / pages, and just appear when selecting a specific category?
Does anyone know how to solve that problem?
By the way, your second question, I am not sure either. But for your third question, you can set max-width in #container and #footer in CSS.
Forum: Plugins
In reply to: [Plugin: Jquery Drop Down Menu] How to Drop Down Menus on Click?Anyone? It would be wonderful if someone knows how to do this.
Forum: Themes and Templates
In reply to: Hide Hyperlink Destination on the Same Page?Anyone? It would be wonderful if someone knows how to do this.