how to add blog section content in my tabs ?? not include gallery post
how to add blog section content in my tabs ??
6 posts from 2 voices-
Posted 2 years ago #
-
Hey,
Which tabs do you mean? Can you point me to an example URL?
Cheers,
James
Posted 2 years ago # -
@James Morrison
on my site http://mampwamp.site50.net/ the tabs "blog" content is include every content (gallery + blog),
but i just want it show my blog content only (my blog content only have two article)
http://mampwamp.site50.net/blogwhat i want is my blog tabs should be have the blog article title and link it to each article.
Posted 2 years ago # -
Sorry, I really don't understand what you need help with.
The navigation menu can be customised to display Posts / Pages or Custom content so you can add articles here directly if you want to.
If you mean something else please clarify. You can also post in German which Kriesi can take a look at.
Posted 2 years ago # -
hi,
the posts is showing gallery and blog content. I need it to just showing my blog content. thats all.Posted 2 years ago # -
Hey,
Ok, to remove the image open up single.php, find and remove this code:
$prev_image_link = get_post_meta($post->ID, "_prev_image_link", true); if($prev_image_link == 'none' || $prev_image_link == 'lightbox') { $prev_image_link = array($prev_image_link); } else { $prev_image_link = '_external'; } if(!$gallerypage) $prev_image_link = array('lightbox'); //get preview image $big_prev_image = kriesi_post_thumb($post->ID, array('size'=> array('L'), 'wh' => $k_option['custom']['imgSize']['L'], 'display_link' => $prev_image_link, 'linkurl' => array ('XL','_preview_big') )); echo $big_prev_image;Let me know if you have any other questions.
Cheers,
James
Posted 2 years ago #
Reply
You must log in to post.














