Joe Hall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is the 'separator' parameter for wp_list_categories() broken??Apparently if you fail to include a space in the separator after the comma… it doesn’t work!
Forum: Fixing WordPress
In reply to: Change site URL HTTP to HTTPS blank admin pageWhy are you not using https on the site URL too?
Forum: Fixing WordPress
In reply to: Embed not workingHave you tried using the embed shortcode? https://codex.www.ads-software.com/Embed_Shortcode It may not be the best solution, but can serve as a quick fix.
Forum: Networking WordPress
In reply to: Uploaded Images not displayingThe images that are not loading currently serve a 500 HTTP Internal Server error… this is likely something unrelated to WordPress and is probably something to do with your server.
Matt
Ignore that page. Its wrong. You shouldn’t need to include a file or call query_posts at all.
First you are going to want to read this. However, I have a feeling you already have that down pat.
Next you are going to want to create a page template with this guide. make sure it includes a simple loop. The example on that page is perfect.
Make sure that the “blog” page is using the template that you created. That’s it.
Forum: Fixing WordPress
In reply to: How Do I Hide A Plugin Settings Page?Resolved this with remove_menu_page(), thanks for your sweet time.
Forum: Themes and Templates
In reply to: Hi all, just need a point in the right directionThe menu options that you are talking about are probably located in header.php start looking there.
There are no visual editors for WordPress themes. This is because WordPress combines both HTML and PHP. If you used an editor like Dreamweaver it would ruin the PHP and thus the theme.
Forum: Themes and Templates
In reply to: transparent background for pages and posts In-style themeIf you post your URL we can probably tell you exactly which it is.
Forum: Themes and Templates
In reply to: WordPress Theme Review Submit Not Working?@otto, your right! It is over 8M…will have to look into making it smaller, thank you for your help!
Forum: Fixing WordPress
In reply to: Blank ScreenIs there any odd looking ` or ‘ marks in the post body?
Forum: Themes and Templates
In reply to: transparent background for pages and posts In-style themeYou need to locate the HTML tag that handles the background and make sure you are editing the CSS for that tag. Most of the time its <body> but some times its something like <div id=”wrap”>
If you post your URL we can probably tell you exactly which it is.
Forum: Hacks
In reply to: Exclude content from search resultsCory, what you need then isn’t to edit your theme’s files, but to have a custom search plugin written.
Forum: Themes and Templates
In reply to: passing parameter to my templateHave you tried using $_GET[‘city’]; yet?
Forum: Everything else WordPress
In reply to: Dual Plugin Functions on the Front PageYes, if you have the skills to code the theme to do that. Or if not, then the money to hire someone that can.
If you want the skills, start here:
https://codex.www.ads-software.com/Main_PageIf you would rather just hire someone instead, start here:
https://jobs.wordpress.net/Forum: Fixing WordPress
In reply to: Feed doesn't display correctly in Google ChromeChrome doesn’t have support for RSS feeds. I know that sounds crazy, but its just how it was designed. Users have to go install a addon to view feeds formatted.
Heres more info:
https://www.readwriteweb.com/archives/finally_-_get_rss_support_for_google_chrome.php