hyperionstudios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website Not Showing in Search Engines/try to find if you are indexed with search engines
- This reply was modified 6 years, 11 months ago by hyperionstudios.
Forum: Developing with WordPress
In reply to: Tagging the last published post every houralways my pleasure
Forum: Fixing WordPress
In reply to: Can’t pint point Large Memory Leakwhat is the action in the Ajax?
Forum: Developing with WordPress
In reply to: Tagging the last published post every hourhi please use this simple plugin I wrote for you, it will tag the latest post with the ‘tweet’ and it will run every hour.
This is a WordPress cron job so it will need a website visiting.
Also you can use this Cron Monitor plugin to manage all the cron jobs on your website.
Please test and let me know if its need anything.
Forum: Fixing WordPress
In reply to: Help with child pages on frontpageget_pages should be working, and in the function you are asking for child pages of the current page, can you explain more what is not working for you?
Forum: Fixing WordPress
In reply to: Featured image and post title different redirects and buttonsIs it possible, to leave the featured image to redirect and to set the TITLE to redirect to a different URL?
Do you know what template is being loaded?My other question is, what plugin can i use to insert a BUTTON to appear, to be clickable and to redirect to a custom URL?
Where this button will appear? above title below title etc.Forum: Fixing WordPress
In reply to: How To Search Gallery Images By Caption?hi, are you trying to create the search by tag on the front end of your website or in your admin area?
Forum: Fixing WordPress
In reply to: WordPress Media library doesn’t workI will suggest doing the following
Disable plugins one by one and each time you disable one test to see if the media back normal
If that did not work then you will need to post us your functions.php code of the theme you are using to see if anything not normal.
Also are you using a child theme? and what theme you are using?
What is the countdown you are using at the moment?
We will need to look at their documentation to find the method to activate the countdown most of them will take and options object which you can pass your required data.
Let us know the countdown library you are using.
Forum: Fixing WordPress
In reply to: get_posts() not returning all postsAlso please remove
$args = array($args);
its not neededForum: Fixing WordPress
In reply to: get_posts() not returning all postscan you try with
$args = array( 'posts_per_page' => -1, 'orderby' => 'date', 'order' => 'ASC', );
The rest of the options are already loading their default values.
Forum: Fixing WordPress
In reply to: url.com/homeSometimes when you change themes, the settings change based on the theme itself and the theme developer, so you will need to go in to the settings/reading and set the home page to the page you want it to be the home page and save, then update the permalinks as well.
If you have a front-page.php in the theme templates then this file will be loaded.
Forum: Fixing WordPress
In reply to: add custom button to add movie pageMay I asked why and what to achieve by doing that since you have the Publish button to save the movie post?
There might be another way to achieve your objective just help us understand your request more.
Forum: Fixing WordPress
In reply to: My WordPress site takes forever to load.Have you looked in your AWS dashboard settings for anything does not look right? if you can access a website from your home wifi it seems that the IP of your wifi router has been cleared to access the node but anything else is not being filtered and cleared.
I vote for the AWS settings is having something may worth issuing a support ticket with AWS if this has not been resolved.
Forum: Fixing WordPress
In reply to: can’t upload theme — it wants my FTP info…You Probably dont have the user permissions, what is your local development setup?
When WordPress asks for FTP its mean it does not have the permissions to write to the disk.