It’s weird because in the page where you add the fields, when pressing preview I can see the first 10 pages, so how come I can see them but not export them?
Also the same is happening with posts: I have to export 88 posts and I only get about 40 exported but in the Manage Exports page it says that 88 have been exported…
Any idea about how to solve this?
Thanks!!
Is there an easy way to force all users to the site to login?
I have been using the “Force Login” plugin https://www.ads-software.com/plugins/wp-force-login/ but would like to eliminate it and just use WP User Manager but it seems to better suited for specific content for a specific user (group) and not a site wide approach.
Any ideas.
]]>Before I downloaded your new code, I changed Section ID (default was SERVICES) to another ID.
“Hide this section” didn’t work too.
My URL is https://www.fabclin.com/wp
Thank you,
Adelson
For example:
/WORDPRESS/furnitures/page/19/
I want all under: /WORDPRESS/furnitures/
to go to one target.
https://www.ads-software.com/plugins/quick-pagepost-redirect-plugin/
]]>Does anyone else have any other workarounds?
I’ve created a localhost server on my computer using MAMP, and I want to transition our site from its current theme (usustatesman.com) to a new theme we purchased and work out all the bugs on the local server before taking it live.
]]>Can you please let me know how I can have all the ACF posts displayed first when the page loads and then filter/hide the content based on the dropdown menu selection?
Thanks
https://www.ads-software.com/plugins/ajax-content-filter/
]]>Don’t really seem to see any settings where I can this. Any help please.
]]>[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<h2 style="background-repeat: no-repeat;">Recent News</h2>
<?php
global $post;
$args = array('numberposts' => 2, 'offset' => 0, 'category' => get_cat_ID('News'), 'orderby' => 'post_date', 'order' => 'DESC');
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post);
$externalUrl = get_post_meta();
?>
<?php
if ($externalUrl != NULL && $externalUrl != '' && strlen($externalUrl) > 0) { ?>
<h3><a>"><?php the_title(); ?></a></h3>
<?php } else { ?>
<h3><a>"><?php the_title(); ?></a></h3>
<?php } ?>
<h4><?php the_date(); ?></h4>
<p><?php the_content(",FALSE,"); ?></p>
<?php
if ($externalUrl != NULL && $externalUrl != '' && strlen($externalUrl) > 0) { ?>
<h5 class="whiteShadow"><a>">MORE</a></h5>
<?php } else { ?>
<h5 class="whiteShadow"><a>">MORE</a></h5>
<?php } ?>
<?php endforeach; ?>
</div>
Thank you in advance for the help!
]]>I’m a bit confused about how the search functionality works. If I place the search box in the sidebar, and visit the blog section of the site, it works perfectly for searches carried out, but only returns items that are in the blog or portfolio sections.
However, if I place the same search box in the footer of an “about us” page, it doesnt show any results. Its almost like it doesnt want to search outside of that section.
So how can the same search work on one part of the website, and not on another?
I’ve tried the “search everything” plugin, but its the same problem.
To make it a bit clearer, lets consider the following
If i’m on my blog page, the URL is wp/category/blog/
If I search on my blog page for the term “bullen” the URL is wp/category/blog/?s=bullen&submit=
This returns successful results.
However, the local information page at the URL wp/local-information/
When I search here for the same term “bullen” no results are displayed and the URL is wp/local-information/?s=bullen&submit
Why is this? Its almost like its trying to search only in one place, rather than the entire site.
Yet the same search on the home page is also successful at wp/?s=bullen&submit=
Thanks.
Thanks.
[No bumping. If it’s that urgent, consider hiring someone.]
]]>