Hello All, Is there anyone who is good with WordPress programming? I need some help I am customizing a WordPress theme and I am trying to integrate a function from another theme. If someone please help me through instant messenger will be great because If I explain you here It takes 2 to 3 days to understand you what do I need please help me. I have to finish my theme before 1st September. Thanks in advance
What function is it that you are trying to add? is it something that you want to just rip out of another plugin, and add into yours? or is it someone that you want to code for yourself?
Well it's a function about Post Excerpt it show category and post excerpt together If I used this code: <?php the_post_excerpt(); ?> It show the category first and then Post_excerpt what I am trying to do take out category from it and show as separately. I can use another post_excerpt I know that but I want to change it's function.