@Raj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get title of a page dynamically on enquiry formI tried contact form 7 but didn’t understand how to post the title by clicking the button
Forum: Themes and Templates
In reply to: Multiple Loops Additional classes Pagination helpi m relatively having the same problem
I have created a blog on which i want to show two category list and i have successed to do half of that know the problem is that both the loops are interfaring inbetween one other when i use pagination to move the next page plz. what i did is created two list for displaying two diffrnt category posts having 3 post at a time the next 3 post on the next page but when i click next page it move to next page correctly but with it the other loop also changes its post i don’t know wat to do to make it working plzzzzz check here is the link for my
Home page
I would love to get an anwser.If anyone can…Forum: Fixing WordPress
In reply to: Multiple loops conflicting with paginationi m relatively having the same problem
I have created a blog on which i want to show two category list and i have successed to do haf of that know the problem is that both the loops are interfaring inbetween one other when i use pagination to move the next page plz check here is the link for site for my
Home page
I would love to get an anwser.If anyone can…Hi Mark Jeldi,
I’d love to get an answer
i m in trouble as i want to show thumbnail with few lines of post content on my blogs home page and full image with complete post content on the detailed page. Now everything is fine on detailed(single post) page but on home page i m not able to manage thumbnail with few lines of post using<?php the_content();?> as both the image and content is in the post and not in featured image so it is really difficult for me to show image and few line of posts under it
this detailed page is ok
but this home page still troubles me plzzzz save me with your kind attention……..Any help would be greatly appreciated.
i have a trouble using it as i want to show thumbnail with few lines of post content on my blogs home page and full image with complete post content on the detailed page. Now everything is fine on detailed(single post) page but on home page i m not able to manage it as i want plz help if anyone have gone through this situation…..Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Short codeThanks u save me from trouble
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Short codeyes i tried that and replace the code but it’s still showing the same result. Please check my code in previous message. I want to show this plugin with(in_category(’13’)), which is for blog post….
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Short codeThanks for your consideration…
My single.php working well with the code:
<?php
$post = $wp_query->post;
if (in_category(’13’)) {
include(TEMPLATEPATH . ‘/blog-single.php’);
} else {
include(TEMPLATEPATH . ‘/normal-single.php’);
}
?>
But problum is that this plugin is also showing on both the file while i whant it to display only on blog-single.phpForum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Short codeI came across a problem with this plugin. Actually i have two single.php one for showing blog posts and second for displaying normal product posts. When i activate this plugin it comes on both of the post pages while i want this “fancier author box” to show only on blog post page and not on product post page. Is there any way to activate this plugin with specific category?? or any other better way to handle it???… please help
Forum: Installing WordPress
In reply to: wordpress databseit works thanks aloat!!!!!!!!
Forum: Plugins
In reply to: How do I display a character count within a post?how can i display post with 25 words only in my home page, as i want to show the full post text on other page with read more button???
please guide…Forum: Plugins
In reply to: How do I display a character count within a post?yep… it should work