Many thanks
]]>as the topic says I’ve got weird problem. What I’m talking about is situation as shown on a screenshot.
https://screenshooter.net/100063517/pygonpd
And this is how it should look like.
https://screenshooter.net/100063517/yfgrwyg
There shouldn’t be that “> thing and the name of product shouldn’t be repeated also.
I don’t have any idea why is this happening. Could anyone help me, please?
So first, what languages do I need to know?
I plan to sell premium themes, which I think makes it important to create themes that have features that interface & interact with WordPress. I have strong (award winning knowledge of HTML & CSS, but have not fully ever learned PHP. I’m not good with Javascript, and don’t have a clue about AJAX. I feel like I have a lot to learn, but want a solid answer of what I need to learn based on what I said above.
My second question is, where can I go to really learn how to begin making themes, more of a course-like enviroment (videos, and the such) not just some loosely laced together blog posts about it. If you know of a book, I’m all for it and I’m willing to pay for some courses (not Lynda.com outragous yearly or monthly plans) .
Looking forward to your answers!
]]> Section: Navigation
Author: Tyler Cunningham
Description: Creates site navigation
Version: 0.1
*/
$homeimage = get_option(‘if_menuicon’) ? ”: ‘default’;
?>
<div id=”navbackground”>
<div id=”navcontainer”>
<?php if ($homeimage == ‘default’ ):?>
<div id=”homebutton”><a href=”<?php echo home_url(); ?>/”><img src=”<?php echo get_template_directory_uri(); ?>/images/homebutton.png?>” alt=”Home” /></a></div>
<?php endif;?>
<?php if ($homeimage != ‘default’ ):?>
<div id=”homebutton”><a href=”<?php echo home_url(); ?>/”><img src=”<?php echo $homeimage?>” alt=”Home” /></a></div>
<?php endif;?>
<div id=”searchbar”>
<?php get_search_form(); ?>
</div>
<div id=”sfwrapper”>
<?php wp_nav_menu( array(
‘theme_location’ => ‘header-menu’, // Setting up the location for the main-menu, Main Navigation.
‘menu_class’ => ‘sf-menu’, //Adding the class for dropdowns
‘container_id’ => ‘navwrap’, //Add CSS ID to the containter that wraps the menu.
‘fallback_cb’ => ‘ifeature_menu_fallback’, //if wp_nav_menu is unavailable, WordPress displays wp_page_menu function, which displays the pages of your blog.
)
);
?>
</div>
</div><!–end navcontainer–>
</div>
<!–end nav.php–>`
P.S = excuse my English but i am Italian
]]>Can you help my understanding of RSS feed upadtes?
Most RSS feeds I find have a list of about 10 articles, with links to these articles.
When you have such an RSS feed posting to your blog, how can it know when a new article has been added to the feed so that you can add it to your blog?
Art
]]>