thepaperdump
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Developing with WordPress
In reply to: Category ID from current URL nicenameyep, header.php 🙂 or you can put it in a function and call the function in your header, loop, wherever.
Forum: Fixing WordPress
In reply to: Multiple galleries?how can it tell the difference between each gallery?
Forum: Fixing WordPress
In reply to: Multiple galleries?double bump, this feature is v.v.v.important to us ~
Forum: Themes and Templates
In reply to: RSS and do_shortcode(‘[gallery]‘)Hi, Nzahn, I’m not quite sure what your question is regarding (I’m a bit slow), more details please?
Forum: Developing with WordPress
In reply to: Category ID from current URL nicenameFYI:
if(is_category() || is_single()){ $cat = get_category_by_path(get_query_var('category_name'),false); $current = $cat->cat_ID; $current_name = $cat->cat_name; echo "Current category ID is ".$current." and is called ".$current_name; }Forum: Developing with WordPress
In reply to: Category ID from current URL nicenameYou rock.
Forum: Plugins
In reply to: Total Posts Viewedhttp://lesterchan.net/portfolio/programming/php/#wp-postviews
Used that, created a function around it, and worked out great for me.
Forum: Plugins
In reply to: Total Posts ViewedNot what I need. Those display views per post. I want views for the entire blog.
Forum: Plugins
In reply to: Short Code MySQLnevermind, got it working. I forgot I was using the dev. database that had different into.
Forum: Themes and Templates
In reply to: RSS and do_shortcode(‘[gallery]‘)did it by editing feed-rss2.php, thanks @_@;
Forum: Themes and Templates
In reply to: RSS and do_shortcode(‘[gallery]‘)no idea?
Viewing 11 replies - 1 through 11 (of 11 total)