I am using the popular Avada theme in Wordpress. I need to pull content from a specific page similarly to how it can be done to blog posts using "recent posts" element or "blog" element. How can this be accomplished?
Related
I'm new to wordpress and I just created a website for online store using wordpress. I want to apply the customized page of woocommerce shop to the default woocommerce shop page, and I'm using Elementor theme builder. I already created the page and customize page as I want. Then I saved and applied the customization to shop page
The problem is after I applied the theme to the default woocommerce shop page, the shop page still redirect to the same old default woocommerce shop page not the one that I already customized before. I watched some YT tutorials but in the video their customized shop page looked perfectly fine after they applied the theme. Is there any way to solve this?
In your WordPress admin page click WooCommerce under Menu. Click Settings sub-menu and choose Products tab. Under Products, in Shop Page field choose the shop page you want and save the changes. Now your shop page displayed will be the one you chose in the admin page. You will be no longer redirected to the default one. Please refer to the screenshot below
Hi i am using WordPress salient theme and uber menu plugin for navigation. But i am facing issue that parent page slug not appearing in permalink.
Like:
Post showing
/post-name
i want to show it like
/blog/post-name
My permalink setting is
/%postname%/
Thanks for help.
How do I get all my blog posts to show as shortened excerpts(?) as shown in this theme demo? I'm using WordPress with a Genesis child theme. This is my site.
You can usually change this in the Genesis Settings in the admin. Just go to the Genesis Theme settings and in there there is a section called Content Archives. In the display option, just select "Entry Excepts". That should do the trick
in WordPress I have an inner page called "blog", and in settings->reading I have that page assigned as the page for blog posts. I want that page to be excerpt instead of full posts. In the theme page.php is used for the (page) loop for the Blog page, but that's overridden by the assignment of blogs posts to that page and I can't simply change "the_content" to "the_excerpt" in page.php to make this work.
I need some conditional tag code to this happen (or would that even work?) in page.php, or is there another way to accomplish this?
The Wordpress template hierarchy diagram will help you out - Wordpress Hierarchy
Your page.php template displays an individual page, it will not be generating the blog archive page you want to edit. Depending on your theme that will either be category.php, archive.php or index.php.
Just change the relevant file to change the excerpt on your blog page.
Is there any plugin available which I can use to post custom content on My front page?? I am using front page which has link to other blog pages. I want to put custom content on this front page but i am unable to find any plugin.
whatever plugins which i searched gives this facility for sidebar in a widget format there were no option for manually putting content in my theme.
Also is it possible to put latest post by a particular author on this page??
You need to edit index.php file in you're theme to do this . have a look at query_posts , what i would recomend is having a category called home_content and limit all the theme files using query_posts not to show that category , and show posts from that category only on the homepage ( index.php file from you're theme ) .
You could allso ask wordpress related questions on wordpress.stackexchange.com