Samar Hatem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizing navigation menuI did all this so the pages are shown on the place specified for them, But I want to know how I can control what code will be produced from wp_nav_menu, I don’t want pages be wrapped in
- instead I want them to be within h2 for example. I want the produced code be similar to the source code in the menu I’m using because I don’t know how to modify Js code :/
Forum: Installing WordPress
In reply to: Updating errorForum: Installing WordPress
In reply to: Updating errorI’m running WordPress on Wamp server so, no FTP client I’m dealing with :/
Forum: Installing WordPress
In reply to: Updating errorOk Tara sounds good 🙂 , but where to find this .htaccess ?!!
Forum: Fixing WordPress
In reply to: index page and home pageSo home.php is used for posts displaying, but what if i have both home.php and index.php and I have a loop for posts displaying in index.php, what would happen?
And if we used index.php as the last option for single post displaying while it containing the loop, what would happen?
forgive me for these questions but I really feel i’m lost in wordpress and i still have many questions on loop i will post later 🙂Forum: Fixing WordPress
In reply to: About the loopIt uses
wp_query();within the loop but not as an alternative to the loop, did I get it right?Forum: Fixing WordPress
In reply to: My problem with WordPressThanks so much Mike for your precious advice 🙂
Forum: Fixing WordPress
In reply to: My problem with WordPressThanks a lot Mike, but do you think this is normal? I’m too confused during writing the code and I ask a lot can we use X instead of Y and so on.
Can I overcome this confusion ?Forum: Fixing WordPress
In reply to: Sidebar style issueThanks so much alchymyth, it worked.
Forum: Fixing WordPress
In reply to: Include functionsThanks a lot respectyoda
Forum: Fixing WordPress
In reply to: Include functionsThanks a lot to all of you, but do you think if i want to include additional (another customized) sidebar on a page I should use
get_sidebar('left');for example rather thanget_template_part('sidebar','left');?