fenda
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Add description to file treeviewHi John, you can edit your template. I was having that issue cause the plugin was not installed correctly.
go under WP-Filebase and check templates then go to your template. Should be the filebrowser and then just add the description. You can use the select to make it easier.
Check the screenshot to make it easier: http://d.pr/i/m8s5
Forum: Fixing WordPress
In reply to: How to Create a Custom Tag Template Page?Hey Dandy,
this is pretty much what i have and it keeps showing the content inside my page. not sure what i am doing wrong.
<div class="main span8" role="main"> <?php $tagpage = get_the_title(); ?> <?php $myposts = get_posts('numberposts=-1'); foreach($myposts as $post) : $showit = "no"; $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { if(strtolower($tag->name)==strtolower($tagpage)) { $showit = "yes"; } } } ?> <?php if($showit=="yes") { ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php the_excerpt(); ?> <?php }; ?> <?php endforeach; ?> </div>Forum: Fixing WordPress
In reply to: How to Create a Custom Tag Template Page?Hi Dandy! Thanks for the help. I tried that but it shows whatever content I added to the page.
Forum: Fixing WordPress
In reply to: How to Create a Custom Tag Template Page?Hi guys, i’m trying to do the same thing as ithacaindy but i have to add the content of the posts too. Is that possible??
thanks a lot
Viewing 4 replies - 1 through 4 (of 4 total)