Haris Nadeem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ollie] Button in Header NavigationThank you for the reply. I think I’ll wait till WP 6.4, because with this workaround, this button will not collapse in mobile view like the navigation block.
Forum: Themes and Templates
In reply to: [GeneratePress] Header Ad (728×90)@ejcabquina This goes inside functions.php in the child theme? Sorry, I’m not a developer.
Forum: Plugins
In reply to: [Default Featured Image] Remove DFT from ‘Pages’Thank you Jan! It worked perfectly on my site.
And I’m glad to see my question helped out others as well.
Forum: Fixing WordPress
In reply to: Sort Jetpack Stats Based on CategoriesHi. Still interested to know this.
Thanks!
Forum: Fixing WordPress
In reply to: Display Posts from Custom Post Type and TaxonomyAnyone, please?
Forum: Fixing WordPress
In reply to: Display Posts from Custom Post Type and TaxonomyI tried using the following code:
<?php
$args = array(
‘post_type’ => ‘kernels’,
‘tax_query’ => array(
array(
‘taxonomy’ => ‘devices’,
‘field’ => ‘slug’,
‘terms’ => ‘abc’
)
)
);
$kernels = new WP_Query( $args );
if( $kernels->have_posts() ) {
while( $kernels->have_posts() ) {
$kernels->the_post();
?>
<h1>” rel=”bookmark”><?php the_title(); ?></h1>
<div class=”posttext”><?php the_excerpt(); ?></div><div style=”clear:both;”></div>
<?php
}
}
else {
echo ‘Oh ohm no products!’;
}
?>But it started showing all my posts that are attached to the term ‘abc’ on every term page. I want it to only show posts from the specific term I have opened.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Download Counter Issue with NginxI have the same concern and would like to know if the download counter works fine on WordPress 3.5 with nginx web server?
Thanks
Forum: Fixing WordPress
In reply to: More Tag Not Displaying in Visual EditorAha! Found the issue! It’s with my browser (Firefox 14.0.1 – the latest). I just tried it in Chrome and it works fine there. I’ll try clearing the cache and temporary files in Firefox ??
Thanks a lot for the help! ??
Forum: Fixing WordPress
In reply to: More Tag Not Displaying in Visual Editor@esmi – Tried all of the above mentioned steps. Nothing fixed that ??
Forum: Fixing WordPress
In reply to: Fixed Bottom Bar?Umm… Anyone?
Forum: Fixing WordPress
In reply to: 2.6 deleted all my WordPress Stats!!Is this bug fixed in WP 2.6.1?
Forum: Fixing WordPress
In reply to: 2.6 deleted all my WordPress Stats!!Does anyone know how to fix this? I still haven’t upgraded and am waiting for this issue to get resolved.
Forum: Plugins
In reply to: Merge two categoriesAny help please?
Forum: Fixing WordPress
In reply to: Rich Text Editot not working! – URGENTSorry about that, I really need it.
Yes, I have already checked my profile. The rich text editor option is checked. JavaScript is also enabled. Well, I don’t know what could have happened. It was working fine ?? I saved my post, closed the tab (I’m using Firefox), checked my mail and then returned back to writing. But this time, when I opened the page, there was no rich text editor.
I would be very glad if someone would please help me.
Forum: Plugins
In reply to: Problem in executing PHPPlease someone help me ?? . It’s urgent!